.quaterly-updates-container .hidden {
  display: none;
}

.quaterly-updates-container .box-selected {
  margin-bottom: 30px;
}

.quaterly-updates-container .box-selected .year-table .year-box .report-select {
  display: block;
  padding: 0 15px;
  margin-bottom: 40px;
  outline: none;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
  color: #797878;
  position: relative;
  width: 260px;
  min-height: 40px;
  border: 1px solid #c4c4c4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background: url("/media/winmfq0s/sjx-1.png");
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  /* Target Internet Explorer 9 to undo the custom arrow */
}

.quaterly-updates-container .box-selected .year-table .year-box .report-select:lang(zh-CN), .quaterly-updates-container .box-selected .year-table .year-box .report-select:lang(zh-HK) {
  width: 200px;
}

.quaterly-updates-container .box-selected .year-table .year-box .report-select::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */
}

@media screen and (min-width: 0\0) {
  .quaterly-updates-container .box-selected .year-table .year-box .report-select {
    background: none\9;
    padding: 5px\9;
  }
}

.quaterly-updates-container .box-selected .year-table .year-box .report-select option {
  margin: 0 15px;
}

.quaterly-updates-container .box-selected .year-table .year-box .drop-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #2f2f2f;
  font-size: 0;
  line-height: 0;
}

.quaterly-updates-container .box-selected .year-table #year-box-selected {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 21.6568px;
  line-height: 41px;
  text-align: left;
  color: #0d1d76;
  border-bottom: 5px solid #0d1d76;
}

.quaterly-updates-container .data-results table thead tr td {
  text-align: left;
  font-size: 23px;
  letter-spacing: -0.041em;
  text-transform: capitalize;
  color: #0D1D76;
  background: #efefef;
  height: 50px;
  vertical-align: middle;
  border: 1px solid #C4C4C4;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .quaterly-updates-container .data-results table thead tr td {
    font-size: 18px;
  }
}

.quaterly-updates-container .data-results table tbody tr td {
  height: 50px;
  vertical-align: middle;
  text-align: left;
  text-transform: capitalize;
  color: #797878;
  border: 1px solid #C4C4C4;
  padding: 10px 15px;
}

.quaterly-updates-container .data-results table tbody tr td a {
  color: #797878;
}

.quaterly-updates-container .data-results table tbody tr td a:hover {
  text-decoration: unset;
}

@media (max-width: 991px) {
  .quaterly-updates-container .data-results table tbody tr td {
    font-size: 17px;
  }
}

.quaterly-updates-container .data-results table tbody tr:nth-child(2n) {
  background-color: #efefef;
}
/*# sourceMappingURL=quaterly-updates.css.map */