<style type="text/css">

body,td,th,div,p,a,font,span {font-family:Verdana, Arial, sans-serif;}

body {
  font-family: 'Roboto', sans-serif;
  background: white;
}

h1 {
font-size: 1.3em;
color: black;
padding: 5px;
}

h2 { 
font-size: 1em;
color: black;
padding: 0px;
}

h3 { 
font-size: 1em;
color: black;
display: inline;
padding: 0px; 
}

.disabled_text {
  color: grey;
}

.content { 
  background: #ffffff; 
  border: none;
}

.leftmenu {
  border: none;
  width: 205px;
  min-width: 180px;
  max-width: 305px;
  vertical-align: top;
}

.links
{
border-radius: 5px;
margin-right: 1em;
margin-bottom: 1em;
width: 100%;
background: #deddd7;
}

.links p { padding: 0px; margin: 0px; margin-left: 1em; }

.links a {
  display: block;
  color: #000;
  padding: 2px 5px;
  text-decoration: none;
  text-align:center;
  border-bottom: 1px solid #999;
}
.links a:hover {
background: #555;
color: white;

}
.links a:last-child {
  border-bottom: none;
}


.links ul { list-style-type: none; padding-left: 1em; padding-right: 1em; }

.links li { border-bottom: 1px dotted #bebda7; padding-right: 1em; }
.links li:hover { background: #734809; }

.heading {
  color: black;
  font-weight: bold;
  margin-top: 0.2em;
  text-align: center;
  background: #bebda7;
}

#topbanner {
  padding-bottom: 10px;
}

table.ozf
{
border: solid black 2px;
border-collapse: collapse;
width: 100%;
}

table.ozf th
{
font-size: 0.85em;
text-align: center;
background-color: black;
color: #CCCCCC;
font-weight: bold;
padding: 0px 5px 0px 5px;
}

table.ozf tr td
{
font-size: 0.85em;
text-align: center;
background-color:#EEEEEE;
color:black
}


table.ozf tr.even td
{
background-color: #deddd7;
color:black
}

table.ozf tr.odd td
{
background-color: #EEEEEE;
color:black
}

.synopsis
{
  text-align: center;
  background: #bebda7;
  padding: 5px;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 0.9em;
  width: 100%;
  vertical-align: top;
}

table tr td.observations
{
text-align: center;
padding-top: 0px;
padding-bottom: 5px;
border-radius: 10px;
}

a
{
color:blue;
}

a:hover
{
color:purple;
}

div.attribution
{
font-size: 0.75em;
text-align: center;
}

#radarforecast
{
}

#radarpanel
{
}

#radarimg
{
height: 450px;
position: relative;
float: left;
top: 0;
}

#ozfimgloadprogress {
  position: absolute;
  z-index: 50;
  width: 50%;
  height: 10px;
  top:0;
  left: 0; 
  bottom: 0;
  right: 0;
  margin: auto;
}

#forecastsun
{
position: relative;
left: 456px;
top: 0;
float: right;
}

#disclaimer
{
clear: both;
font-style: italic;
text-align: center;
font-size: 0.85em;
}

#printdisclaimer
{
text-align: center;
font-size: 0.6em;
}

.additionalinfo
{
  background: #FFFBCA;
  text-align: center;
  padding: 8px;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 0.9em;
}

.popup
{
  background:#fafafa;
  border:1px solid #444;
  border-radius:6px;
  padding:5px;
  position:absolute;
  display:none;
  z-index: 40;
}

#radarprogress {
  height: 10px;
  width: 30%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  z-index: 40;
  left:35%;
  opacity: 0.3;
  border: 1px solid #DDDDDD;
}

table.webcamtable tr td img {
  height: auto;
  width: 100%;
}

@media all and (max-width: 1300px) {
  .notmobile
  { 
    display: none;
  }
}

@media all and (min-width: 1301px) {
  .mobileonly
  { 
    display: none;
  }
}


@media all and (min-width: 1500px) {
  #extrawidth
  {
    width: 160px;
    padding-top: 15px;
  }
}
@media all and (max-width: 1499px) {
  #extrawidth
  {
    width: 0px;
  }
}

@media print {
  .printable {
    display: block;
  }

  .dontprint {
    display: none;
  }

  table.ozf
  {
    font-size: 0.5em;
  }

  #disclaimer {
    display: none;
  }
}

@media screen {
  .printable {
    display: none;
  }
}

.mm-listitem {
  --mm-listitem-size: 6vh;
  background: #deddd7;
  text-align: center;
  --mm-color-border: #999;
  --mm-color-background: white;
}

.mm-btn_prev, .mm-btn_next {
  padding-left: 0px;
  padding-right: 0px;
}

.mm-btn_prev:before, .mm-btn_next:after {
  width: 12px !important;
  height: 12px !important;
  --mm-color-button: black;
}

.ozfsubmenu {
  background: #bebda7 !important;
  font-weight: normal;
  --mm-color-text-dimmed: black;
}

.mm-navbar {
  --mm-color-background-highlight: #EEE;
  --mm-navbar-size: 6vh;
  --mm-color-background: #bebda7;
  font-weight: normal;
  --mm-color-text-dimmed: black;
}

.mm-searchfield {
  font-weight: normal;
}

.ui-autocomplete.ui-widget {
  background: #deddd7;
  color: black;
  font-size: 1.3em;
}

.mburger {
  --mb-button-size: 5.5vh;
  --mb-bar-height: 4px;
}

@media all and (max-width: 450px) {
  #ozfmenu {
    --mm-sidebar-expanded-size: 80vw;
  }
}
@media all and (min-width: 451px) {
  #ozfmenu {
    --mm-sidebar-expanded-size: 350px;
  }
}

.mburgermenutext {
  font-size: 0.7em;
  padding-top: 0.1em;
}


#ozfmobilebanner {
  width: 100%;
}

</style>

