.majors-sub-header {
    background-color: #333;
    background-image: url('/majors/images/library-darkened.jpg');
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}

.majors-sub-header h2 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding: 60px 10px;
}

.filters {
	display: block;
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0;
	text-align: center;
}

.filters li {
	display: inline-block;
}

.filters li a {
	color: #4c2683;
	font-size: 16px;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.filters li a.selected {
	background-color: #e5e5e5;
}

.filters li a:hover {
	background-color: #f3f3f3;
	text-decoration: none;
}

.list-view {
    list-style: none;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 60px;
}

.list-view span,
.list-view span a {
    color: #000;
    font-size: 90%;
    font-weight: normal;
}

.list-view span {
    padding-left: 0.75em;
    display: inline-block;
}
}