@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
	font-family: 'Roboto', sans-serif;
}
section > div {
	clear:both;
}
.group {
	overflow:hidden;
	padding:2px;
}
section .group:nth-child(odd){
	background:#e5e5e5;
}
.directory{
	font-weight:bold;
}
.name{
	float:left;
	width:450px;
	overflow:hidden;
}
.mime{
	float:left;
	margin-left:10px;
}
.size{
	float:right;
}
.bold{
	font-weight:bold;
}
footer{
	text-align:center;
	margin-top:20px;
	color:#808080;
}
.name a{
	text-decoration: none;
	color: #0c71c3;
}
.name a:link{
	color: #0c71c3;
}
.name a:visited{
	color:#0c71c3;
}
.directory a{
	text-decoration: none;
}
.directory a:link{
	color: #0072c9;
}
.directory a:visited{
	color: #0072c9;
}
h3{
	color: #767676;
	font-size: 1.1em;
}