﻿.flashdata-error {
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(235,0,0);
}

.flashdata-warning {
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255,20,147);
}

.flashdata-notice {
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(0,0,235);
}
