.tableHeader {
  color: #565a5c;
  font-weight: bold;
  font-size: 20px;
  padding: 40px 0;
  height: auto;
}

.tableizer-table {
  border: 1px;
  font-weight: 400;
  width: 100%;
}

.tableizer-table a {
  color: #337ab7;
  border: none;
}

.tableizer-table td {
  background-color: #ffffff;
  padding: 8px;
  text-align: center;
  margin: 3px;
  border: 1px;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  height: 40px;
}

.tableizer-table td:first-child {
  padding: 8px;
  margin: 3px;
  border: 1px;
  font-size: 12px;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  height: 40px;
}

.tableizer-table td:last-child {
  border-right: none;
}

.tableizer-table th {
  color: #565a5c;
  font-size: 10px;
  letter-spacing: 3px;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  margin: 3px;
  border-bottom: 1px solid #cccccc;
  height: 40px;
  line-height: 12px;
}

.tableizer-table th:nth-child(n + 2) {
  width: 10%;
}

.tableizer-table .title td {
  font-size: 14px;
  background-color: #eaeaea;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-left: none;
  border-right: none;
}

.tableizer-table td.index-name {
  line-height: 1.2em;
  font-weight: 400;
  font-size: 14px;
}

.tableizer-table.mobile {
  display: none;
}

.tableizer-table.mobile td {
  text-align: left;
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tableizer-table.mobile td.indicator {
  width: 10%;
  text-align: center;
  font-size: 24px;
}

.tableizer-table.mobile td.index-name {
  width: 90%;
  line-height: 1.2em;
  cursor: pointer;
}

.tableizer-table.mobile .title {
  height: 40px;
  border-top: 1px solid #cccccc;
  line-height: 1em;
}

.tableizer-table.mobile tr.table-headers {
  border-bottom: 1px solid #cccccc;
}

.tableizer-table.mobile tr.table-headers .indicator {
  cursor: pointer;
}

.tableizer-table.mobile tr.table-data {
  border-bottom: 1px solid #cccccc;
  display: none;
  width: 100%;
}

.tableizer-table.mobile .table-data-expanded {
  display: table-row;
}

.tableizer-table.mobile .mobile-dropdown {
  width: 100%;
}

.tableizer-table.mobile .mobile-dropdown td {
  height: 20px;
}

.tableizer-table.mobile .mobile-dropdown td:first-child {
  padding-left: 8px;
  font-size: 14px;
}

.tableizer-table.mobile .mobile-dropdown td:last-child {
  text-align: right;
  color: #565a5c;
  font-size: 14px;
}

.tableizer-table.mobile tr.table-line {
  border-bottom: 1px solid #cccccc;
}

.tableizer-table.mobile td.hiddenrow {
  padding: 0;
}

.tableizer-table.mobile .accordion-body {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 760px) {
  .indices-app {
    overflow-y: auto;
  }

  .tableizer-table.visible-xs {
    display: table !important;
  }

  .tableizer-table.hidden-xs {
    display: none !important;
  }
}