﻿.messages{
	padding: 10px 10px;
}

.message{
	padding: 10px 10px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 5px;
}

.success{
	background-color: green;
}

.info{
	background-color: yellow;
}

.warning{
	background-color: orange;
}

.error{
	background-color: red;
}

.degug{
	background-color: lightgrey;
}

.close-message{
	position: absolute;
	top: 0px;
	right: 0px;
}