/* Toggle Exstension BBcode */
h2.trigger {
	padding: 0 0 0 15px;
	margin: 5px 0 auto;
	height: 46px;
	background-color: #1565c0;
	border-radius: 5px;
	line-height: 46px;
	font-size: 2em;
	font-weight: normal;
	transition: .2s;
}

h2.trigger a:hover {
	color: #eee;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.active {
	background-color: #0d47a1;
}

.toggle_container {
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #d6d6d6;
	background: #f0f0f0;
	overflow: hidden;
	font-size: 1.2em;
	clear: both;
}

.toggle_container .block {
	padding: 20px;
}