﻿/*Team Header*/
.section-title-team {
    height: 150px;
}

/*Team Statistics Header*/
.clear-title {
    margin-bottom: 20px;
}

/*Team Player List*/
.list-group {
    cursor: pointer;
}

.player-list-clicked {
    color: #fff;
    background-color: #ffc602;
    border-color: #ffc602;
}

.item-player .info-player {
    padding: 15px 0 15px 0;
}

.info-player {
    text-align: center;
}

    .info-player h5 {
        margin: 0px;
        white-space: nowrap;
    }

    .info-player span {
        color: #27651e !important;
        margin-bottom: 10px;
    }
