/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2025 | 12:29:58 */
.excccblog table {
  width: 80%;
  margin-left: 0px;
  margin-right: auto;
  text-align: left;
  border: none;
border-collapse: collapse;
}

.excccblog tr {
  
padding-left:7px;
color: #333333;
line-height: 18px;
}
  

.excccblog tr a{
color: #022c4b;
   text-decoration: underline;
}

.excccblog tr a:hover {
color: #022c4b;
}

  .excccblog td {
    background-color: #ffffff;
    padding-right:3px;
    color: #333333;
	letter-spacing: -0.02em;
    padding-left:7px;
    padding-top:5px;
}

@media (max-width: 1000px) {
  
  .excccblog table {
  width: 100%;
   padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}