div.banner {
    overflow: hidden;
    display: inline-block;
}
.banner-here {
    background: #E7E7E7;
    border: 1px solid #000000;
}
.banner-here td {
    color: #666666;
    font-weight: bold;
}
.my-banner {
    overflow: hidden;
    width: 120px;
    max-height: 80px;
}
.my-banner img {
    border: 0 !important;
    border-radius: 0 !important;
}
div.banners-box-between-categories {
    height: 100px;
    background-color: #666666;
}
div.banners-box {
    text-align: center;
}
.banners-box > .banner:not(:last-child) {
    margin-bottom: 5px;
}
.banners-box > .banner {
    width:100%;
}
div.country-checkboxes div.box-checkboxes.disabled label {
    color: #e2e2e2;
}
body.banners-renew-page ul.plans > li {
    width: auto !important;
}

/* mobile view */
@media screen and (max-width: 767px) {
	section#listings.my-banners .item div.info .title {
        position: relative;
        box-shadow: none;
    }
	section#listings.my-banners .item div.info {
        width: 100% !important;
    }
}