/*
 *
 * Copyright This software and its content is copyright of
 * Muse Corporation Limited -(c) 2022. All right reserved.
 * Any redistribution or reproduction of part or all of the contents
 * in any form is prohibited.You may not, except with our express
 * written permission, distribute or commercially exploit the content.
 * Nor may you transmit it or store it in any form of electronic retrieval system.
 *
 */

/* Custom alert styles scoped to #browserAlert */
#browserAlert {
    margin-bottom: 0;
    border-radius: 0;
    font-size: 1.1em;
}

#browserAlert .btn-warning {
    background-color: #e0a800;
    border-color: #d39e00;
    color: white;
}

#browserAlert .btn-warning:hover {
    background-color: #d39e00;
    border-color: #c69500;
}

#browserAlert .btn-secondary {
    margin-left: 10px;
}