.tra_wrapper ul{
    display: table;
    padding: 0px;   
    width: 100%;
}
.tra_wrapper ul li {
    display: table-cell;
    padding: 4px !important;
    width: 100px;
}

.hentry ul:not([class]) > li::before{
    content: "" !important;
}

.player_team_by_date ul{
    padding: 0px;
}

.player_team_by_date ul li {
    padding: 10px 0px !important;
    margin: 10px 0px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #000;
}

.player_team_by_date ul li:last-child{
    border:none;
}

.player_team_by_date .leftSide{
    width: 170px;
    font-size: 16px;
    color: #fff;
    float: left;
}

.player_team_by_date .rightSide{
    color: #fff;
    font-size: 16px;
    float: left;
    display: flex;
}

.player_team_by_date .rightSide{
    padding: 0px 20px;
}
.hidden{
    display: none;
}