#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%;
}

.waveTitle {
    color: grey;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
}
.waveTitle h1{
    margin-bottom: 0;
    font-weight: 600; /* Make the font bolder */
}
.waveTitle p{
    margin-top: 0;
    font-style: italic;
}

.row-protected {
     border-color:rgb(128, 0, 0);
    border-width: 1px;
    border-style: solid;
    font-weight: 500;
    background-color: #dda9a6 !important;
  }
  
.row-public {
    border-color: green;
    border-width: 1px;
    border-style: solid;
    font-weight: 500;
    background-color: honeydew;
    
  }

 





