div#banners-right
{
  float: right;
  width: 125px;
}

div#banners-right-advanced p
{
  margin: 0;
}

div#banners-right .banner-square-button
{
  margin: 0 0 1em 0;
}

div#weather-station-wrapper
{
  height: 480px;
  margin: 0 0 1em 0;
}

div>weather-station-advanced-wrapper
{
  width: 760px;
  height: 1540px;
  margin: 0 0 1em 0;
}

div#google-map-wrapper
{
  width: 700px;
  height: 300px;
  background-color: lightblue;
}

div#google-map-advanced-wrapper
{
  width: 760px;
  height: 300px;
  background-color: lightblue;
}

a.weather-btn
{
  display: inline-block;
  
  padding: 4px 14px;
  
  color: #fff !important;
  background-color: #009EDF;
  border: 1px solid #28334B;
  text-decoration: none;
}
