details{
	margin-bottom: 8px;
	border-radius: 4px;
	padding: 16px;
	transition: all .3s ease;
	border: 1px solid #ccc; 
}

details[open]{
	background: #cecfd0;
}
