.hurricane-widget {
	width: 450px;
	padding: 5px;
	background: #f0f0f0 url(../img/hurricane-widget-bg.png) no-repeat center center;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #b7b7b7;
	position: relative;
	max-height: 154px;
	margin-bottom: 40px;
}

.hurricane-widget .poweredBy {
	position:absolute;
	left: 0;
	bottom: 0;
	font-size: 10px;
	margin: 0 0 2px 5px;
}

.hurricane-widget .loading, .hurricane-widget .error {
	text-align: center;
	width: 200px;
	margin: 40px auto 40px auto;
}

.hurricane-widget .left-side {
	max-width: 220px;
	position: relative;
	float: left;
}

.hurricane-widget h3 {
	padding-top: 0;
	background: transparent url(../img/hurricane-widget-title-underline.png) no-repeat bottom left;
	font-size: 16px;
}

.hurricane-widget ul.params {
	font-size: 12px;
}

.hurricane-widget ul.params li {
	line-height: 20px;
	max-width: 220px;
	width: 220px;
	overflow: hidden;
	font-size: 11px;
}

.hurricane-widget ul.params li.small {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px;
}

.hurricane-widget ul.params .label {
	font-weight: bold;
	margin-right: 10px;
}

.hurricane-widget .right-side {
	float: right;
	/* margin: -11px -11px -10px; */
	margin: -6px;
	width: 230px;
	text-align: right;
	font-size: 11px;
}

.hurricane-widget .right-side li {
	line-height: 24px;
}

.hurricane-widget .right-side .wind-speeds {
	width: 100px;
	height: 22px;
	background: transparent url(../img/hurricane-widget-categories-bg.png) repeat-x left -268px;
	border: 1px solid #bcbcbc;
	text-align: center;
	float: right;
	margin-left: 10px;
	color: #888888;
	display: inline;
}

.hurricane-widget .right-side h6 {
	display: inline;
	color: #888888;
	font-weight: normal;
	float: right;
	padding-top: 11px;
    font-size: 10px;
    line-height: 0;
}

.hurricane-widget .right-side .current {
	font-weight: bold;
}

.hurricane-widget .right-side .current h6 {
	color: #990000;
	font-weight: bold;
}

.hurricane-widget .right-side .current .H-5 .wind-speeds {
	background-position: left top;
	color: #000;
}

.hurricane-widget .right-side .current .H-4 .wind-speeds {
	background-position: left -38px;
	color: #000;
}

.hurricane-widget .right-side .current .H-3 .wind-speeds {
	background-position: left -77px;
	color: #000;
}

.hurricane-widget .right-side .current .H-2 .wind-speeds {
	background-position: left -115px;
	color: #000;
}

.hurricane-widget .right-side .current .H-1 .wind-speeds {
	background-position: left -154px;
	color: #000;
}

.hurricane-widget .right-side .current .TS .wind-speeds {
	background-position: left -192px;
	color: #fff;
}

.hurricane-widget .right-side .current .TD .wind-speeds {
	background-position: left -231px;
	color: #000;
}

#content .hurricane-widget .trackStormLink {
	width: 240px;
	position:absolute;
	right:-1px;
	bottom: -29px;
    padding: 0px 0px 4px;
	text-align:center;
	background:#990000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D54040', endColorstr='#990000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#D54040), to(#990000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #D54040,  #990000); /* for firefox 3.6+ */ 
    -moz-border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -khtml-border-bottom-right-radius: 15px;
    -khtml-border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#content .hurricane-widget .trackStormLink a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	font-size:12px;
}

/* Added by BAzar 8/28 : static the coordinates, place small link on right "View on Map" : per Matt's request 8/28/2012 11am */
.hurricane-widget ul.params li a.small {
	margin-left:5px;
	line-height: 12px;
	margin-bottom: 5px;
	font-size: 11px;
}

@media only screen and (min-width:768px){
	.headerTitleImage img {
		margin-top: 17px; padding-right: 10px;
	}
}
@media only screen and (max-width:768px){
	/*mobile*/
	.hurricane-widget{
		width: auto;
    	max-height: inherit;
    	margin:1em 0;
		background: #f0f0f0 no-repeat center center;
    }
    .hurricane-widget .left-side {
		max-width: inherit;
		/* text-align: center; */
		text-align: right;
		width: 100%;
		display: block;
	}
	.hurricane-widget h3 {
		background:none;
		padding-bottom:10px;
		font-size:125%;
		text-align: center;
	}
	.hurricane-widget ul.params li {
		max-width: inherit;
		width: inherit;
		font-size: 16px;
		line-height: 1.75;
	}
	.hurricane-widget ul.params .label {
		float: left;
	}
	.hurricane-widget ul.params a.small {
		display:none;
	}
	.hurricane-widget .right-side {
		display:block;
		/* margin: 10px; */
		margin:0;
		width: 100%;
		text-align: center;
		font-size: 11px;
	}
	.hurricane-widget .right-side li:not(.current) {
		display: none;
	}
	.hurricane-widget .right-side h6 {
		float:left;
		font-size: 14px;
	}
	.hurricane-widget .right-side .wind-speeds {
    	width: 50%;
		height: auto;
		background: transparent url(../img/hurricane-widget-categories-bg.png) repeat-x left -268px;
		border: 1px solid #bcbcbc;
		text-align: center;
		float: right;
		margin-left: 10px;
		color: #888888;
		display: inline;
	}
	.hurricane-widget .poweredBy {
		position: relative;
		left: 0;
		bottom: 0;
		font-size: 10px;
		margin: 0;
	}
	#content .hurricane-widget .trackStormLink {
		/* width: 100%;
		position: absolute;
		right: 0;
		bottom: -10px;
		padding: 0;
		text-align: center; */
		width: calc(100% + 12px);
		margin-left: -6px;
		position: relative;
		right: 0;
		bottom: -20px;
		padding: 8px;
		font-size: 25px;
		text-align: center;
	}
	#content .hurricane-widget .trackStormLink a {
		width: 100%;
		font-size: 15px;
		display:block;
		text-align: center;
		/* background: #990000;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D54040', endColorstr='#990000');
		background: -webkit-gradient(linear, left top, left bottom, from(#D54040), to(#990000));
		background: -moz-linear-gradient(top, #D54040, #990000); */
		-moz-border-bottom-right-radius: 15px;
		-moz-border-bottom-left-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-khtml-border-bottom-right-radius: 15px;
		-khtml-border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		border-bottom: 0;
	}
}