body {
	padding-bottom: 70px;
}

.table-fixed {
	word-wrap: break-word;
	table-layout: fixed;
}

.td-threshold {
	background-color: #FFAAAA;
}

.scrolltable {
	overflow: auto;
	height: 50vh
}

.collaps-controle .alert {
	margin-bottom: 0px;
}

.menu-bottom {
	margin-top: 20px;
	display: flex;
	justify-content: center
}

.section-heading {
	margin-top: 40px;
}

.modal.alert-danger {
	border-radius: inherit;
}

body.modal-open .modal {
	display: flex;
	height: 100%;
}

body.modal-open .modal .modal-dialog {
	margin: auto;
}

.drive-info {
	
}

.appliance-overview {
	display: flex;
	/*height: 125px;*/
	/*justify-content: space-between;*/
}

.textual-info {
	display: flex;
	flex-flow: column;
}

.textual-timestamp {
	display: flex;
	margin-top: auto;
}

.disk-info {
	display: flex;
	justify-content: flex-end;
	width: 25%;
	margin-left: auto;
	align-self: flex-start;
}

.partition-info {
	width: 30%;
	text-align: center;
	position: relative;
}

.partition-used {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 33%;
	left: 0;
}

.chart-container {
	
}
