body {
	background: #f0f0f0;
}
.center {
	margin-top: -75px;
	display: table;
	width: 100%; /* Falls es sich um ein Block-Element handelt */
	min-height: 100%; /* Im besten Fall hat das Eltern-Element bereits eine H�he, diese Anweisung kann dann ignoriert werden */
}
.center-vh {
	margin-top: -75px;
	display: table;
	width: 100%; /* Falls es sich um ein Block-Element handelt */
	min-height: 100vh; /* Im besten Fall hat das Eltern-Element bereits eine H�he, diese Anweisung kann dann ignoriert werden */
}
.center_box {
	display: table;
	width: 100%; /* Falls es sich um ein Block-Element handelt */
	min-height: 100%;
}
.box {
	display: table-cell;
	vertical-align: middle;
}

.mini-button {
	padding: 2px !important;
	margin: 2px !important;
}

.panel-custom {
	border: 0px;
}

.panel-custom > .panel-heading {
	height: 0px; 
	padding: 3px 4px;
}

.heading {
	margin-top: -7px; 
	text-align: center;
}