.popup-box {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5555;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-box .popup-top-text {
    padding: 20px;
}

.popup-box .popup-bottom-text {
    padding: 20px;
    color: #fff;
}

.popup-box .inner-popup-box {
    width: fit-content;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-align: center;
}

.popup-box .inner-popup-box .ad-notice {
    position: absolute;
    top: 5px;
    left: 5px;
}

.popup-box .popup-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -35px;
}

.btn-close-popup-box {
    position: relative;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    border: 0;
    height: 35px;
    width: 35px;
    padding: 0;
    background-color: #AAAAAA;
}

.popup-box .btn-close-icon-bar {
    position: absolute;
    height: 2px;
    width: 16px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -8px !important;
    margin-top: -2px !important;
}

.popup-box span.btn-close-icon-bar:first-child {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.popup-box span.btn-close-icon-bar:last-child {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.popup-box img, .fullbnr img {
    height: auto;
}

.expandable-mobile-ad button {
    border: none;
    padding: 0;
}

.expandable-mobile-ad .ad-notice {
    color: #414141;
    font-size: 12px;
}

.leaderboard {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.leaderboard > span {
    display: block;
    max-width: 728px;
    text-align: right;
    color: #414141;
    font-size: 12px;
    margin: 0 auto 5px;
}

.leaderboard img {
    display: block;
    margin: 0 auto !important;
}

.leaderboard a {
    display: block;
}

div[id^="placement_"] img[height="1"],
div[id^="placement_"] img[width="1"] {
    position: absolute;
}

.adb-placeholder-blank {
    display: none;
}
.leaderboard {
    text-align: center;
}
