body{
	background: black !important;
	line-height: inherit;
}

body, h1, h2, h3{
	color: white;
	border: none !important;
	font-family: 'Domine', serif;
	overflow: hidden;
}

#mainContainer
{
	margin: 10px;
	width: 1900px;
	height: 1050px;
	overflow: hidden;
}

.span6{
	width: 600px;
}

#right{
	margin-left: 30px;
}

#clock{
	text-align: center;
	font-size: 120px;
	padding: 15px 0;
	font-family: 'Fira Mono';
}

#events h1{
	font-size: 40px;
	margin: 0px 20px;
	padding: 10px 20px;
}

#events>ul>div{
	margin-bottom: 10px; 
}

.dayOfWeek{
	display: inline-block;
	width: 92px;
}


#events ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


#events li{
	color: black;
	height: 80px;
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 40px;
}

#events li p{
	font-size: 20px;
}

#events h2{
	color: black;
	height: 40px;
	font-size: 30px;
	margin: 10px 0 0 0;
	padding: 0;
}

#temp{
	font-size: 90px;
	text-align: left;
}

#temp .icon{
	font-size: 90px;
	margin-right: -80px;
	color: #474747;
}

#windChill{
	padding: 30px 0 0 15px;
	font-size: 20px;
}

#chill{
	font-size: 40px;
}

#temperatures{
	text-align: center;
	width: 100%;
}

#temperatures>div{
	display: inline-block;

}

#currentForecast, #forecast{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 30px;
}

#forecast{
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
}

.temps{
	font-size: 20px;
	height: 20px;
	float: right;
}

.highLow{
	width: 50px;
	display: inline-block;
	text-align: right;
}

#hourly{
	margin-top: 20px;
	font-size: 15px;
}

#hourly .span1{
	margin-left: 12px;
	width: 90px;
	text-align: center;
	font-size: 25px;
}

#hourly .temp{
	font-size: 50px;
}

#sensors{
	width: 290px;
	font-size: 50px;
	margin-left: 20px;
	text-align: right;
}

#sensors h3{
	font-size: 40px;
	padding: 10px 0;
}

.sensor{
	margin-bottom: 20px;
}

.setTemperature{
	font-size: 30px;
}