.headTeam {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #2d6797;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    min-height: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.teams-list {
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 30px;
    float: left;
    width: 100%;
    text-align: center;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.teams-list:nth-child(odd) {
    background-color: #ecf1f5;
}

.teams-list:nth-child(even) {
    background-color: #D3DDE7;
}

.teams-list:hover {
    background-color: #A4B9CD;
}

/*.teams-list-details {*/
/*    display: none;*/
/*}*/

.team-details {

}