#menubutton_1 {
  width:100%;
  cursor:default !important;
}

#menubutton_1.selected {
  background-color:#2db3c6;
}

/* FLUID */

@media screen and (min-width: 1500px) {


}

@media screen and (max-width: 750px) {
 
}

