html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.required {
    color:red;
    font-family:Verdana, Arial;
    font-size: 9pt;
}

input.verysmall {
    width: 50px;
    scrollbar-width: none;
}

input.small {
    width:100px;
}
input.normal {
    width:200px;
}
input.wide {
    width:300px;
}

.entry {
    font-family: Verdana, Arial;
    font-size: 9pt;
}
