div.clearBox{
	clear:both;
	display:block;
	height:0px;
	font-size:0px;
	line-height:0px;
	}

/* Styling the weather rendering. This will get used in multiple applications */

body{
	margin:0px;
	padding:0px;
	}

#weather.long .weatherFrame{
	float:left;
	width:180px;
	text-align:center;
	margin-right:15px;
	flex:1;
	}

#weather.long .weatherFrame.last{
	margin-right:0px;
	}

#weather.long .weatherFrame .info{
	background-color:#E0E0E0;
	border:1px solid black;
	border-radius: 0px 0px 5px 5px;
	padding:15px;
	height:135px;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
	}

#weather.long .weatherFrame h3{
	background-color:#004888;
	border-radius: 5px 5px 0px 0px;
	margin:0px;
	padding-top:4px;
	color:#FFF;
	}

#weather.long .currentConditions{
	padding-bottom:15px;
	}

#weather.long .currentConditions .icon{
	width:128px;
	height:128px;
	padding:0px 70px;
	float:left;
	}
#weather.long .currentConditions h3{
	padding-left:15px;
	width:675px;
	background-image:url(images/table-top-weather.png);
	height:40px;
	color:#FFF;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:0px;
	}

#weather.long .currentConditions table{
	width:100%;
	}

#weather.long .currentConditions h3 img{
	vertical-align:middle;
	margin-left:10px;
	}

#weather.long .currentConditions table tr td{
	border-bottom:1px solid black;
	padding:5px 15px;
	}

#weather.long .currentConditions table tr.last td{
	border-bottom:none;
	}

#weather.long .dayInfo{
	float:left;
	width:690px;
	}
#weather.long .weekReport{
	clear:left;
	display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
	}

#weather.long .dayInfo table{
	border:1px solid black;
	border-radius: 0px 0px 5px 5px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
	background-color:#E0E0E0;
	}

/* Styling the short weather display */

#weather.short{
	width:500px;
	height:176px;
	overflow:hidden;
}

#weather.short .firstDay{
	float:left;
	width:206px;
	}

#weather.short .firstDay .icon{
	float:left;
	}

#weather.short .firstDay .temperature{
	font-family: serif;
    font-size: 18px;
	font-weight:bold;
    padding-left: 0px;
    padding-top:59px;
	float:left;
	}

#weather.short .firstDay .dayInfo{
	clear:left;
	width:230px;
	text-align:center;
	}

#weather.short .nextThree{
	float: left;
    width: 221px;
	}

#weather.short .nextThree .dayWeather{
	float:left;
	text-align:center;
	padding:22px 2px 0px;

	}

#weather.short  .detailedLink{
	float: left;
    padding-top: 12px;
    text-align: center;
    width: 205px;
	font-size:14px;
	}
/* fixes all around */
#weather .snowfall{
	text-transform:capitalize;
	}
