.simple-weather{
	line-height: 21px;
	display: inline-block;
}
.simple-weather span{
	display: inline-block;
	margin-left: 30px;
}
.simple-weather span:first-child{
	margin-left: 0;
}
.simple-weather i{
	margin: 0 0 0 10px;
}
.simple-weather i::before{
	font-size: 1.4em;
	font-style: normal;
}
.simple-weather em{
	font-size: 1.2em;
	font-style: normal;
	line-height: 1em;
}

.simple-weather-widget{
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.simple-weather-widget table{
	text-align: left;
	width: 100%;
	margin: 20px auto;
}
.simple-weather-widget table tr td{
	padding: 5px 0;
	border-top-style: solid !important;
	border-top-width: 1px !important;
	border-top-color: inherit !important;
}
.simple-weather-widget table tr:last-child td{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: inherit;
}
.simple-weather-widget table .text-right{
	text-align: right;
}
.simple-weather-widget .temp span{
	width: 150px;
	margin: 5px auto;
}
.simple-weather-widget .degrees{
	display: block;
	font-size: 60px;
	line-height: 60px;
	width: auto !important;
}
.simple-weather-widget .details{
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	height: 60px;
	display: none;
}
.simple-weather-widget .temp:hover .degrees{
	display: none;
}
.simple-weather-widget .temp:hover .details{
	display: block;
}
.simple-weather-widget .details .float-right{
	float: right;
	font-style: normal;
}
.simple-weather-widget h4{
	margin: 0;
}