#popup-notice {
    max-width: 60%;
    bottom: 20%;
    left: 0;
    position: fixed;
    display: none;
    -webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
    -moz-transform: translateY(-50%);
    z-index: 1039;
}

#popup-notice:not(.popup-image) {
    padding: 0.9rem 0;
    padding-left: 2rem;
    padding-right: 1rem;
}

#popup-notice-open {
    max-width: 60%;
    bottom: calc(20% + 5px);
    left: 0;
    position: fixed;
    height: 75px;
    display: flex;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1025;
    box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.75);
}

#popup-notice.popup-image button {
    position: absolute;
    top: 10px;
    right: 10px;
}

#popup-notice:not(.popup-image) .inner-text {
    padding: 0 2rem;
    border-left: 1px solid white;
}

#popup-notice.popup-image .inner-text {
    padding: 0;
}

    #popup-notice.popup-image .inner-text p {
        margin: 0;
    }

#popup-notice .label {
    font-size: 20pt;
}

#popup-notice.popup-image img {
    max-width: 100%;
}

.img-only img {
    width: 100%;
    border-radius: 3px;
}

#major-notice {
   /* background-color: #ec0000;
    color: white;*/
    padding: 1rem 0;
}
    #major-notice .label {
        font-size: 26pt;
    }
    #major-notice .inner-text {
        padding: 0 2rem;
        border-left: 1px solid white;
    }

.important-radio {
    background-color: #e4e4e4;
    border-radius: 5px;
}

@media (max-width: 1468px) and (min-width: 992px) {
    #major-notice .inner-text {
        padding: 0 11rem;
        border-left: none;
    }
    #popup-notice.popup-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #popup-notice {
        max-width: 100%!important;     
    }

        /* padding-left: 0.5rem;*/

        /*#popup-notice {
            font-size: 9pt;
        }
        #popup-notice .label {
            font-size: 12pt;
        }
        #popup-notice .inner-text {
            padding: 0 0.5rem;
            border-left: none;
        }*/
}