div.reitertablecontainer {
	margin-bottom:15px;
}
.alert.alert-danger {
	background-color: red; 
	color: white;
}
.alert.alert-info {
	background-color: green; 
	color: white;
}
.alert.alert-warning {
	background-color: orange; 
	color: white;
}