table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table th,
table td {
  height: 60px;
  font-size: 16px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
}

@media screen and (max-width: 1400px) {
  table th,
  table td {
    font-size: 12px;
  }
}

table th {
  letter-spacing: .1em;
  /*text-transform: uppercase;*/
}

table tr {
  border: 1px solid #ddd;
}

thead tr:first-child {
  background-color: #00A65D;
}

thead tr:first-child th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #ddd;
  height: 70px;
}

@media screen and (max-width: 1400px) {
  thead tr:first-child th {
    font-size: 12px;
  }
}

thead tr:nth-child(2) th {
  color: #00A65D;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
}

@media screen and (max-width: 1400px) {
  thead tr:nth-child(2) th {
    font-size: 12px;
  }
}

tbody tr td:first-child {
  text-align: left;
  padding: 0 20px;
}

@media screen and (max-width: 1400px) {
  tbody tr td:first-child {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  tbody tr td:first-child {
    font-size: 16px;
    color: #333;
    font-weight: 700;
  }
}

tbody tr:nth-child(2n) {
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .col-title {
    width: 25%;
  }
  .col-data {
    width: 17%;
    padding: 0 10px;
  }
  .col-percentage {
    width: 12%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: 10px;
  }
  table td {
    border-bottom: 1px solid #ddd;
    text-align: left;
    display: block;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
  }
  table td:first-child {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  table td::before {
    content: attr(data-label);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    color: #00A65D;
    width: 100%;
  }
}
/*# sourceMappingURL=shareholder-structure.css.map */