.red_cell {
  background : rgb(217,150,148) !important;
}
.yellow_cell {
  background : rgb(255,255,0) !important;;
}
.green_cell {
  background : rgb(146,208,80) !important;;
}
.dark-grey-cell {
background : rgb(242,242,242) !important;;
}
.blank_cell {
  background : white !important;;
  color : white;
}
.light-grey-cell {
background-color : rgb(252,252,252) !important;;
}

.key-button {
    border: 1px solid grey;
    padding : 7px 12px;
    display: inline-block;
    border-radius : 5px;
    vertical-align: text-bottom;
}


.table tbody>tr>th.centered-heading{
    vertical-align: middle;
    text-align: center;
}
.table tbody>tr>td.centered-data{
    text-align: center;
}

td {
  -webkit-print-color-adjust: exact;
}

.progress-label {
    float: left;
    margin-left: 30%;
    margin-top: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

@media only screen and (max-width: 1300px)
{
    .wide-table-text {
       font-size : 90%;
    }
    
    .key-button {
    border: 1px solid grey;
    padding : 7px 7px;
    display: inline-block;
    border-radius : 5px;
    vertical-align: text-bottom;
   }
    
    
}