{#
.twtt-parent {
  overflow: auto;
}
#}

.table-title {
  margin-top: 2em;
  margin-bottom: 2em;
}

.twtt-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 1px solid #99acc2;
}

.twtt-table-th {
  color: white;
  background-color: #298fc2;
  font-weight: bold;
  border: 1px solid #99aac2;
  height: 71.4px;
  padding: 10px;
}

.twtt-table-td {
  border: 1px solid #99acc2;
  height: 71.4px;
  padding: 10px;
}

.tooltip {
  position: relative;
}

.tooltiptext {
  visibility: hidden;
  background-color: #298fc2;
  color: white;
  position: absolute;
  bottom: 125%;
  left: 0%;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 10px;
  border-radius: 7px;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #298fc2 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.more-text {
  margin-top: 1em;
}

.twtt-tabs-parent {
  overflow: hidden;
}

.twtt-tabs-parent button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: 'trade-gothic-next';
  font-size: 18px;
}

.twtt-tabs-parent button:hover {
  color: rgb(41,143,194);
}

.twtt-tabs-parent button.active {
  text-decoration: underline;
  color: rgb(41,143,194);
  font-weight: bold;
}

.twtt-tabContent-parent {
  display: none;
}

.activeTab {
  display: block;
}

@media (max-width:480px) {
  .twtt-table-th {
    font-size: 7.5px;
  }
  .twtt-table-td {
    font-size: 7.5px;
  }
}
