/* Trend */
.trend .boxWrapper.firstColumn {
  padding-right: 10px;
}
.trend .boxWrapper.secondColumn {
  padding-left: 10px;
}
.trend .boxWrapper .boxContent {
  min-height: 153px;
}
.trend .boxWrapper .boxContent .boxTotalStats {
  float: none;
  margin: 0 auto;
}
.trend .boxWrapper .boxContent .boxTotalStats > div:not(.canvasBox) {
  margin-top: 15px;
}
.trend .boxWrapper .boxContent .boxTotalStats > div:not(.canvasBox).boxInfo {
  margin-top: 0;
}
.trend .boxWrapper .boxContent .boxTotalStats > div:not(.canvasBox).boxInfo .GC_title {
  margin-bottom: 0;
}
.trend .boxWrapper .boxContent .boxTotalStats > div:not(.canvasBox).boxInfo > div {
  margin-bottom: 3px;
}
.trend .boxWrapper .boxContent .boxTotalStats > div:not(.canvasBox).boxInfo > div .boxElements > div {
  width: 25px;
  font-size: 12px;
}
.trend .boxWrapper .boxContent .boxTotalStats > span:not(.GC_title) {
  margin-top: 20px;
}
.trend .boxWrapper .boxContent .boxTotalStats .boxComparing {
  margin-top: 26px;
}
.trend .boxWrapper .boxContent .boxTotalStats .boxComparing.canvasSet {
  margin-top: 0;
}
.trend .boxWrapper .boxContent .boxTotalStats .boxComparing.canvasSet canvas.small {
  width: 100% !important;
  height: 100% !important;
}
.trend .boxWrapper .boxContent .boxTotalStats .boxComparing.canvasSet .text {
  top: 28px;
}
.trend.maxSize-767 .boxWrapper.firstColumn {
  padding-right: 0;
}
.trend.maxSize-767 .boxWrapper.secondColumn {
  padding-left: 0;
}
.trend.maxSize-479 .boxWrapper .boxContent .boxTotalStats .boxComparing {
  margin-top: 30px;
}
.trend.maxSize-479 .boxWrapper .boxContent .boxTotalStats .boxComparing.canvasSet {
  margin: 15px auto 0;
  width: 60px;
  height: 60px;
}
.trend.maxSize-479 .boxWrapper .boxContent .boxTotalStats .boxComparing .text.big {
  margin: 0;
}
.trend.maxSize-479 .boxWrapper .boxContent .boxTotalStats .text.big {
  margin-top: 35px;
  font-size: 12px;
}
.trend.maxSize-479 .boxWrapper .boxContent .boxTotalStats > div.boxInfo {
  margin-top: 7px;
}
.trend.maxSize-479 .boxWrapper .boxContent .boxTotalStats > div.boxInfo .GC_title.small {
  font-size: 12px;
}
.trend.maxSize-479 .boxWrapper .boxContent .boxTotalStats > div.boxInfo .boxElements > div.small {
  font-size: 10px;
  width: 16px;
}
/* Fin Trend */
