/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25/09/2015, 11:32:19 AM
    Author     : Simon O'Toole <simon.otoole@aao.gov.au>
*/

div.whats-on-wrapper {
  background: #efeee9;
  min-height: 400px;
  margin-top:20px;
}
div.whats-on-wrapper div#zone-content {
  background:#9aabcc;
  border-radius:10px;
}
div.whats-on-wrapper, div.whats-on-wrapper h1, div.whats-on-wrapper h2 {
  font-family: Helvetica, sans-serif;
  color:black;
}
div.whats-on-wrapper div#region-content h1.page-title {
  font-weight: bold;
  padding-left:10px;
  font-size:250%;
}
div.whats-on-inner {
  min-height: 500px;
}