@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Open+Sans+Condensed:300&subset=latin-ext');
body
{
	background: #000000;
	color: white;
	margin:0 !important;
	text-align:center;
}
#title
{
	margin-top:130px;
}
#infotext
{
text-align:center !important;
font-family:Open Sans Condensed;
}
td{
	color: white;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:16px;
}

th{
	color: #D92727;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
}

h1{
	font-family: "Amatic SC";
	font-size: 8em;
	word-wrap:break-word;
	text-align: center;
	text-decoration:none;
	color: white;
	font-weight:normal !important;
}
h2{
	font-size: 20px;
	font-weight:bold;
	margin:8px;
}
h3{
	font-family: 'Roboto Narrow', sans-serif;
	font-size: 14px;
	color: #fe1a00;
}
.content {
	padding: 15px 10px;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	margin: 1;
	margin-left: auto;
	margin-right: auto;
	background-color:#fafafa;
	background: #000000;
}

.table
{
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	text-shadow: black 0em 0em 0em;
	font-size: 16px;
	margin: 5px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.table thead th.rounded-first
{
	border-top-left-radius: 18px 18px;
	-moz-border-radius-topleft: 18px 18px;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
}
.table thead th.rounded-last
{
	border-top-right-radius: 18px 18px;
	-moz-border-radius-topright: 18px 18px;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
}
.table th
{
	padding: 8px;
	font-size: 16px;
	color: #B30909;
	background: #C0C0C0;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	font-weight:bold;
}
.table td
{
	padding: 8px;
	background: #EDEDED;
	border-top: 1px solid #fff;
	color: #000000;
	text-align:center;
}

.table tfoot td
{
	padding: 8px;
	font-weight: normal;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #ffffff;
	background: #C0C0C0;
}
.table tfoot td.rounded-foot-left
{
	border-bottom-left-radius: 18px 18px;
	-moz-border-radius-bottomleft: 18px 18px;
}
.iconWeather
{
	width:50px;
	margin-bottom:50px;
}
.iconWeather:first-child
{
	margin-top:20px;
}
#mapdiv
{
	margin-top:50px;
}
.colNav li a
{
	text-align:left;
}
a.changeDayForecast
{
	margin:20px;
}
.activeDay
{
	color:gray;
	font-weight:bold;
	font-size:1.5em;
}
.table tfoot td.rounded-foot-right
{
	border-bottom-right-radius: 18px 18px;
	-moz-border-radius-bottomright: 18px 18px;
}
.table tbody tr:hover td
{
	background: #941616 !important;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	color: white;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.button {
	-webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: "PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-size: 14px;
  background: #FF2626;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  border: 1px solid #000000;
  cursor: hand;
}
.button:hover {
	background: #a60000;
	text-decoration: none;
}
#balloons
{
	font-size:5em !important;
}

.sup{
	vertical-align: top; font-size: 0.7em;
}
.sub{
	vertical-align: bottom; font-size: 0.7em;
}
.ui-widget-content {
	background:none;
	background:#0d0d0d !important;
}

@media screen and (max-width: 1100px) 
{
	
	
	
}
@media screen and (max-width: 378px) 
{
}
