#attachment-list li:not(:last-child){
	margin-bottom: 15px;
}
#attachment-list li{
	background: #eee;
	border-radius: 5px;
	overflow: hidden;
}
#attachment-list li:not(.shown) a.goTo:hover, #attachment-list li.shown a.goTo{
	background: #ddd;
}
#attachment-list li a.goTo{
	display: block;
	padding: 15px;
	font-size: 20px;
	text-decoration: none;
}
#attachment-list li > div{
	display: none;
	padding: 0 15px 15px 15px;
}
#attachment-list li p{
	padding: 10px 0;
}
#attachment-list li a.btn{color:#fff}
#attachment-list li .goTo .fr:before{
	content: "\f078";
}
#attachment-list li.shown .goTo .fr:before{
	content: "\f077";
}