.flash-message {
	position: absolute;
	top: 70px;
/*	right: 30%;*/
	z-index: 1000;
/*	margin: 0 10px;*/
/*	width: 40%;*/
/*	float: right;*/
/*	clear: both;*/
}

.flash-message .message{
	font-size: 100%;
}

.flash-message:after {
	content: "";
	display: table;
	clear: both;
}