div.acc_panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
	margin-bottom: 15px;
}

div.accordion {
  cursor: pointer;
  cursor: hand;
}
