.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;
               }
            }
         }
      }
   }
}