html {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.inlineLabel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.inlineLabel spam {
    padding-left: 10px;
}

/**/
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
