@charset "utf-8";
/* CSS Document */

/*
These styles are directly from the previous version of the site to
handle the styling for migrated legacy HTML structures inside content regions.
Original CSS files:
...
2012/11/27
*/

/*
Ref URLs:
*/

.prestab {
	font-size: 0.8em;
} /* handles presidents landing page */

.program .cat {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
}

/*
/maa-mathfest-2012-committee-schedule
*/
.table_comm {
}
#main-content .table_comm ul {
	overflow: hidden;
	float: left;
	margin-left: 0;
	list-style: none;
	font-size: 68%;
}
.table_comm > ul:first-child { }
.table_comm > ul:first-child + ul { }
.table_comm > ul:first-child + ul + ul { }
.table_comm > ul:first-child + ul + ul + ul { }
.table_comm li {
	margin-bottom: 0;
	padding: 6px;
	border-bottom: #ccc dotted 1px;
}
.table_comm li:first-child {
	background-color: #e5e5e5;
	font-weight: bold;
}

/* Book bug 8816 */
.node-maa-book #leftcolumn {
    float: left;
    height: auto;
    width: 250px;
}

.node-maa-book #rightcolumn {
    float: left;
    height: auto;
    text-align: left;
    width: 350px;
}
.node-maa-book #leftbook {
    clear: both;
	padding-top: 20px;
}