//	h2, h3, h4 { margin-right: 1em; }
//	h2 {background-color: #cccccc; }
	h2 {border-bottom: solid 2px #22aa22; }
//	h3 {border: solid 0px; background-color: #cccccc; border-radius: 20px; padding-left: 1em}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
