/* CSS for Z Calendar - Z Weather plugin */

.zc_zw {
	float: left;
	vertical-align:top;
	display:table-cell;
	display:inline-table;
	display:inline-block;
}

.zc_zw_temp {
	font-weight: normal ! important;
	font-size: 9px ! important;
}

.zc_zw_hitemp {
	color: #FF0000;
	font-size: 9px ! important;
	font-weight: normal ! important;
}

.zc_zw_lowtemp {
	color: #0033CC;
	font-size: 9px ! important;
	font-weight: normal ! important;
}

.zc_zw_image {
	float: left;
	padding: 4px;
}

.zc_zw_block {
	float: left;
	padding-top: 20px;
	display: table;
	top: 5px;
}
