/*Player Tab*/
.playerTab{
  .boxStats{
    .text{
      vertical-align:middle;
    }
  }
  .boxWrapper {
    .boxContent {
      .boxCards{
        margin-top: 28px;
      }
      &.boxPoints {
        min-height: 286px;
        .colRight{
          margin: 48px 0 20px;
        }
        .boxComparing {
          margin-top: 0;
        }
      }
    }
  }
  .GC_container{
    margin-bottom: 22px;
    padding-bottom: 4px;
  }
  &.maxSize-767{
    .boxWrapper {
      .boxContent{
        &.boxPoints {
          min-height: 244px;
          .colRight{
            margin-top: 30px;
          }
        }
      }
    }
  }
  &.maxSize-479{
    .boxWrapper {
      .boxContent{
        &.boxPoints{
          min-height: 370px;
          .colRight {
            margin: 20px 0 0;
            .boxComparing{
              position: relative;
            }
          }
          .boxResults{
            top: 210px;
            .tooltip{
              display: block;
              left: 22%;
              width: 85%;
            }
          }
        }
      }
    }
    .text.number.big {
      font-size: 16px;
    }
  }
  &.maxSize-310{
    .boxPoints{
      .boxResults{
        min-width: 80%;
        .tooltip{
          left:26%;
          width: 75%;
        }
      }
    }
  }
}
/* Fin Player Tab*/
