@charset "utf-8";
/* CSS Document */

/* Common layout features */

.right { 
	text-align:right; 
}

.divleft {
	float:left;
}

.divright {
	float:right;
}

table {
	width: 100%;
}

.margin1bottom {
	margin-bottom:1em;
}

.padding1bottom {
	padding-bottom:1em;
}

.borderbottom {
	border-bottom: 1px dotted black;
	overflow: auto;
}

.bordertop {
	border-top:1px dotted black;
}

.borderleft {
	border-left: 1px dotted black;
}

.borderright {
	border-right: 1px dotted black;
}
/* Weather */

.todaytitle {
	margin-bottom:1em;
}

.bigtemp {
	font-size: 2em;
	font-weight: 800
}
