
body { font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #8a8a8a}

.accordion-group { margin: 0 0 30px }

.accordion-group { margin: 0 }

#demo_wrap {
  margin: 50px auto;
  width: auto;
}

.no-js .accordion-body { display: block }

.accordion-body {
  display: none;
  padding: 10px 20px 14px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 4px 0;
    line-height: 20px;
}

.accordion-body > * > .accordion-body {
  background-color: #ffffff;
  margin: 0
}

.accordion-header {
  background: #ffffff url("accordion-closed.png") no-repeat 20px center;
  margin: 8px 0;
  color: #555;
  padding: 8px 35px;
  cursor: pointer;
  border-radius: 0px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  font-weight: 700;  
  font-family: raleway;
}
.accordion-subheader {
  background: #ffffff url("accordion-closed.png") no-repeat 20px center;
  margin: 8px 0;
  color: #555;
  padding: 8px 35px;
  cursor: pointer;
  border-radius: 0px;
  position: relative;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
}

.accordion-header:hover {
    background-color: #6de9ff;
}
.accordion-header.open {
  background: #ffffff url("accordion-opened.png") no-repeat 19px center;
  color: #151515;
 
  
}

.accordion-header:last-of-type { margin-bottom: 0 }

.accordion-header.open:last-of-type { margin-bottom: 4px }


