html, body
{
  height: 99%;
}

#title
{
  height: 4%;
  display: inline;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

#button1, #button2
{
  display: inline;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#coordsArea
{
  height: 4%;
  display: inline;
  align-items: center;
  font-size: 16px;
}

#map
{
  height: 96%;
  margin: 5px;
}

#toggleViewButton, #toggleMarkersIconsButton
{
  background-color: white;
  color: #008CBA;
  font-size: 16px;
  border-radius: 8px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

#toggleViewButton:hover, #toggleMarkersIconsButton:hover
{
  background-color: #008CBA;
  color: white;
}