﻿.mud-success {
    background: #68c464;
    color: white;
}

.mud-warning {
    background: #ffd800;
    color: black;
}

.mud-danger {
    background: #ff0000;
    color: white;
}
