
body {
	background: #000 url(../img/weather/bkg_07.jpg) no-repeat;
	background-size: cover;
	font-family: 'Poppins', sans-serif;
	font-size: 18pt;
	color: #FFF;
}

h1.page-header {
	font-size: 60pt;
	margin: 20px 0px;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 1);
}

h1 > small {
	font-size: 32pt;
	color: #FFF;
}

table{
	width: 300px;
	margin: 0 auto;
}

td.td_dtil{
	min-width: 60px;
	max-width: 80px;	
}

.daily, p {
	margin-bottom: 20px;
	padding: 5px;
	background-color: rgba(0, 44, 121, 0.6);
	border-radius: 10px;
	text-align: center;
}

.row-fix {
	width: 100%;
	margin-left: 0px;
}

.daily > div:first-child {
	font-size: 28pt;
}

.icon {
	height: 100px;
	max-height: 100px;
	min-height: 100px;
}

.marginbottom15 /* Weather Right Now */ {
	margin-bottom: 15px;
}

.m_icon {
	height: 206px;
	max-height: 206px;
	min-height: 206px;
}

.temphi /* Forecast */{
	font-size: 64pt;
	margin-top: -15px;
}

.templo /* Forecast */{
	font-size: 38pt;
	margin-top: -30px;
}

.mes_lg {
	font-size: 64pt;
	line-height: 0px;
	padding: 40px 0px 40px 0px;
	text-align: left;
}

.mes_reg {
	font-size: 38pt;
	line-height: 0px;
	padding: 30px 0px 30px 0px;
	text-align: left;
}

.mes_sm {
	font-size: 28pt;
	line-height: 0px;
	padding: 20px 0px 20px 0px;
	text-align: left;
}
span{
	font-size: 70%;
}

footer > p {
	text-align: left;
	padding-left: 20px;
	font-size: 24pt;
}

a{
	color: #f4d142;
}
