body{
    margin:0;
    padding: 0;
}
.hide{
    display: none;
}


.optionsMenu{
  height: 100%;
  position: absolute;
  z-index: 10;
  top:0;

}

.hbox{

}

.hboxHolder{
    margin-top: 100%;
    height: 50px !important;
}

.bgwhite {
    background-color:rgba(0,0,0,.8)
}