@import url('Kingdoms.css');

.kingdom-container {
    /*margin-top: 50px !important;*/
}

.ad-space {
    margin: 10px 0;
    text-align: center;
}

.ad-banner-top,
.ad-banner-bottom {
    height: auto;
}

.main-content {
    display: flex;
    flex-direction: row;
    min-height: 500px;
}

.ad-sidebar-left,
.ad-sidebar-right {
    width: 120px;
    margin: 0 10px;
}

.content-wrapper {
    flex: 1;
    margin: 0 2px;
}

.ad-placeholder {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
}

.ad-link img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 600px) {
    table.center {
        max-width: 100% !important;
    }
}