.potTabArea {
    margin: 2%;
    box-sizing: border-box;
}

.potTabArea .tabBar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    background: #161a3d;
    list-style: none;
    margin: 0;
}

.potTabArea .tabBar-button {
    border-left: 1px solid #4d4d4d;
    font-size: 12px;
    padding: 0 1rem;
    color: #c0c0c0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.potTabArea .tabBar-button:first-child {
    border-left: none;
}

.potTabArea .tabBar-button.active,
.potTabArea .tabBar-button:active,
.potTabArea .tabBar-button:hover {
    color: #fff;
}

.potTabArea .tabContent {
    width: 100%;
    min-height: 350px;
    padding: 1rem 0;
    justify-content: flex-start;
}


#feature-body-div {
    display: none;
}

#feature-body-div.active {
    display: block;
}

#feature-game-body {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    margin: 0 auto;
    overflow: inherit !important;
    margin-top: 14px;
    z-index: 1;
}

#feature-game-body::after {
    content: "";
    display: table;
    clear: both;
}

#feature-game-body .GameSpacing {
    display: none;
}

#feature-game-body .GameSpacing.feature-active {
    display: block;
    position: relative;
}
