

#forecast-picture {
	padding: auto;
	margin: 0 auto;
}

table.fixed {table-layout:fixed; width:100%;}/*Setting the table width is important!*/
table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/
table.fixed td:nth-of-type(1) {width:100%; font-weight: bold;}/*Setting the width of column 1.*/
table.fixed td:nth-of-type(2) {width:125px;}/*Setting the width of column 2.*/

.bold {
	font-weight: bold;
}

.weather-tile {
	height: 300px;
}

.dcont {
	text-align: center;
}

.high {
	color: #fa1d2d;
}

.low {
	color: #3399ff;
}

.grey {
	color: #808080;
}

.astro-data-desc {
	text-align: left;
}

.astro-data-val {
	text-align: left;
}

#digiclock {
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    margin-left: auto;
}

.upd {
	font-weight: bold;
	font-size: 16px;
}

.icont {
	padding-top: 50px;
}