#content{
	font-size: 16px;
	line-height: 1.3em;
	color: #242424;
}

#content h3{
	font-size: 24px;
}

#content h6{
	font-size: 16px;
}

#content li{
	margin-bottom: 0.5em;
}

#content ul li{
	margin-top: 0.5em;
}

#content .code{
	overflow-x: scroll;
}

#content td, #content th{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content tr:last-child td{
	border-bottom: 0;
}

#content img{
	max-width: 665px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	margin-top: 10px;
}

#content li img{
	max-width: 650px;
}