body {
	padding-top: 1em;
	padding-bottom: 1em;
}

.checkboxMiddle {
	text-align: center;
	vertical-align: middle;
}

.jumbotron p.help-block {
	font-size: 14px;
	color: #959595;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
}

.func-label {
	text-align: right;
	font-weight: bold;
}

.nonfluid { width: auto !important; }

h1 { display: inline; }

.option-name {
	display: block;
	font-weight: bold;
}

/* Remove DataTables borders */
table.dataTable thead th,
table.dataTable thead td {
	border-bottom: none !important;
}

table.dataTable.no-footer {
	border-bottom: none !important;
}
