main {
	margin-top: 70px;
}

.contents {
	position: relative;
	margin-bottom: 20px;
}

.contents .content {
	position: absolute; /* Position the background text */
	bottom: 0; /* At the bottom. Use top:0 to append it to the top */
	background: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: #f1f1f1; /* Grey text */
	width: 100%; /* Full width */
	padding: 7px; /* Some padding */
}
.contents a {
	color: #f1f1f1;
	text-decoration: none;
}
.contents p {
	margin: 0;
	font-size: 0.9em;
}

label.control-label {
	font-weight: bold;
}

footer {
	background-color: #1c1d25;
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
	/* font-size: .9rem; */
}
