.gamesTabs {
    position: relative;
    margin: 0 0 40px 0;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.07);
    float: left;
    border-radius: 4px;
}

.gamesTabs li {
    float: left;
    position: relative;
}

.gamesTabs li a {
    display: block;
    background-color: white;
    position: relative;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 15px;
    color: black;
    border-left: 1px solid rgba(0,0,0,0.07);
}

.gamesTabs li:first-child a {
    border-left: none;
    border-radius: 4px 0 0 4px;
}

.gamesTabs li:last-child a { border-radius: 0 4px 4px 0; }

.gamesTabs li a:hover {
    color: #1ABC9C;
    color: var(--themecolor);
}

.gamesTabs li.activeFilter a {
    color: #FFF !important;
    background-color: cornflowerblue;
    margin: -1px 0;
    padding: 13px 18px;
    font-weight: bold;
}


.bothsidebar .gamesTabs li a { padding: 12px 14px; }

.bothsidebar .gamesTabs li.activeFilter a { padding: 13px 18px; }
