body {
	background-color: white; 
	color: black;
	font-family: arial;
}

#weekShow {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.weekbutton {
	font-weight: bold;
	border: solid black 1px;
	padding: 5px;
	font-size: 20px;

	height: 40px;
	width: 34px;

	margin-left: 5px;
	margin-top: 3px;

	vertical-align: middle;
}

.personbutton {
	font-weight: bold;
	border: solid black 1px;
	padding: 5px;
	font-size: 20px;

	height: 40px;
	width: 200px;

	margin-left: 5px;
	margin-top: 3px;

	vertical-align: middle;
}

.enabledPersonButton {
	background-color: green;
	color: white;
}

#info {
	float: left;
	margin: 0 auto;
	width: 320px;
}
#hvms {
	float: left;
	clear: both;
}

#satellite-ears {
	height: 350px;
	float: left;
	margin-top: 20px; 
}

.name {
	font-weight:bold;
	font-size: 40px;
}
