@media screen and (max-width: 1200px) {
  .top-10-ordinary-shareholders .table-content {
    overflow-x: scroll;
    /* Height */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .top-10-ordinary-shareholders .table-content::-webkit-scrollbar {
    height: 8px;
  }
  .top-10-ordinary-shareholders .table-content::-webkit-scrollbar-track {
    box-shadow: inset 1px 1px 10px #ddd;
  }
  .top-10-ordinary-shareholders .table-content::-webkit-scrollbar-thumb {
    background: #00A65D;
    border-radius: 10px;
  }
  .top-10-ordinary-shareholders .table-content::-webkit-scrollbar-thumb:hover {
    background: #0071BC;
  }
}
.top-10-ordinary-shareholders table {
  width: 100% !important;
}

table tr,
table td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  padding: 10px;
}
@media screen and (max-width: 1400px) {
  table tr,
  table td {
    font-size: 12px;
  }
}
table tbody {
  border-top: 6px solid #00A65D;
}
table tbody tr:nth-child(2), table tbody tr:nth-child(19) {
  height: 50px;
}
table tbody tr:nth-child(2) td, table tbody tr:nth-child(19) td {
  background-color: #00A65D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  table tbody tr:nth-child(2) td, table tbody tr:nth-child(19) td {
    font-size: 12px;
  }
}
table tbody tr:nth-child(3) td, table tbody tr:nth-child(4) td, table tbody tr:nth-child(20) td {
  background-color: #fff;
  color: #00A65D;
}
table tbody tr:nth-last-child(1) td, table tbody tr:nth-last-child(2) td {
  text-align: left;
}
table tbody tr:nth-child(27) td:nth-child(2), table tbody tr:nth-child(28) td:nth-child(2) {
  text-align: center;
}
table tbody tr:nth-child(5), table tbody tr:nth-child(7), table tbody tr:nth-child(9), table tbody tr:nth-child(11), table tbody tr:nth-child(13), table tbody tr:nth-child(15), table tbody tr:nth-child(17), table tbody tr:nth-child(20), table tbody tr:nth-child(22), table tbody tr:nth-child(24), table tbody tr:nth-child(26), table tbody tr:nth-child(28), table tbody tr:nth-child(30), table tbody tr:nth-child(32), table tbody tr:nth-child(34) {
  background-color: #f9f9f9;
}

.published-date {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.note {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  .note {
    font-size: 12px;
  }
}/*# sourceMappingURL=top-10-ordinary-shareholders.css.map */