html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.field, .full {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.field {
    width: 1px;
}

.full {
    width: 100%;
}

.center {
    text-align: center;
    align-content: center;
}

.hdr-row {
    background: #444444;
    color: White
}
.even-row {
    background: tan;
    color: #444444
}
.odd-row {
    background: khaki;
    color: #444444
}

.imgcs {
    width: 20px;
    height: 20px;
}

.imgcenter {
    display: flex;
    justify-content: center;
}