.multiselect {
    width: 80%;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    background: white;
    padding: 5px 10px;
    position: absolute;
    z-index: 2;
    width: 80%;
    display: none;
    border: 1px #dadada solid;
    overflow-y: scroll;
    height: 65px;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}