@import url(/templates/default.css);


.toggle {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 15px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
span strong{
	font-size:14px;
}
.toggle h3 {
  color: #576c7d;
  background: #e5eaee;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.toggle p:last-of-type {
  margin-bottom: 0;
}

.toggle h3:hover, .toggle.open h3 { 
  background: #d2dbe2;
}

.toggle.open h3 {
  color: #46525c;
}

.toggle .toggle-info {
  display: none;
  padding: 7px 11px; 
}