#divmain {
    
    display: flex;
    width: 100%;
    height: 90%;
}

#divmain_candidatelist {
    display: inline-block;
    top: 0;
    min-width: 30%;
    max-width: 35%;
    /* background-color: red; */
    overflow-y: scroll;
}

#divmain_candidatenotes {
    display: inline-block;    
    width: 50%;
    top: 0;
    border-left: 1px solid #555555;
    margin-left: 5px;
    padding: 20px;
}

#notesDiv {
    
    height: 100%;
    overflow-y: scroll;
}

.candidatenotetop {
    left: 0px;
    right: 0px;
    font-weight: bold;
    font-height: 20px;
    height: 20px;
    background-color: #555555;
    color: #dddddd;
    padding-left: 20px;
    padding-top: 24px;
    padding-bottom: 20px;
    margin-top: -10px;
}

#the_candidates_ul {
    list-style-type: none;
    top: 0;
}

#the_candidates_ul li {
    top: 0;
    max-width: 90%;
    margin-top: 3px;
    padding: 4px;
    font-size: 16px;
    cursor: pointer;
}

#the_candidates_ul li:hover {
    top: 0;
    max-width: 90%;
    margin-top: 3px;
    padding: 4px;
    font-size: 16px;
    background-color: #e4e4e4;
    cursor: pointer;
}

#the_candidates_ul li.CANDIDATEARCHIVED {
    top: 0;
    color: #999999;
}
