.current_icon, .current_specs, .forecast_icon {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.weather_current, .weather_forecast, .forecast_time, .current_details {
	clear: left;
}
.weather_current div, .weather_forecast div, .weather_alert div {
	font-family: 'Libre Baskerville', serif;
}

.weather_alert div {
	font-size: 1rem;
	line-height: 1.7;
}
.weather_current li {
	list-style: none;
}
.weather_current {
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-top: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    background-color: #fff;
    float: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

.current_temp {
	text-align: left;
	padding: 10px;
}

.current_title {
	margin-bottom: 1rem;
}

.current_credit {
	margin-top: 4px;
	color: #666;
	clear: left;
}
.current_f {
	font-size: 2rem;
}

.forecast_title {
	margin-bottom: 1rem;
}

.forecast_text {
	font-size: .8rem;
}

.forecast_time {
	padding: 1rem 0;
}

.wlabel {
	font-size: 1rem;
}
.alert_details {
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FCC;
}
.alert_title {
	color: red;
}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 900px) { 
	.forecast_time {
		border-bottom: 1px solid #DEE2E6;
		height: 100px;
		margin-bottom: .8rem;
		padding: 0;
	}	

	.weather_alert div {
		font-size: .85rem;
		line-height: 1.7;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.forecast_time {
		border-bottom: none;
	}	
}