.investors-content-pages .table-responsive table { margin: 40px 0px 70px 0px;}
.investors-content-pages .table-responsive table tr th{ background-color:var(--red); color:#fff; font-weight: 500;}
.investors-content-pages .table-responsive table tr td a { color: var(--TextColor);}
.investors-content-pages .table-responsive table tr td a:hover { color: var(--red); }
.investors-content-pages .table-responsive .mb0 { margin-bottom: 0px !important; }
.investors-content-pages ul li, .investors-content-pages ol li{ font-size: var(--fs-18); line-height: 30px; color: var(--black); font-weight: var(--font-weight-400); }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  
}

@media (min-width: 320px) and (max-width: 767px) {
  
}