.logo {
  margin-top: 6px;
  position:absolute;
  width:128px;
  height:50px;
  left:50%;
  margin-left:-70px; /* half the width of the image */
  background-image:url('/inc/ctsmobile.etaspot.net/logo_mobile_web.png');
  background-repeat: no-repeat; /* Prevents the image from tiling */
  background-position: center center; /* Centers the image */
  background-size: cover; /* Or 'contain', '100% 100%' */
}
.main-header {
  height:56px;
  text-align:center;
  padding-top:0px;
}
.head-left {
}
.head-right {
}
.left-menu-button-container {
  left:5px;
  position:absolute;
}
.right-menu-button-container {
  right:5px;
  position:absolute;
}
.left-menu-button-container .menu-button {
  margin-top:0px;
}
.right-menu-button-container .menu-button {
  margin-top:0px;
}
.ui-header {
  background-color:#8c1010;
}
