/* See tailwind.css - look for extra.css comment */
.ahoroa-table {
  width: 100% !important;
  border-collapse: collapse;
}
.ahoroa-table .tg-9hbo,
.ahoroa-table .tg-h31u
{ min-width:100px;}
.ahoroa-table {
border-color: #88BBAF !important; 
}
.ahoroa-table th {
    background-color: #1E705D !important; 
    color:#ffffff !important; 
}
.ahoroa-table td {
border-color: #88BBAF !important;  
}
.ahoroa-table tr:nth-child(odd) {
    background-color: #F9FFFD !important;  
} 
.ahoroa-table tr:nth-child(even) {
    background-color: #ffffff !important;   
}