/**
 * Menu
 */
#roomsmenu{
  display:block;
/*  border:1px solid #7D7D7D; */
  font-size: 14px;
  margin:0 0 2px 0;
}

#roomsmenu a {
  float:left;
  display:block;
  text-align:center;
  border-left: 0;
  margin: 2px 3px;
  padding:4px;
  min-width:29px;
  height:18px;
  background-color: white;
  color:#000;
  font-weight:lighter;
}

#roomsmenu a:hover {
  background-color: #5F9EA0;
  text-decoration:none;
}

@media screen and (max-width: 430px){
#floors {
  width: 100%;
}
}
