
#system-message { }
#system-message > .alert { margin:0; margin-bottom:15px; border-radius:10px; }
#system-message > .alert h4 { display:none; }

#system-message > .alert-message { color:#333333; background:#d5f5e3; border:1px solid #2ecc71; }

#system-message > .alert-error { color:#333333; background:#f2d7d5; border:1px solid #c0392b; }

#system-message > .alert-warning { color:#333333; background:#fcf3cf; border:1px solid #f1c40f; }

#system-message > .alert-notice { color:#333333; background:#d6eaf8; border:1px solid #3498db; }


@media (max-width:992px) {

#system-message { }
#system-message > .alert-message {   margin-top:15px; }

}

@media (min-width:768px) and (max-width:991px) {

}

@media (min-width:992px) and (max-width:1199px) {	

}

@media (min-width:1200px) {
	
}