
.callout{
	font-size: 1.6em;
	color: green;
}
.error{
	color: red;
}
.file-listings{
	margin-left: 0px;
}
.navigation{
	background: #ccc;
	padding: 10px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 30px;
}
.file-header{
	text-align: right;
}
.archive-files-section, #archive-files-section{
	min-height: 850px;
}
#filebig{
	margin-bottom: 10px;
}
.file-row:nth-child(odd){
	background: #ddd;
}
.file-row h2{
	margin: 0;
	padding: 10px 0;
}
.file-row:hover{
	background: #ccc;
}
.border-wrap{
	border-bottom: 5px solid #660033;
	margin-bottom: 5px;
}
#file-view{
	min-height: 600px;
}
.file-listed:nth-child(odd){
	background: #ccc;
}
.file-listed{
	margin: 5px 0;
	font-size: 1.2em;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
}
#search-container{
	min-height: 700px;
}