.multiselect {
    width: 100%;
  
   
}

.selectBox select {
  width: 100%;
  height: 30px;
  font-weight: normal;
}

.overSelect {

  display: block;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  background-color: white;
  width: 200px;
}

#checkboxes label {
  display: block;
  z-index: 10;
  position: relative;
}

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