/* Application stylesheet this will hold rules for the application */

.warning{
    color:red;
    margin: 20px;
    display: block;
    background: #eae7e6;
    padding: 10px;
}