body {
    width: 100%;
    margin: 0; 
    padding: 0;
    background-color: #323232;
    font-family: sans-serif;
}

div {
    position: relative;
    margin: 0;
    padding: 0;
}

p {
    font-size: 30px;
}

#wait-time-banner {
    display: block;
    position: relative;
    font-size: 200%;
    margin: 0 0;
    padding: 12px 0;
    height: auto;
    width: 100%;
    text-align: center;
    color: black;
    background-color: #00b9ff;
    border-bottom: 4px solid #282828;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

.hide-desktop {
    display: initial;
}

#container {
  width: 100%;
  padding: 0;
  margin: 0;
}

.whiteborders {
  width: 100%; 
  margin: 0; 
  padding: 0;
  box-sizing: border-box;
}

#header.whiteborders {
    background-color: #232323;
}

#header {
  height: auto;
}

.grayborder {
  width: 100%;
  height: auto;
  border: 4px solid #232323;
  box-sizing: border-box;
}

#grayborder-top {
  padding: 25px 25px 25px 25px;
}

#grayborder-bottom {
  padding: 0 25px;
}

#logo {
  width: 100%;
  height: auto;
  margin: 30px 0 30px 0;
}

#headertxt {
  position: relative;
  float: none;
  width: 100%;
  font-size: 50px;
  margin: 10px auto;
  color: #00b9ff;
  font-weight: bold;
  text-align: center;
}

#headertxt br::before {
  content: "&nbsp;";
}

#bar-top {
  position: relative;
  margin: 0 -25px;
  padding: 25px 0;
  box-shadow: 0 5px black inset;
  background-color: #232323;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}

.bar-top {
  font-weight: bold;
  font-size: 220%;
  color: #00b9ff;
}

#ellensburg {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  float: none;
}

#call4svc {
  display: none;
}

#mob-call {
  display: inline;
  float: right;
}

#mob-call a {
  display: block;
  margin-top: -10px;
  margin-left: 25px;
}

#top-scene {
  width: 100%;
  height: 200px;  
  background-color: #323232; 
  background-image: url("i/mobile-front-banner-truck.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0;
  border-top: 4px solid #595959;
}

#bar-top span {
  color: #00b9ff;
  padding: 0;
  margin: 0;
}

#nav-ul {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #232323;
  list-style-type: none;
  font-weight: bold;
  font-size: 40px;
}

#nav-ul li {
  float: left;
  width: 100%;
  border: 1px dashed black;
}

#nav-ul li a {
  display: block;
  color: #00b9ff;
  text-align: center;
  padding: 15px 25px;
  text-decoration: none;
}

#nav-ul li a:active {
  background-color: #000;
}

#nav-ul li a:visited {
  color: #00b9ff;
}

#contentarea {
    height: auto;
}

#contentarea p {
  margin-top: 50px;
  display: block;
}

#review-summary-title {
  color: #00b9ff;
  font-size: 50px;
}

#review-summary {
  background-color: #00b9ff;
  box-shadow: 0 -4px #f2f2f2;
  padding: 0;
  height: auto;
  font-style: italic;
  position: relative;
  box-sizing: border-box; 
  overflow-y: auto;
}

#review-summary ul {
  margin-left: 0;
  padding: 0 25px;
  width: 100%;
  overflow-y: auto;
  /* white-space: nowrap; */
  box-sizing: border-box; 
  list-style-type: none;
}

#review-summary li {
  position: relative;
  width: 100%;
  min-height: 50%;
  height: auto;
  margin-left: 0;
  padding: 12px;
  float:left;
  color: white;
  border-bottom: 1px dotted white;
  box-sizing: border-box;
}

#review-summary p {
  margin-top: 0;
}

#review-summary li :nth-child(2) {
  color: #323232;
}   