@charset "utf-8";

#about .item {
	padding-bottom: 10px;
}

#about .section {
	margin-bottom: 40px;
}

#about h3 {
	font-size: 138%;
	font-weight: bold;
	margin-bottom: 12px;
}

#about ol {
	padding-left: 20px;
}

#about ol li {
	text-indent: -2em;
	margin-left: 2em;
}

#about ol li:first-letter {
	font-weight: bold;
}

@media only screen and (max-width: 705px) {
	#about .item {
		padding-bottom: 5px;
	}
	
	#about .section {
		margin-bottom: 25px;
	}
	
	#about h3 {
		font-size: 107%;
		font-weight: bold;
		margin-bottom: 7px;
	}
	
	#about p { font-size: 92%; }
	
	#about ol {
		padding-left: 1em;
	}
	
	#about ol li {
		text-indent: -1.7em;
		margin-left: 1.7em;
		font-size: 92%;
	}
	
	#about ol li:first-letter {
		font-weight: bold;
	}
}