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

* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

html, body {
  background:#FFFFFF;
}

.acc-container {
  width:100%;
  /*margin:10px auto 0 auto;*/
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -o-border-radius:0px;
  border-radius:0px;
  overflow:hidden;
}

.acc-btn { 
  width:100%;
  height:auto;
  /*margin:0 auto;*/
  padding:5px;
  cursor:pointer;
  background:#34495E;
  border-bottom:1px solid #2C3E50;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  /*background:#2C3E50;*/
  background:#FFFFFF;
}

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

.open {
  height: auto;
}

hd1 {
  font:700 14px/16px 'Lato', sans-serif;
  color:#ffffff;
  
}

p { 
  font:400 16px/20px 'Lato', sans-serif;
  color:#000;
  
}

/*.selected {
  color:#1ABC9C;
}*/