CSS:

.hover{
 width:100%;
 border-collapse:collapse;
 
}
.hover th{
 height:30px;
 background:#ffffff;
 color:#000000;
}
.hover td{
 height:30px;
 width:200px;
 padding-top:3px;
 vertical-align:middle;
 border-bottom:1px solid #ffffff;
 text-align:center;
}
.hover td a {
  width:100%;
  display:block;
}
.hover tr {
  background:#8a4619; 
  color:$ffffff;
}
.hover tr:hover {
  background-color:#530b17;
}
.hover tr a {
   color:#ffffff; 
}
.hover a:hover{
   color:#f78b4a;
}
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
}
    table.gitcoin-table {
        width: 100%;
        border-collapse: collapse; 
        margin: 20px 0;
        font-family: Arial, sans-serif;
        font-size: 14px;
 }
    table.gitcoin-table th, 
    table.gitcoin-table td {
        border: 1px solid #000; 
        padding: 12px;
        text-align: left;
        vertical-align: top;
 }
    
   table.gitcoin-table thead tr {
        background-color: #f2f2f2;
        font-weight: bold;
        text-align: center;
    }
    
       .bg-light {
        background-color: #fafafa;
        font-weight: bold;
    }
