﻿
#tblInspection {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #tblInspection td, #tblInspection th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #tblInspection tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #tblInspection tr:hover {
        background-color: #ddd;
    }

    #tblInspection th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #4b6c9e;
        color: white;
    }


#college_inspection {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #college_inspection td, #college_inspection th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #college_inspection tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #college_inspection tr:hover {
        background-color: #ddd;
    }

    #college_inspection th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #4b6c9e;
        color: white;
    }
