@import url("base.css");

.buttons {
	float: left;
	width: 245px;
	height: 580px;
	padding: 0;
}

.content {
	margin: 23px 84px 23px 246px;
	background-color: #707070;
	width: 750px;
	height: 538px;
	overflow-y: auto;
	overflow-x: hidden;
}

.content td {
	padding: 0 25px;
}

#larger {
	font-size: large;
	color: white;
}

#larger ul {
	padding-left: 100px;
	list-style-type: none;
}

.right {
	float: right;
	margin-left: 1em;
}

.left {
	float: left;
	margin-right: 1em;
}