


.block {
  position: relative;
  margin: 0 auto;
  padding: 1em 1.25em;
  max-width: 50em;
 border-right: 1px solid rgb(231, 227, 227);
 border-left: 1px solid rgb(231, 227, 227);
}

#main{ min-height:500px; }

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}




#main .block {
 /* padding: 2.625em 0em;*/
  border-right:1px solid rgb(231, 227, 227); border-left:1px solid rgb(231, 227, 227);
}




header{   background:#ffffff;}
.inspectionselect{ background:#7d8a9c;}
.header-small-screen {
  position: relative;
  margin: 0 auto;
  display:block;
  width:100%;
  max-width: 50em;
  background:#ffffff;
  min-height:90px;
}
.header-small-screen .logo{ float:left; width:50%;padding:12px 15px; }
.header-small-screen .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: right;
  white-space: nowrap;
  padding:26px 5px;
  font-family: 'Jockey One', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color:#000000;
  width:55%; float:left;
}
@media (max-width:468px) {
    .header-small-screen .block-title {
    font-size:1em;
    }
}
.header-small-screen .inspectionblock-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
  padding:26px 15px;
  font-family: 'Jockey One', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color:#000000;
  width:100%; float:left;
}