body {
    font-family: 'Open Sans',sans-serif;
	background-color: #000000;
    color: #FFF;
}

/*COMPONENTS*/
div.module{width: 100%;}
div#current{text-align: right;}
div#forecast{float: right;}
.row{margin: 0!important;}
div.row.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}