/* Faculty Only Area */
#fac-only-menu-col1 {
    width: 330px;
    float: left;
	border-right: 1px solid #CCC;
    margin-left: 20px;
}

#fac-only-menu-col2 {
    width: 350px;
    float: right;
}

.fac-only tr.even {
    background-color: #FFF;
}

.fac-only table {
    width: 718px;
}

@media only screen and (max-width: 960px) {
	.fac-only table {
		width: 100%;
	}

	#fac-only-menu-col1 {
		width: 330px;
	}

	#fac-only-menu-col2 {
	    float: left;
	    margin-left: 20px;
	}
}

.fac-only tr {
    height: 57px;
}

.node--type-faculty-only-area {
	max-width: 720px;
}

.node--type-faculty-only-area p {
	text-align: left !important;
	margin-bottom: 1em;
}

.node--type-faculty-only-area h3 {
	font-size: 1.17em;
	font-weight: bold;
	color: inherit;
	line-height: inherit;
}

.node--type-faculty-only-area blockquote {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 40px;
	margin-inline-end: 40px;
}

.node--type-faculty-only-area code {
	font-family: monospace;
	font-size: inherit;
	color: inherit;
	word-wrap: inherit;
}


/* Email Alias Page*/
.emailAliasPage table {
	border-collapse: collapse;
}

.emailAliasPage table, .emailAliasPage tr, .emailAlias th {
	border: solid #666 2px;
}

.emailAliasPage table td {
	padding: 10px;
	background-color: #eee;
}

.emailAliasPage table td a {
	font-size: 12px;
}

.emailAliasPage table tr td:first-child {
	width: 15%;
	font-weight: bold;
}

.emailAliasPage .pane-title {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
