#mnn-map { width: 100%; height: 480px; margin: 16px 0; }
.ad-section {
    display: none;
    width: 85%;
    margin: 0 auto;
}
.ad-section.active {
    display: block;
}
.advertising-wrapper {
    width: 85%;
    margin: 0 auto;
}
#ad-preview {
    width: 100%;
    font-size: 22px;
    min-height: 500px;
    border: 1px solid #ccc;
}
#ad-preview h3 {
    width: 100%;
    text-align: center;
    margin: 20px 0 5px;
}
#ad-preview-table table {
    height: 400px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.total-price {
    position: absolute;
    bottom: 70px;
    right: 40px;
    width: 120px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.submit-ad-request {
    position: absolute;
    bottom: 20px;
    right: 50px;
}
.js-focus-map {
    color: #000;
    font-weight: normal;
    cursor: pointer !important;
}
.js-focus-map.selected {
    color: #009FA5;
}
.js-focus-map .click-add {
    display: none;
}
.js-focus-map.selected .click-add {
    color: #555;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-style: italic;
}

/*#ad-preview table tbody {*/
/*    display: table;*/
/*    grid-row: 1;*/
/*    overflow-y: auto;*/
/*}*/
/*#ad-preview table tr {*/
/*    height: 30px;*/
/*}*/
/*#ad-preview table tfoot {*/
/*    display: table;*/
/*    grid-row: 2;*/
/*}*/
#ad-preview table td:nth-child(1),
#ad-preview table td:nth-child(2) {
    width: 45%;
}
#ad-preview table td:nth-child(3) {
    width: 10%;
}
.prepay-container {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 50px;*/
}
.prepay-container label {
    font-weight: normal;
    padding: 0 10px;
}
.btn-ultra {
    font-size: 26px;
    padding: 10px 20px;
}
.btn-orange {
    color: #fff;
    background-color: #e3a23a;
    border-color: #ffa62e;
    border-radius: 5px;
}
@media(max-width: 991px) {
    #ad-preview {
        font-size: 18px;
    }
}
