.reselect {
    position: absolute;
    z-index: 9999;
    background: white;
    padding: 2px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.reselect .option {
    color: black;
    padding: 1em;
    border: solid 1px #eeeeee;
}
.reselect .optgroup {
    background: #888888;
    color: white;
    padding: 1em;
}

