html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.resourceResponseTruck {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    color: #f00;
}

.resourceResponseCount {
    font-family: Arial, sans-serif;
    font-weight: 100;
    font-size: 1.6em;
    color: #555;
    display: inline;
}

th.resourceResponseHeader {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1.0em;
    color: #555;
}

.showborder_0 {
    border-color: red;
    border-width: 3px;
}

.showborder_1 {
    border-color: blue;
    border-width: 3px;
}

.highlightCell {
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 700;
}

.headingThinText {
    font-weight: 100;
}