.goleadores{
   .table{
      thead > tr{
         th{
            width: 14%;
            &.team{
               text-align: center;
            }
         }
      }
      tbody > tr{
         td{
            &.team{
               display: block;
               > div{
                  float: none;
                  margin: 10px auto 0;
                  text-align: center;
               }
            }
         }
      }
   }
}
.planteles.maxSize-479 .head .country .teamLogo img,.planteles.maxSize-767 .head .country .teamLogo img{
        margin: 0px auto;
}
.planteles .table tbody > tr td .badge {
    color: @color01;
    font-size: 14px;
    background-color: transparent;
    font-weight: bold;
    display: flex;
    left: 23%;
    position: relative;
    text-align: center;
    top: 2px;
}
.planteles.maxSize-767 .table tbody > tr td .badge {
    left: 20%;
}
.table tbody>tr td.nombre>div:last-child span:nth-child(2) {
   left: 36%;
}
.planteles.maxSize-767 .table tbody>tr td.nombre>div:last-child span:nth-child(2) {
   left: 30%;
}
.planteles.maxSize-767 .table tbody>tr td.nombre>div:last-child span:nth-child(2) {
   left: 37%;
}
.images {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;   
    background-position: center center;
}

.planteles.maxSize-767 .table tbody > tr td .badge {
    left: 20%;
}
.planteles.maxSize-479 .table tbody > tr td .badge {
    left:0;
}
.planteles .table tbody>tr td.pais {
    text-align: center;
}
.planteles .table tbody>tr td.nombre>div:last-child span:nth-child(2) {
    left: 50%;
}
.planteles .table tbody>tr td .badge {
    left: 30%;
}
.planteles.maxSize-767 .head .country .teamLogo {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}