body {
	position: relative;
	background-color: #f4f6f7;
	padding: 0;
	min-height: 100vh;
}
.wrapper {
	position: relative;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
}
main, header {
	padding: 50px 30px;
}
main {
	padding-top: 0;
}
.logo {
	text-align: center;
	display: block;
}
footer {
	position: relative;
	width: 100%;
	background-color: #00469b;
	color: #fff;
	height: auto;
}
footer a {
	color: #fff;
}
footer .wrapper > div {
	text-align: center;
}
.wrapper.main {
	min-height: 100vh;
}
.content {
	background-color: #fff;
	min-height: 100vh;
	padding-bottom: 120px;
}
.content {
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	margin: 20px 0;
}

h1 {
	margin-bottom: 50px;
}
.files, .files .file {
	position: relative;
	display: block;
}
.files .file {
	border: 1px solid #dadada;
	border-radius: 10px;
	font-size: 0;
	margin-bottom: 10px;
}
.files .file > div {
	display: inline-block;
	padding: 20px 40px;
	font-size: 20px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.files .file .name {
	width: 60%;
	text-align: left;
}
.files .file .type {
	width: 20%;
	text-transform: uppercase;
}
.files .file .download {
	width: 20%;
	line-height: 0;
}
.files .file .download span {
	color: #006eb7;
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
	.files .file > div {
		padding: 6px 14px;
		font-size: 14px;
	}
	.files .file .type {
		width: auto;
	}
	.files .file .download {
		width: auto;
	}
}