@charset "utf-8";
/* CSS Document */

#blgtabs h5{
	border-top: 1px solid rgba(0,0,0,0.3);
	padding: .5em;
	margin: 0;
	cursor: pointer;
}
#blgtabs .item{
	overflow: hidden;
	max-height: 0px;
	padding: 0;
	border: none;
	transition: all 300ms;
}
#blgtabs .item.active{
	max-height: 50px;
	padding: .5em;
	border-top: 1px solid rgba(0,0,0,0.1);
}