.toaster .alert .message
{
	font-size: 150% !important;
	font-weight: 700 !important;
	padding: 5px;
}

.toaster>.alert
{
	padding: 30px !important;
	color: white !important;	
}

.toaster>.alert.alert-success
{
	background-color: #449D44 !important;
}

.toaster>.alert.alert-danger
{
	background-color: #C9302C !important;
}
