h1 a {
	font-family: LatoLatin,Calibri,Arial,sans-serif;
}

.form-control.linked {
	display: inline-block;
	max-width: calc(50% - 2px);
}

.center {
	text-align: center;
}

.login-title {
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 14px 15px;
	line-height: 20px;
	font-family: LatoLatin,Calibri,Arial,sans-serif;
}

.form-group.filter-buttons {
	margin-bottom: 0;
}

.audio-player {
	text-align: center;
	margin-bottom: 15px;
}

.table.bordered {
	border: 1px solid #ddd;
}

table > tbody > tr > td.middle {
	vertical-align: middle;
}

table > tfoot > tr > td.highlighted {
	background-color: #f6f6f6;
}