.height-auto {
  height: auto !important;
}

.height-100 {
  height: 100% !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.border-radius-10 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

.text-underline {
  text-decoration: underline !important;
}

.mt-auto {
  margin-top: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.font-size-70 {
  font-size: 70px !important;
}

.font-size-80 {
  font-size: 80px !important;
}

.font-size-90 {
  font-size: 90px !important;
}

.font-size-100 {
  font-size: 100px !important;
}

.line-height-1-0 {
  line-height: 1.0 !important;
}
.line-height-1-1 {
  line-height: 1.1 !important;
}
.line-height-1-2 {
  line-height: 1.2 !important;
}
.line-height-1-3 {
  line-height: 1.3 !important;
}
.line-height-1-4 {
  line-height: 1.4 !important;
}
.line-height-1-5 {
  line-height: 1.5 !important;
}
.line-height-1-6 {
  line-height: 1.6 !important;
}
.line-height-1-7 {
  line-height: 1.7 !important;
}
.line-height-1-8 {
  line-height: 1.8 !important;
}
.line-height-1-9 {
  line-height: 1.9 !important;
}
.line-height-2-0 {
  line-height: 2.0 !important;
}
.line-height-2-2 {
  line-height: 2.2 !important;
}
.line-height-2-4 {
  line-height: 2.4 !important;
}
.line-height-2-6 {
  line-height: 2.6 !important;
}
.line-height-2-8 {
  line-height: 2.8 !important;
}
.line-height-3-0 {
  line-height: 3.0 !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}