html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.my-scale .x-btn-button {
    height: 20px;
}

.my-scale .x-btn-inner {
    line-height: 20px;
    padding-left: 10px;
}

.my-scale .x-btn-icon-el {
    background-size: 20px;
    width: 40px;
}