#maincontainer {
	position: relative;
	top: 70px;
}


div.toast-success {
	background-color: green;
	color: white;
	padding: 0.5em;
	margin: 0.5em;
	border-radius: 10px 10px;
}

div.toast-danger {
	background-color: red;
	color: white;
	padding: 0.5em;
	margin: 0.5em;
	border-radius: 10px 10px;
}

.table-hover th td {
	text-align:center
}
