/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
.alert  {
	padding: 15px;	
	border-radius: 5px;
	width: 50%;
	min-width: 480px;
}
.alert-danger {
	    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;	
}