html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana,Helvetica,sans-serif;
  overflow: none;
}

.licenceResult{
  padding-top: 5px;
  display:inline-block;
  /* font-size: 14px; */
  padding-bottom: 5px;
}

.RenewalOptionText .licenceResult{
  font-size: 10px;
}

.infoBox{
  margin: 20px;
  /* padding: 10px; */
  /* border: 1px solid #BDBDBD; */
  font: 14px/1.5 museo-sans, sans-serif;
  color: #000;
}

.trans, a, button, input[type="submit"], button {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

h3{
  margin:0px 0px 5px 0px;
  font-weight: normal;
  font-size: 20px;
  font-family: 'museo', Arial, Helvetica, Verdana sans-serif;
}

a{
  line-height: 24px;
  color:#739b62;
  text-decoration:none;
}

a:hover {
  color:#328b97;
  text-decoration:underline;
}

button {
  margin-top: 7px;
  margin-right: 7px;
  font-size: 16px;
  background: #4c8c2b;
  border: 1px solid #4c8c2b !important;
  border-radius: 6px;
  color: #fff;
  padding: 8px 25px;
  border: 0;
}

button:hover {
  color:#4c8c2b;
  background:transparent;
  border: 1px solid #4c8c2b;
  cursor: pointer;
}


table{
  margin:5px 0px 5px 0px;
  font-size: 12px;
  border-spacing: 0px;
  text-align: left;
  max-width: 350px;
  width: 100%;
}

th {
  padding: 6px 5px;
  font-weight: normal;
  background: #4c8c2b;
  color: #fff;
}

th:nth-child(1) {
  border-radius: 0.6em 0 0 0;
}

th:nth-child(2) {
  border-radius: 0 0.6em 0 0;
}

td {
    padding: 6px 5px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    background: #f3f3f3;
}

.gravePhoto {
  font-size: 14px;
  display: block;
}

.mobileButtons {
  display: none;
}

@media print{
  @page {size: landscape}
  button {display:none}
  .gravePhoto {display:none}
}

#content{
  max-width: 1200px;
  height: 700px;
  margin: auto;
  position: relative;
  border: 2px solid #8C8C8C;
}

#mapDiv {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 350px;
  bottom: 0;
}

#infoPanel{
  position: absolute;
  top: 0;
  width: 350px;
  right: 0;
  bottom: 0;
  overflow: auto;
}

@media only screen and (max-width: 800px) {
  #content {
    width: 100%;
    height: 100%;
    border: unset;
  }

  #mapDiv {
    top: 0;
    left: 0;
    right: 0;
    height: 55%;
  }

  #infoPanel {
    width: auto;
    height: 45%;
    top: auto;
    left:0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #8C8C8C;
  }

  .infoBox {
    margin: 10px;
  }

  .desktopButtons {
    display: none;
  }

  .mobileButtons {
    text-align: center;
    display: block;
    margin: 10px 5px 0px 5px;
  }

  button {
    font-size: 13px;
    min-width: 31%;
    padding: 8px 2%;
    margin: 1%;
  }
}
