//@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

.acc-container {
  width:100%;
  margin:0px;
  overflow:hidden;
  border-top: 1px solid #e9e8e4;
}

.acc-btn { 
  width:99%;
  margin:0 auto;
  padding:0px;
  cursor:pointer;
  background:#FFF;
  border-bottom: 1px solid #e9e8e4;
}

  .acc-btn h3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

.acc-content {
  height:0px;
  width:99%;
  margin:0 auto;
  overflow:hidden;
  background:#FFF;
}

.acc-content-inner {
  padding-top: 10px;
  padding-left:30px;
}

  .acc-content-inner p {
    padding-bottom: 10px;
  }

.open {
  height: auto;
}

.selected {
  color:#000;
}