.next,.prev{
  position: inherit !important;
}
table {
  margin: 1em 0;
  border-collapse: collapse;
}
th,
td {
  padding: 0.25em 0.5em 0.25em 1em;
  vertical-align: text-top;
  text-align: right;
 /* text-indent: -0.5em;*/
}

th {
  text-align: center;
  background-color:#205d67;
  color: #fff;
  font-weight: bold;
}

.cell td:nth-of-type(3) {
  font-style: italic;
}
.cell th:nth-of-type(4),
.cell td:nth-of-type(4) {
  text-align: right;
}

td[colspan] {
  background-color: #eee;
  color: #000;
  font-weight: normal;
  font-style: italic;
  padding: 0;
  text-indent: 0;
}

tr.shown, tr.hidden {
  background-color: #eee;
  display: table-row;
}

tr.hidden {
  display: none;
}
.copy{
  background-color: #205d67;
  color: #fff;
  font: inherit;
  padding: 0.25em 0.5em 0.25em .25em;
  width: 50%;
  text-align: center;
}
.cell button {
  background-color: transparent;
  border: .1em solid transparent;
  font: inherit;
  padding: 0.25em 0.5em 0.25em .25em;
  width: 100%;
  text-align: left;
}

.cell button svg {
  width: 1.25em;
  height: 1.25em;
  fill: #205d67;
  transition: transform 0.25s ease-in;
  transform-origin: center 45%;
}

.cell button:hover,
.cell button:focus {
  background-color: #fff;
  outline: none;
}

.cell button:hover svg,
.cell button:focus svg {
  fill: #3f916d;
}

/* Lean on programmatic state for styling */
.cell button[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

/* Proven method to visually hide something but */
/* still make it available to assistive technology */
.visually-hidden {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}
.link, .fa{
  color: #205D67;
}
.link:hover, .fa:hover{
  color: #205D67;
  font-weight: bold;
}
.s-form{
  width: 80%;
  margin: auto;
}
.form-control{
  /*  border-color: #205D67; */
border-radius: 5vw;
}
#s-btn:hover{
  background-color: #205D67;
  color: #fff;
}
th, tr, td{
  text-align: center;
}
