#panel_wrapper {
	max-width: 70em;
}

#contents h3 {
	padding: 5px 0 0 0;
	color: #666666;
	font-weight: bold;
}

#contents strong {
	padding: 0 0 5px 0;
	display: block;
}

#contents .message2 {
	padding: 0 0 15px 15px;
}

#contents .code {
	padding: 5px 0 10px 0;
}

#contents .code p {
	padding: 0 1em 0 14em;
	text-align: justify;
	text-justify: distribute;
}

#contents .bm_button {
	width: 13em;
	padding: 8px 5px 8px 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}

#contents .code .textarea {
	width: 95%;
	margin-top: 15px;
	margin-left: 5px;
	clear: both;
}

#contents .mobile .code p {
	padding: 1em 0 0 0;
}

#contents .mobile .bm_button,
#contents .mobile .textarea {
	width: 90%;
	float: none;
}
