#versionSelect {
    width: 150px;
}



.error {
    color: red;
    font-weight: bold;
}

td i {
    color: rgb(65, 99, 143);
    display: inline-block;
    float: right;
}

#hcf-check-container {
    background: rgb(241, 237, 237);
    padding: 15px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.pvs-public {
    color: rgb(112, 176, 112);
}

.pvs-protected {
    color: rgb(211, 57, 57);
}

.tti-header {
    background: rgb(0,124,177);
}

.tti-footer {
    background: rgb(0,124,177);
}

#hcfTable {
    width: 60%;
}



