.players-ratings-container{
    display:flex;
    flex-direction: column;
    position: relative;
    background: -webkit-linear-gradient(bottom,#f2f2f2,transparent);
    background: -o-linear-gradient(bottom,#f2f2f2,transparent);
    background: linear-gradient(to top,#f2f2f2,transparent);
    margin: 0 0 30px 0;
}
.player-rating{display:flex; flex-direction:row; align-items: center;padding:0 15px;border-bottom: 1px solid #f2eded;border-top: 1px solid #fff;}
.player-rating.top{color: #fff;
    background: #fe6464;
    border-top: 1px solid #eb3e3e;
    border-bottom: 1px solid #f25c5c;}

.player-rating .player{width: 35%;font-family: 'Roboto', sans-serif; font-size: 1.2em; line-height: 50px;text-align: right;padding-right:50px}
.player-rating .top_player{width: 5%;
    text-align: center;
    color: #fff;}
.player-rating .rating{width: 10%;text-align: right;font-family: 'Roboto',sans-serif;
    font-weight: bolder;
    font-size: 1.3em;}
.player-rating .note{width:40%; font-size: .9em; line-height: 1.2em;padding: 15px 0 15px 50px;}