.entry a.accordion-title{
	display: block;
	background-color: #4dbce9;
	text-decoration: none;
	color: #fff;
	padding: 7px 8px;
	line-height: 1em;
	margin-top: 10px;
}

a.accordion-title.down{
	
}

a.accordion-title:hover{
	
}
.accordion-content{
	padding: 10px 0 1px;
}

.accordionmy {
  background-color: #eee !important;
  color: #444 !important;
  cursor: pointer !important;
  padding: -3px !important;
  width: 100% !important;
  border: none !important;
  text-align: left !important;
  outline: none !important;
  font-size: 15px !important;
  transition: 0.4s !important;
  margin:10px;
}

.activemy, .accordionmy:hover {
  background-color: #ccc;
}

.accordionmy:before {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: left;
  margin-left: -18px;
}

.activemy:before {
  content: "\2212";
}

.panelmy{
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}