/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("normal.css);

  body,td,th {
    font-size: 10px;
    font-family: Verdana, Geneva, Times New Roman, Times, serif;
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  div.center {
    margin: 0 auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:80%;
  }

a.stateheader {
        font-size: 10px;
        font-family: Verdana, Geneva, Times New Roman, Times, serif;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;

}
h1 {
        font-size: 18px;
        color:#0073AA;
}

  .gad_responsive {
    width: 728px;
    height: 90px;
  }

DIV.stationlist { background-color: #DDDDDD; align:center; border-bottom: 1px solid #666666; padding: 2.5em; font-size: small; }
td.stationlist {
        font-size: 12px;
        font-family: Verdana, Geneva, Times New Roman, Times, serif;
}

  div.col1 {
    float:left;
    width: 47%;
  }

  div.col2 {
    margin: 0;

  }

  div.desktop-hidden {
    display: none;
  }
