﻿.flash-general, .flash-success, .flash-error {
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    margin-bottom: 10px;
    }

.flash-general {
    border-color: #ffce57;
    background-color: #fffeee;
    }

.flash-success {
    border-color: #23a023;
    background-color: #eeffee;
    }

.flash-error {
    border-color: #d73d3d;
    background-color: #ffeeee;
    }