.margin-right .marginalized {
	float: right;
	width: 198px;
	border-left-width: 0;
}

main {
	background: rgb(249,249,249);
/* Old browsers */
	background: -moz-linear-gradient(top,rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(249,249,249,1)),color-stop(100%,rgba(255,255,255,1)));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
/* IE10+ */
	background: linear-gradient(to bottom,rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#ffffff',GradientType=0);
/* IE6-9 */
}

main:after {
	content: "";
	width: 2000px;
	position: fixed;
	bottom: 0;
	right: 198px;
	background: gray;
	display: block;
	height: 200px;
}

body[class*="faq"] dt {
	padding: .5rem 0;
}

body[class*="faq"] dt:hover {
	cursor: pointer;
	color: black;
}

body[class*="faq"] dl {
	border-top: 1px gray solid;
	padding-bottom: .5rem;
}

body[class*="faq"] dl:not(.unfolded) dd {
	display: none;
}

h2 {
	line-height: 1.2em;
}

h3 {
	font-size: 1.1em;
	padding-bottom: .3em;
}

.home h3 {
	text-transform: none;
	font-weight: bold;
}

.home #announcements-feed h3 {
	text-transform: none;
	font-size: 1rem;
	font-weight: normal;
	border-top: 1px #b5babe dotted;
	padding: .5em 0;
}

.page-orientation table tr td:first-child {
	width: 125px;
}

#announcements-feed .article-tease {
	display: none;
}

.tablepress .even td {
	background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(48%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%);
/* IE10+ */
	background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
/* IE6-9 */
}

.light-graded-south {
	background: -moz-linear-gradient(top,rgba(215,218,219,1) 0%,rgba(215,218,219,0) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(215,218,219,1)),color-stop(100%,rgba(215,218,219,0)));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,rgba(215,218,219,1) 0%,rgba(215,218,219,0) 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,rgba(215,218,219,1) 0%,rgba(215,218,219,0) 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,rgba(215,218,219,1) 0%,rgba(215,218,219,0) 100%);
/* IE10+ */
	background: linear-gradient(to bottom,rgba(215,218,219,1) 0%,rgba(215,218,219,0) 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7dadb',endColorstr='#00d7dadb',GradientType=0);
/* IE6-9 */
}

.lightest-graded-south {
	background: -moz-linear-gradient(top,rgba(239,240,241,1) 0%,rgba(239,240,241,0) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(239,240,241,1)),color-stop(100%,rgba(239,240,241,0)));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,rgba(239,240,241,1) 0%,rgba(239,240,241,0) 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,rgba(239,240,241,1) 0%,rgba(239,240,241,0) 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,rgba(239,240,241,1) 0%,rgba(239,240,241,0) 100%);
/* IE10+ */
	background: linear-gradient(to bottom,rgba(239,240,241,1) 0%,rgba(239,240,241,0) 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff0f1',endColorstr='#00eff0f1',GradientType=0);
/* IE6-9 */
}

.page-eminent-faculty-awards tr td:first-of-type {
	width: 50px;
}

.cap {
	white-space: nowrap;
}