/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2025 | 12:30:09 */
.exccc table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: none;
border-collapse: collapse;
}

.exccc tr {
  
padding-left:7px;
color: #333333;
line-height: 18px;
}
  

.exccc tr a{
color: #022c4b;
   text-decoration: underline;
}

.exccc tr a:hover {
color: #022c4b;
}

  .exccc td {
    background-color: #ffffff;
      padding-right:3px;
    color: #333333;
	letter-spacing: -0.02em;
    padding-left:7px;
    padding-top:5px;
}

  .listing li:not(:last-child) {
    margin-bottom: 5px;
}

.listing a {
color: #022c4b;
text-decoration: underline !important;
text-decoration-color: #0a2d2e !important;
text-underline-position: under !important; 
}
.listing a:hover {
 color: #022c4b;
}


.texccc table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: none;
border-collapse: collapse;
}

.texccc tr {
padding-left:7px;
color: #333333;
line-height: 18px;
}
  

.texccc tr a{
color: #022c4b;
   text-decoration: underline;
}

.texccc tr a:hover {
color: #022c4b;
}

  .texccc td {
    background-color: #ffffff;
    padding-right:3px;
    color: #333333;
	letter-spacing: -0.02em;
    padding-left:7px;
    padding-top:5px;
}

  .texccc td:first-child {
width: 23%; /* adjust as needed */
white-space: nowrap;

}

.tableexc td {
color: #333333;
}

.tableexcc td {
color: #333333;
padding-left: 15px;
padding-right: 5px;
vertical-align: middle;
}

.tableexcc th {

padding-left: 5px;
padding-right: 5px;
  white-space: nowrap;
}
  
@media (max-width: 1000px) {
  
  .exccc table {
  width: 100%;
   padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
  
  .texccc table {
  width: 100%;
}

.texccc td:first-child {
width: auto;
  padding-right:7px;
  }
  
  .tableexcc td {
color: #333333;
padding-left: 15px;
      }