table {
  width: 100%;
  border-collapse: collapse;
  
}
tr:nth-of-type(odd) {
  background: #eee;
}
td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 16px;
}
th {
  background: #013b69;
  color: white;
  font-weight: bold;
}
tr:nth-of-type(odd) {
     background: #013b69;
  color: rgb(251, 253, 254);
  text-decoration: underline;
}
#section18
{
    padding-top:60px;
    padding-bottom:60px;
}
.pres
{
    text-align:center;
    font-size:32px;
    padding-top:20px;
        color: #221F1F;
}
.bgloop
{
    
  background-repeat: repeat;
 padding-bottom:65px;
  color: #ffffff;
}
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
}
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
    thead tr {
        position: initial;
        top: -9999px;
        left: -9999px;
    }
}
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
    tr {
        border: 1px solid #ccc;
    }
}
thead > tr{
      background: #fff !important;
      color: rgb(34, 31, 31) !important;
}
tr{
 background: #fff ;
  color: rgb(34, 31, 31);
  
}
thead > tr   {
     text-decoration: none !important;
}