#MenuSwitcher{
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 400px;
  padding: 9px 5px;
  width:80px;
  color: #fff;
  cursor: pointer;
  outline: 0px solid transparent;
  transition: all 0.3s ease;
}
#MenuSwitcher:hover{
  background-color: #444;
}
body.menu-close #MenuSwitcher{
  left: 0px;
  background-color: #000;
  outline: 1px solid #000;
}
body.menu-close #Menu{
  left: -481px;
}
body.menu-close #Preview{
  border-left:0px solid transparent;
}
#menu-cats .menu-cats-row:hover{
  background: #444 !important;
  background: rgba(0,0,0, 0.5) !important;
}
.menu-content-item-radio:hover div.description{
  top: 0px !important;
  background: rgba(0,0,0, 0.75);
  opacity: 1;
  overflow: auto;
}
.menu-content-item-radio div.description:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
}
body.menu-back-button #menu-back-button:hover{
  background: #444;
}
.menu-content-item-radio.in-line2{
  width: 49%;
  margin:0.5%;
}
.menu-content-item-radio.in-line1{
  width: 99%;
  margin:0.5%;
}
.menu-content-item-radio.in-line15{
  width: 65%;
  margin:0.5%;
}
.menu-content-item-radio.in-line5{
  width: 24%;
  margin:0.4%;
}
.menu-content-item.label-under div.image{
  margin: 0px !important;
}
/*
.menu-content-item div.input{
  position: relative;
  top: -150px;
}
*/
.menu-content-item.label-under{
  max-height: inherit !important;
  height: auto !important;
}
.menu-content-item.label-under div.description,
.menu-content-item.label-under div.description:hover{
  top: 0px !important;
  opacity: 1;
  background: #000;
  max-height: 150px;
  height: auto !important;
  margin: 0px;
}
.menu-content-item.label-under div.description:before{
  display: none !important;
}
