.highlight {
    background-color: rgba(166, 79, 28, 0.516) !important;
}
.bg-cyan {
    background-color: #8497B1 !important;
}
.white-bold,.green-bold{
    font-weight: bold;

}
.white-bold {
    color: white !important;
    }
.green-bold{
    background-color: #70AD48 !important;
    
}
.bg-pinklight {
    background-color: #fdebdf !important;
}
.bg-yellow {
    background-color: #af8505 !important;
}
table {
    border-collapse: collapse;
    width: 100%;
}

table, th, td {
    border: 1px solid black !important;
    text-align: center;
    vertical-align: middle;
   
}

th, td {
    padding: 1px !important;
    font-size: 10px;
 
}
