/* --------------
Webmap styles
----------------

Colours to use:
['#fff7fb','#ece2f0','#d0d1e6' - beige blue,'#a6bddb','#67a9cf','#3690c0' - light blue ok for text on white bg,'#02818a','#016c59','#014636']

#02818a - Header text, borders
#67a9cf - Accent text
*/

body{
font-family: Raleway, Helvetica, sans-serif;
font-size: small;
background: #fff;
}

h1{
  font-size: 25px;
  color: #02818a;
}

input[type=text]{
  width: 175px;
  color: #02818a;
  border: 2px solid #02818a;
  font-style: italic;
}

h2{
  font-size: small;
  color: #000;
}

h3{
  font-size: small;
  color: #02818a;

}

#map{
  margin: auto;
  width: 60%;
  height: 500px;
  border: 3px solid #02818a;
}

#summarybox{
  margin: auto;
  width: 60%;
  padding-top: 15px;
  padding-bottom: 20px;

}

#header{
  margin: auto;
  width: 90%;
  top: 5%;
}

#searchbox{
  position: absolute;
  background-color: #fff;
  width: 25%;
  left: 70%;
  top: 2.5%;


}

.mapbutton {
    background-color: #fff;
    border: 2px solid #02818a; /* Green */
    color: #02818a;
    padding: 2px 7px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;

}

.accent {
  color: #67a9cf;
  font-style: italic;
  font-weight: bold;
}

.errortext {
  color: #67a9cf;
  font-size: 12px;
}

.smalltext {
  color: #000;
  font-style: italic;
  font-size: 10px;
}

.info {
  width: 250px;
}
