html, body {
  height: 100%;
}

input.button {
  background-color: #ff0000;
}

span.error {
  color: #ff0000;
}

.react-rater {
  font-size: 30px;
}

h1 {
  font-size: 2.2rem !important;
  margin: 0px !important;
  background-color: #ffffff;
}

#sideNav {
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 12px;
  background-color: #ffffff;
}

#cafe h3 {
  margin: 0;
}
#cafe address {
  line-height: 30px;
}
#cafe ul {
  margin: 0;
}
#cafe ul li {
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#cafe ul li i {
  width: 20px;
  height: 20px;
}
#cafe img {
  margin: 10px 0 0 0;
}
#cafe dd, #cafe dt {
  text-align: center;
}

#map, [data-react-class=Cafes] {
  height: 100%;
  width: 100%;
}
#map #nav, [data-react-class=Cafes] #nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#cafe_preview {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #efefef;
  min-width: 300px;
  z-index: 1000;
  background-color: #fff;
  padding: 0px 10px 0 10px;
}
#cafe_preview h5 {
  margin: 5px 0px;
}

.sharing {
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 300px;
  position: absolute;
  min-height: 65px;
  z-index: 1000;
}
.sharing p {
  margin: 5px 0 0 0;
  text-align: center;
}

ul.navigation {
  width: 250px;
}
ul.navigation li:hover {
  color: #ff0000;
}
ul.navigation li a {
  height: auto;
  line-height: 14px;
  padding: 0px;
}
ul.navigation li a:hover {
  color: #ff0000;
}

.ReactModal__Overlay {
  z-index: 1000;
}

.ReactModal__Content {
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
}
.ReactModal__Content a.close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 450px) {
  .ReactModal__Content {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

.aspect16by9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.aspect16by9 iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#by_iplay_red {
  position: absolute;
  bottom: 0px;
  left: 75px;
  font-family: "Hobo";
  color: #ff0000;
  font-size: 11px;
}
#by_iplay_red a {
  color: #ff0000;
  font-size: 17px;
}
#by_iplay_red:before {
  font-family: "Hobo";
  content: " + ";
  color: #ff0000;
  font-size: 20px;
}
