div.about {
	padding:20px;
}

.about img[src$="atom.jpg"] {
	width:60px;
	border:none;
}

.about img[src$="atom.jpg"] + span {
	color:darkblue;
	vertical-align:text-bottom;
	margin-left:20px;
	font-weight:bold;
	font-size:250%;
	text-transform:uppercase;
}

div.line {
	position: relative;
	padding: 0px;
	background-image: url('/system/images/vertsplitter.gif');
	background-repeat: repeat-y;
	background-size: cover;
	height: 2px;
}

.about ul {
	padding:0px;
}