
/*popup*/
@media (max-width:767px)
{
    #mnPopupContainer
    {
        width: 100% !important;
        left: 0px !important;
    }
    #mnPopupContainer .buttonWithArrow {
        margin: 0px 0px 5px 0px;
        width: 100%;
        text-align: center;
    }
}
#mn_popup {
    background-image: url('https://compta.resto-pro.com/images/mangeznotez/transBg.png');
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
}
#mnPopupContainer{
    background-color: white;
    position: absolute;
    padding: 25px;
}
.closeBookingPopup {
    position: absolute;
    top: 5px;
    right: 10px;
}
.closeBookingPopup a{
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: rgb(159,159,159);
}
.mnPopupTitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #aaa;
}