blockquote 
 {
  background-color: #db1b34;
  color: #ffffff;
  padding: 0.5em;
  margin: 0 0 2em;
  font-weight:bold;
 }
 
blockquote p
 {
  margin-top:10px;
  margin-bottom:10px;
 }

.toggle
 {
  list-style: none;
  margin: 0;
  padding: 0;
 }
 
.toggle li
 {
  margin: 0 0 10px;
  position: relative;
  cursor: pointer;
  list-style: none;
 }
 
.toggle li h3 
 {
  margin: 0;
  padding: 0 20px 0 45px;
  line-height: 1.5em;
 }
 
.toggle li span
 {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #b7b7b7;
  line-height: 22px;
  background-color: #f6f6f6;
  border: 1px solid #e9e9e9;
 }
 
.toggle .panel 
 {
  margin: 0;
  display: none;
 }
 
.accordion-title 
 {
  margin-bottom: 10px;
  position: relative;
 }
 
.accordion-title span 
 {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  color: #b7b7b7;
  background-color: #f6f6f6;
  border: 1px solid #e9e9e9;
  line-height: 22px;
  text-align: center;
  font-size: 18px;
  right: 0;
  top: 0;
  cursor: pointer;
 }
 
.accordion-container 
 {
  margin: 15px 0;
 }
 
.elements
 {
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#e0e0e0;
  margin-bottom:20px;
 }