.rogers-weather-widget {
	margin-bottom: 30px;
}
.rogers-weather-widget .current-weather {
	margin: 8px 0 18px 0;
	display: block;
	color: #FFF;
	background-color: #CCCCCC;
	padding: 10px 15px;
	height: 92px;
	position: relative;
}

.rogers-weather-widget .forecast {
	margin: 8px 0 8px 0;
	display: block;
	padding: 10px 15px;
	height: 62px;
	position: relative;
	border-bottom: 1px solid #bdbdbd;
}

.rogers-weather-widget .temps .value {
	display: inline-block;
	width: 23px;
}

@media (max-width: 767px) {
      .rogers-weather-widget .temps .value { width: 13px; } 
}

.rogers-weather-widget h5 {
	font-weight: 500;
	font-weight: 18px;
}

.rogers-weather-widget .current {
	font-size: 48px;
	line-height: 32px;
	padding: 0;
}

@media (max-width: 767px) {
    .rogers-weather-widget .current { font-size: 40px; line-height: 22px; } 
}

.rogers-weather-widget p {
	margin-bottom: 10px;
}

.rogers-weather-widget .ico {
	display: inline-block;
	height: 62px;
	width: 68px;
	position: relative;
}

@media (max-width: 767px) {
    .rogers-weather-widget .ico { height: 52px; width: 58px; } 
}

@media (max-width: 400px) {
    .rogers-weather-widget .ico { height: 42px; width: 48px; } 
}

@media (max-width: 400px) {
	.rogers-weather-widget .date {
		font-size: 12px;
	}
}	

.rogers-weather-widget .ico img {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: -20px;
}

@media (max-width: 767px) {
    .rogers-weather-widget .ico img { top: -12px; } 
}

@media (max-width: 767px) {
      .rogers-weather-widget .ico img { max-width: 80% } 
}

.rogers-weather-widget .conditions {
	font-size: 17px;
	font-weight: 100;
	line-height: 50px;
	text-align: left;
	margin-left: 5px;
}

@media (max-width: 767px) {
    .rogers-weather-widget .conditions-xs { font-size: 14px; } 
}

@media (max-width: 400px) {
    .rogers-weather-widget .conditions-xs { font-size: 12px; } 
}

.rogers-weather-widget .conditions-xs {
	font-weight: 100;
	text-align: left;
	margin-top: -7px;
}

.rogers-weather-widget .conditions-xs .high {
	padding-right: 10px;
}

.rogers-weather-widget .description {
	font-size: 18px;
	display: inline-block;
	line-height: 50px;
}

.rogers-weather-widget .description .high {
	margin-right: 20px;
}