/*body {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.4;
  background: #fefefe;
  color: #333;
  margin: 0 1em;
}

caption {
  text-align: left;
  font-style: italic;
  padding: 0.25em 0.5em 0.5em 0.5em;
}
*/
.tg-exp-table {
  margin: 1em 0;
  border-collapse: collapse;
}
.tg-exp-table thead tr th,
.tg-exp-table tbody tr td {
  padding: 0.25em 0.5em 0.25em 1em;
  vertical-align: text-top;
  text-align: left;
  text-indent: -0.5em;
}
.tg-exp-table thead tr,
.tg-exp-table tbody tr {
  border-bottom: 3px solid white; 
}
.tg-exp-table thead tr th {
  vertical-align: bottom;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: bold;
}

.tg-exp-table td:nth-of-type(2) {
  font-style: italic;
}

.tg-exp-table th:nth-of-type(3),
.tg-exp-row td:nth-of-type(3){
  text-align: right;
  color:red;
}

.tg-rowexpand{
  background-color: #eee;
  color: #000;
  font-weight: normal;
  font-style: italic;
  padding: 0;
  text-indent: 0;
}

tr.tg-exp-hidden {
  background-color: #eee;
  display: table-row;
}
tr.tg-exp-shown {
  background-color: white;
  display: table-row;
}

tr.tg-exp-hidden {
  display: none;
}

.tg-exp-table button {
  background-color: transparent;
  border: .1em solid transparent;
  font: inherit;
  padding: 0.25em 0.5em 0.25em .25em;
  width: 100%;
  text-align: left;
}

.tg-exp-table button:focus, .tg-exp-table button:hover {
  background-color: #ddd;
  outline: .2em solid #00f;
}

.tg-exp-table button span {
  width: .8em;
  height: .8em;
  margin: 0 0 -.05em 0;
  fill: #66f;
  transition: transform 0.25s ease-in;
  transform-origin: center 45%;
}

.tg-exp-table button:hover span,
.tg-exp-table button:focus span {
  fill: #00c;
}
/* Lean on programmatic state for styling */
.tg-exp-table button[aria-expanded="true"] span {
  transform: rotate(180deg);
}

/* 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;
}
