.accordion > .content {
	margin-left:25px;
    display: none;
}
.accordion > .content > .subcontent{
	margin-left:25px;
}
#expandAll {
	  text-align:right;
}
#expandAll:hover {
    cursor:pointer;
}
.accordion > .title, .accordion > .subtitle {
    border: thin solid lightgrey;
    border-left: none;
    border-right: none;
	padding-bottom: 10px;
    padding-top: 10px;
}

.accordion > h1:hover, .accordion > h2:hover, .accordion > h3:hover, .accordion > h4:hover, .accordion > h5:hover, .accordion > h6:hover {
    cursor: pointer;
}
.accordion > .title:hover, .content > .subtitle:hover {
	  cursor:pointer;
}
