/* Comparison */
.teamComparison{
  .itemsResult{
    .GC_title{
      font-size: 16px;
      margin-top: 5px;
    }
    .teamsTitle{
      position: absolute;
      top: 10px;
      width: 100%;
      left: 0;
    }
  }
  .boxPoints{
    min-height: 220px;
    .boxComparing{
      margin-top: 0;
    }
  } 
  .boxElements {
    .data {
      .text{
        line-height: 34px;
      }
    }
    div:not(.tooltip){
      &.flag{
        background-position: center center;
        background-repeat: no-repeat;
      }
    }
  }
  &.maxSize-479 {
    .GC_title{
      font-size: 12px;
    }
    .boxPoints{
      min-height: 375px;
    }
  }
}
/* Fin Comparison */
