article#content {
  	width: 95%;
	max-width: 960px;
	margin: 0% auto;
  	padding: 2% 0% 0%;
}

h3 {
	margin-top: 32px;
	margin-bottom: 0;
}

div.skill {
	overflow: hidden;
	margin-top: 32px;
	display: block;
	margin: auto;
	width: 100%;
}

div.skill div.skillItem {
	float: left;
	margin-right: 5%;
}

div.skill div.skillItem:last-child {
	margin-right: 0%;
}

div.skill div.skillItem canvas {
	display: block;
	margin: auto;
	padding-bottom: 16px;
}

div.skill div.skillItem span {
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	color: #555555;
	font-size: 22px;
	font-weight: 400;
}



@media only screen and (max-width: 767px) {

	article#content {
	    padding-top: 56px;
	}
	
	h2#pageHeading {
		margin-top: 0%;
		margin-bottom: 2.5%;
		padding-bottom: 2.5%;
		border-bottom: 1px solid #646C75;
	}

	div.skill {
	   width: 100%;
	}
	
	div.skill div.skillItem {
		width: 100%;
		margin-right: 0%;
		clear: both;
                border-bottom: 1px solid gray;
	}

	div.skill div.skillItem:last-child {
		border: 0;
	}
 	
}