#loader{
	display:none;
}
table.weather_table
{
	border: black dotted 1px;
	background: #eee none repeat scroll 0 0;
}
table.weather_table tbody tr td, table.weather_table thead tr th{
	width: 7%;
	font-size: 10px;
}
table.weather_table tbody tr td:first-child, table.weather_table thead tr th:first-child{
	width: 16%;
	font-size: 10px;
}
table.weather_table tbody tr td{
	color:#000 !important;
}
table.weather_table tbody tr td, table.weather_table thead tr th{
	text-align:center;
	padding: 3px;
}
table.small_weather_table tbody tr td{
	text-align:center;
	color:#000 !important;
}
table.small_weather_table thead tr th{
	width:25%;
	text-align:center;
	font-size: 10px;
}

.small_weather_table{
	display:none;
}
@media screen and (max-width: 500px){
	.small_weather_table{
		display:block;
		font-size:12px;
	}
	.weather_table{
		display:none;
	}
}