/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#alon_test_banner {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    background-color: #db76da;
    position: relative;
}

#alon_test_banner_close {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);

    color: #FFFFFF;
    background-color: #000000;

    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;

    cursor: pointer;
}