
.box {
	box-shadow: 3px 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.box h2 {
	display: block;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 2px solid #ff7c23;
	margin-top: 22px;
	margin-bottom: 0px;
	line-height: 21px;
	font-size: 18px;
	font-weight: normal;
	color: #fefefe;
	background-color: rgba(60,60,60,0.9);
	font-family: 'Anton', sans-serif, Helvetica, sans-serif, Verdana;
	padding: 3px;
	padding-left: 15px;
	cursor: pointer;
}

.box_closed h2{
	border-bottom: 0px solid #444;
}

.box-nickname{
	font-family:  'Anton', sans-serif, Helvetica, sans-serif, Verdana;
	font-size: 18px;
}

.box_closed .box_content {
	display: none;
}


.box h2:after {
	content: '';
	display: inline-block;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	width: 14px;
	height: 14px;
}

.box_closed h2:after {

}

.box h3 {
	font-size: 11px;
	background: #ddd;
	color: #000;
	border-bottom: solid 2px #666;
	margin: 8px 0 8px;
	font-size: 11px;
	padding: 2px 0;
	font-weight: bold;
}

.box_footer_link {
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
}

/* ********************************************************************************* */
