.section {
	margin: 8px;
	border: none;
}

.section:first-child {
	margin-top: 0px;
}

.section > .head {
	height: 35px;
	text-align: middle;
	line-height: 35px;
	/* padding-left: 10px; */
	color: #fff;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-shadow: #000 1px 1px 1px;
	width: 100%;
}

.section > .body {
	color: #9a9a9a;
	padding: 5px 5px 10px 7px;
	background-color: #1c1c1c;
	line-height: 14px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.section .body  > .section {
	border: none;
	margin: 0 auto;
	width: 100%;
	margin: 5px;
}

.section .body  > .section > .head {
	height: 15px;
	line-height: 15px;
	font-size: 13px;
	background: transparent;
	font-weight: normal;
	border: none;
	padding: 0px;
}

.section .body  > .section > .body {
	border: none;
	color: #fff;
	padding-left: 15px;
}
