body {
	padding-top: 50px;
	color: #959595;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: black;
	}
	
.feature {
	background-color: yellowgreen;
	color: greenyellow;
	}
	
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: goldenrod;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.comList div span, .col4 div span {
	display: inline-block;
	width: 24%;
}

.col5 div span {
	width: 19%;
}

.header span {
	background: #efefef;
	color: #000;
}

.search-filter label, .student-detail label, .data-detail label {
	width: 150px;
}

loadedData {
	display: inline-block;
	width: 40%;
}

#formData input {
	width: 40%;
}