.f {background:orange; color:black;}
.p {background:green; color:white;}
.a {background:#38b0de; color:black;}
.i {background:#e066ff; color:white; text-align: center;}
.c {background:black; color:white;}
.F {font-weight:bolder;font-size:smaller;background:yellow;color:black;padding:2px;}
.P {font-weight:bolder;font-size:smaller;background:orange;color:black;padding:2px;}

.subject-name {
	border-bottom: 2px solid #aaa;
	padding-bottom: 5px;
}

.subject-name a:not([href]) {
	color: inherit;
	text-decoration: none;
}

.subject-columns {
	columns: 4;
	column-width: 250px;
	column-gap: 2em;
	list-style-type: none;
}

.database {
	margin-bottom: 40px;
}

.database h4 {
	margin-bottom: 5px;
}

.database-details {
	margin-left: 30px;
}

.database-details p {
	margin-bottom: 5px;
}

.database .label {color: white; padding: 10px; font-size: 16px; border-radius: 6px;}
.database .label-a {background: #0c5874;}
.database .label-c {background: #000;}
.database .label-f {background: #883300;}
.database .label-i {background: #4c2683;}
.database .label-p {background: #006000;}

#sublists .noBullet {
	list-style-type: none;
}

.guideTableCells {
	line-height: 1.5em;
	padding: 5px 20px 5px 5px;
	border:none;
	vertical-align: top;
}

.AZletter {
	width:11px;
}

.AZtitle {
	width:200px;
}

.AZqmark {
	width:23px;
}

.hours dd {
	margin-bottom: 0px !important;
}

.hoursTable td {
	padding:5px;
	border:none;
	border-spacing:5px;
}

.hoursPageTable {
	margin-bottom: 1em;
	width: 100%;
}

.hoursPageTable td {
	padding:5px;
	border:none;
	border-spacing:5px;
	width: 45%;
}

.AZtable {
	border:none;
	margin-bottom: 30px;
	vertical-align: top;
	width: 100%;
}

.AZtable td {
	border-bottom:1px solid black;
	padding:10px;
	height: 5em;
}

#sublists {
	clear:both;
}

#librarySearchBar {
	background-image: url(/images/colors/black60.png);
	padding: 0.8em;
	margin-bottom: 1em;
	max-width:100%;
	color:white;
}

#librarySearchBar input {
	max-width: 35%;
	margin-right:0.5em;
}

#librarySearchBar select {
	max-width: 30%;
}

.searchSubmitButton {
	padding:0.2em;
}

.twitterbox {
	background-color: #eee;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

li > ul {
	margin-bottom: 1em;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

	.AZtable {
		float: none;
		width: 100%;
	}

	.AZtable td {
		height: auto;
	}

	.areaSubTitle .actionButton a {
		font-size: 10px;
	}

}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

	.areaSubTitle .actionButton a {
		font-size: 12px;
	}

}
