.accordion-game-archive {
    border-left: 4px solid #ebc928 !important;
}

.game-archive-item.accordion-game-archive h3{
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: left;
    color:#000;
    font-weight: 400;
    border-bottom: 1px solid #ebc928;
    padding:0;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.game-archive-item.accordion-game-archive h3 .wrap-background{
    background: #ebc928;
    display: inline-block;
    padding: 0 10px;
}
.game-archive-item.accordion-game-archive.soorganizers h3 {
    border-bottom: 1px solid #8396c1;
}
.game-archive-item.accordion-game-archive.soorganizers h3 .wrap-background{
    background: #8396c1;
    display: inline-block;
    padding: 0 10px;
}
.game-archive-item.accordion-game-archive h3:hover .wrap-background{
    background: #fff;
}
.game-archive-item .accordion-game-archive{
    margin-left:20px;
    margin-top: 15px;
    border-left: 5px solid #ebc928;
}
.game-archive-item ul > h4{
    cursor: default;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.game-archive-item .accordion-game-archive h4{
    cursor: pointer;
    display: block;
    padding: 0;
    background: none;
    border-bottom:1px solid #ebc928;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.game-archive-item .accordion-game-archive h4 .wrap-background{
    background: #ebc928;
    display: inline-block;
    padding: 0 10px;
}
.accordion-game-archive h4:hover .wrap-background{
    background: #fff;
}
.accordion-game-archive .fa-angle-down{
    float: right;
    color:#fff;
    font-size: 18px;
    line-height: 30px;
}


.user-groups-list {
    position: relative;
    padding: 10px 0px;
    list-style:none;
}

.user-groups-list .title {
    position: absolute;
    top: -36px;
    left: -5px;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    padding: 0px 15px;
    background: #ebc928;
}

.user-groups-list .team-item {
    height: 50px;
    margin: 0px;
    padding: 0px 20px 0 0;
    text-decoration: none;
    display: block;
    position: relative;
    border:none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.user-groups-list .team-item:hover {
    background: rgba(255,255,255,0.05);

}
#new-teams.user-groups-list .team-item{
    padding: 0px;
}

.user-groups-list .team-item:hover .name, .team-box .team-item:hover .about {
    color: #ebc928;
}

.user-groups-list .team-item .name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 50px;
    width: 300px;
}
#all_teams .user-groups-list .name{
    width: 250px;
}

.user-groups-list .team-item .about {
    width: 95px;
    font-size: 14px;
    color: #a9a9a9;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    zoom: 1;
    overflow: hidden;
    height: 50px;
}
.user-groups-list .team-item .formal-type{
    width: 110px;
    font-size: 14px;
    color: #a9a9a9;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    zoom: 1;
    overflow: hidden;
    height: 50px;
}
.user-groups-list .team-item .address {
    width: 270px;
    font-size: 14px;
    color: #a9a9a9;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    zoom: 1;
    overflow: hidden;
    height: 50px;
}
.user-groups-list .group-item.team-item .address{
    width:210px;
}
.user-groups-list .team-item .icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.user-groups-list .team-item .rating_team{
    position: absolute;
    top: 0px;
    right:20px;
    line-height: 50px;
    font-size: 16px;
}
.user-groups-list .team-item .place {
   display: none;
}