#customer-header {
  overflow:hidden;
  background-color: #682728;
}

#customer-header h2 {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: strong;
  margin: 0;
}

#questionnaire_layout #customer-header a {
  text-decoration: none;
}

#questionnaire_layout #customer-header, 
#questionnaire_layout #customer-header a,
#questionnaire_layout #customer-header a:visited {
  color: #682728;
}

#header-container {
  padding: 5px;
  
}

#header-adress-container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  margin-top: 2px;
  background-color: #F8DFD8;
}

#footer {
  border-color: #682728;
}

.bottom-bar {
  background-color: #682728 !important;
}

.ui-accordion-header a,
.ui-accordion-header a:visited {
  color: rgb(141, 24, 15) !important;
}

#customer-header img {
  margin: 0;
  padding: 0;
}


@media all and (max-width: 720px) {
  .span-18, .span-12 {
 width: 98%;
}

.span-6 {
  width: 98%;
  margin-top: 5px;
}
  

#customer-header,
#header-image-container {
  background-color: #682728;
}

#header-image {
  width: 100% !important;
}
}
