﻿.spinner {
    -webkit-animation: none !important;
    animation: none !important;
}

#session-timeout-dialog {
    width: 40%;
    margin: 0 auto;
}

    #session-timeout-dialog .modal-header button {
        display: none;
    }

    #session-timeout-dialog .modal-body {
        font-size: 1.2195rem;
    }

        #session-timeout-dialog .modal-body p .countdown-holder {
            font-weight: bold;
        }
