html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.rm05 {
    margin-top: 0.5em;
}

.rm10 {
    margin-top: 1.0em;
}

.rm15 {
    margin-top: 1.5em;
}

.rm20 {
    margin-top: 2.0em;
}

.input-group > .input-group-append > .group-first {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.input-group > .group-middle {
    text-align: center;
    width: 75px;
    flex: none;
}

.input-group > .input-group-append > .group-last {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #fff;
}

.input-group > input::-webkit-outer-spin-button,
.input-group > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.result-header-table {
    margin-bottom: 0px;
}

#locTable > tbody > tr > td {
    white-space: normal;
    word-break: break-all;
}