/*---infection table stuff----*/
div#infectionInfo {
    width: 70%;
    max-height: 300px;
    overflow-x: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

div#infectionInfo td {
    padding: 5px;
    text-align: right;
}

div#infectionInfo th {
    background-color: #FF4F2F;
    color: white;
    padding: 5px;
}

div#infectionInfo table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

tr.even {
    background-color: #fef5bc;
}

tr.odd {
    background-color: white;
}

/*---iend nfection table stuff----*/
