@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

#info {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 35%;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.59);
  z-index: 1;
  background-color: #E8E7D0;
  overflow: scroll; }
  @media (max-width: 800px) {
    #info {
      width: 100%;
      bottom: 60%; } }
  @media (max-width: 500px) {
    #info {
      width: 100%;
      bottom: 40%; } }
  @media (min-width: 1200px) {
    #info {
      width: 25%; } }
  @media (min-width: 1450px) {
    #info {
      width: 20%; } }

#map {
  bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 65%; }
  @media (max-width: 800px) {
    #map {
      width: 100%;
      top: 40%; } }
  @media (max-width: 500px) {
    #map {
      width: 100%;
      top: 60%; } }
  @media (min-width: 1200px) {
    #map {
      width: 75%; } }
  @media (min-width: 1450px) {
    #map {
      width: 80%; } }

#title {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  display: flex;
  align-items: center; }
  #title span {
    padding: 0px 20px; }
  @media (max-width: 500px) {
    #title {
      font-size: 16px;
      height: 30px; } }

#header {
  border-bottom: 1px solid #702f0a;
  background-color: #dddbb9; }
  #header .bound {
    padding: 20px 30px 30px 20px; }
    @media (max-width: 800px) {
      #header .bound {
        padding: 20px 30px 20px 20px; } }
    @media (max-width: 500px) {
      #header .bound {
        padding: 10px 30px 18px 20px; } }

.triangle {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #702f0a;
  top: 20px;
  margin: -20px auto 0 auto; }
  @media (max-width: 800px) {
    .triangle {
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 15px solid #702f0a;
      top: 15px;
      margin: -15px auto 0 auto; } }
  .triangle::after {
    content: '';
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #dcdbb8;
    margin: 0 auto;
    top: -21px;
    left: -30px; }
    @media (max-width: 800px) {
      .triangle::after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 15px solid #dcdbb8;
        margin: 0 auto;
        top: -16px;
        left: -20px; } }

h1 {
  font-weight: normal;
  font-size: 20px;
  margin: 0; }
  @media (max-width: 800px) {
    h1 {
      font-size: 16px;
      line-height: 1.6; } }

h1 span.controls, h1 span.partyNumAdults, h1 span.partyNumChildren, h1 span.vehicle, h1 span.month {
  margin-right: -10px; }
  @media (max-width: 500px) {
    h1 span.controls, h1 span.partyNumAdults, h1 span.partyNumChildren, h1 span.vehicle, h1 span.month {
      margin-right: -5px; } }
  h1 span.controls::after, h1 span.partyNumAdults::after, h1 span.partyNumChildren::after, h1 span.vehicle::after, h1 span.month::after {
    content: '';
    position: relative;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #474747;
    top: 18px;
    right: 15px; }
    @media (max-width: 500px) {
      h1 span.controls::after, h1 span.partyNumAdults::after, h1 span.partyNumChildren::after, h1 span.vehicle::after, h1 span.month::after {
        top: 16px;
        right: 10px; } }

h1 span.norm {
  margin-right: 5px; }

select {
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Open Sans';
  border-bottom: 1px solid black;
  width: 50px;
  cursor: pointer; }
  @media (max-width: 800px) {
    select {
      font-size: 16px; } }
  select:focus {
    outline: none; }

#result {
  font-size: 20px;
  margin: 20px;
  margin-top: 50px;
  position: relative; }
  @media (max-width: 800px) {
    #result {
      margin-top: 30px;
      font-size: 16px; } }
  @media (max-width: 500px) {
    #result {
      font-size: 14px; } }
  #result #explanation {
    margin-top: 30px; }
    @media (max-width: 800px) {
      #result #explanation {
        margin-top: 20px; } }

#invisible {
  display: inline;
  visibility: hidden;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Open Sans'; }
  @media (max-width: 800px) {
    #invisible {
      font-size: 16px; } }

#disclaimer {
  font-style: italic;
  color: #777;
  margin-top: 30px;
  font-size: 14px; }
  @media (max-width: 800px) {
    #disclaimer {
      margin-top: 20px;
      font-size: 12px;
      display: none; } }
