/* line 249, ../sass/stats/_stats.scss */
.player-stats-tab .spp-serve {
  padding-right: 20px;
}

/* line 253, ../sass/stats/_stats.scss */
.player-stats-tab .spp-return {
  padding-left: 20px;
}

/* line 257, ../sass/stats/_stats.scss */
.player-stats-tab .spp-serve,
.player-stats-tab .spp-return {
  width: 50%;
  float: left;
  clear: none !important;
}

/* line 262, ../sass/stats/_stats.scss */
.player-stats-tab .spp-serve .block__title,
.player-stats-tab .spp-return .block__title {
  font-size: 18px;
  color: #502784;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 257, ../sass/stats/_stats.scss */
  .player-stats-tab .spp-serve,
  .player-stats-tab .spp-return {
    width: 100%;
    padding: 0;
  }

  /* line 270, ../sass/stats/_stats.scss */
  .player-stats-tab .spp-serve .block__title,
  .player-stats-tab .spp-return .block__title {
    margin-top: 30px;
  }
}

/* line 275, ../sass/stats/_stats.scss */
.player-stats-tab .spp-footer {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

/* line 281, ../sass/stats/_stats.scss */
.player-stats-tab .views-field {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

/* line 287, ../sass/stats/_stats.scss */
.player-stats-tab .views-field span {
  width: 90%;
  float: left;
  display: block;
  font-weight: 600;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 296, ../sass/stats/_stats.scss */
.player-stats-tab .views-field span:last-child {
  width: 10%;
}

/* line 300, ../sass/stats/_stats.scss */
.player-stats-tab table {
  width: 90%;
}

@media (max-width: 767px) {
  /* line 300, ../sass/stats/_stats.scss */
  .player-stats-tab table {
    width: 100%;
  }
}