body {
	min-height: 100%;
	padding-top: 70px;
}

th {
	font-size: 12px;
}

.buffer-top {
	margin-top: 20px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.table tbody>tr>td.vcenter{
	vertical-align: middle;
}

.nobr {
	white-space: nowrap;
}

.form-control::-webkit-input-placeholder { color: #eee; }
