#flashMessage.error {
	background-color: red;
	text-align: center;
	color: #fff;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 4px;
	/*text-shadow:0px 1px 0px #000;*/
}


#flashMessage.success {
	background-color:#00FF00;
	text-align: center;
	color: #000;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 4px;
	/*text-shadow:0px 1px 0px #fff;*/
}

th.actions { width:120px; white-space:nowrap}
th.cell-first { width:30px; }

.col-sm-text {
	margin-top:7px;
}
