﻿.esiAlert {
    min-width: 500px;
    color: #828282;
    font-size: 13pt;
    border-radius: 10px;
}
    .esiAlert h3 {
        font-weight: bold;
        color: #828282;
        font-size: 15pt;
        margin-bottom: 20px;
    }
    .esiAlertCloseContainer {
        margin-top: 40px;
        text-align: right;
    }
        .esiAlertCloseContainer a {
            background-color: #828282;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 5px;
            cursor: pointer;
        }