
*.iconline {
	position: relative;
	display: inline-block;
	width: 100%;
}

*.title {
	position: relative;
	display: inline-block;
	font-family: 'AvenirNext-DemiBold';
  font-size: 26px;
  margin: 0;
  height: 64px;
  line-height: 64px;
 	color: #6D6D6D;
	 white-space: nowrap;
	 vertical-align: top;
}

*.explain {
  font-size: 16px;
	font-weight: normal;
 	margin: 0;
 	padding: 0;
 	color: #6D6D6D;
}
  
h2 {
	font-family: 'AvenirNext-DemiBold';
  font-size: 18px;
	color: #6D6D6D;
	font-weight: normal;
 	margin: 0;
 	padding: 0;
}

*.plicon {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 64px;
	height: 64px;
	border: 0px solid #fff;
	background:  url('../32by32.png') no-repeat center center;	
}

*.contentwrap {
	position: absolute;
 	margin: 20px;
}

*.codesnippet {
	font-family: courier;
	color: #6D6D6D;
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	width: 100%;
	font-size: 18px;
 	vertical-align: middle;
}

*.number {
	font-style: italic;
	font-weight: normal;
}


a:link {color: #69D2E7;}
a:visited {color: #69D2E7;}
a:hover {font-weight: bold;}
a:active {font-weight: bold; color: #69D2E7; text-shadow: 0 1px #ccc; }

