/*
 * TCCBrowserWarningCSS
 * 
 * Scripts supporting the TCCBrowserWarning component which
 * alerts IE 11 users that IE 11 is no longer supported.
 * 
 * Changes:
 * 2021-02-13 Keith Irwin: [2021.4] Initial implementation. 
 * 
 */

.TCCBrowserWarning {
    background-color: #ffcccc;
    border-top: 1px solid #f2f2f2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: none;
}

.TCCBrowserWarning .Header {
    text-align: center;
    color: darkred; 
    font-weight: bold; 
    font-size: 14pt;
    padding-bottom: 1rem;
}

.TCCBrowserWarning .Body { 
    color: #444;
    color: black;
    font-weight: bold; 
    font-size: 13pt; 
    text-align: center; 
}

