.WarningAlert {
    background: #f24400;
    border: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
}
