/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2023 | 09:12:10 */
.styled-table {
    border-collapse: collapse;
    padding: 25px 0 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
/*     box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
}
.styled-table table,.styled-table td,.styled-table th {
  border:none;
	min-width: 542px;
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table tbody tr {
/*     border-bottom: 1px solid #dddddd; */
}

.styled-table tbody tr:nth-of-type(even) {
/*     background-color: #f3f3f3; */
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #ffb703;
}
.styled-table tbody tr:hover {
    font-weight: bold;
    color: #ffb703;
}
th{ text-align: center;}