@media only screen {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .toolbar{
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .toolbar{
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .toolbar{
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  body {
    width: 600px;
    margin: 0px auto;
    padding-left: 0;
    padding-right: 0;
  }

  .toolbar{
    width: 600px;
    position: fixed;
    margin: 0px auto;
  }

  .float-menu-cmd{
    display: none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  body {
    width: 600px;
    margin: 0px auto;
    padding-left: 0;
    padding-right: 0;
  }

  .toolbar{
    width: 600px;
    position: fixed;
    margin: 0px auto;
  }

  .float-menu-cmd{
    display: none;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  body {
    width: 600px;
    margin: 0px auto;
    padding-left: 0;
    padding-right: 0;
  }

  .toolbar{
    width: 600px;
    position: fixed;
    margin: 0px auto;
  }

  .float-menu-cmd{
    display: none;
  }
}

body{
  padding-bottom: 16px;
}

.toolbar{
  z-index: 9999;
}

.fake-toolbar{
  visibility: hidden;
}

.no-select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.float-menu-cmd{
  position: fixed;
  width: 60px;
  height: 60px;
  right: 16px;
  bottom: 16px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  z-index: 9999;
}

.float-menu{
  display: none;
  z-index: 10000;
  height: auto;
  width: auto;
}

.pointer{
  cursor: pointer;
}

.prevent-click{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 10;
  overflow: hidden;
  display: none;
}

.google-button{
  position: relative;
  cursor: pointer;
  height: 40px;
}

.google-button-reset{
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  text-align: center;
}
