.Icons{
	width: 100%;
	padding: 0;
	border-spacing: 0;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #064D73;
}
.Icons th{
	width: 33%;
	padding: 0.3em;
	font-family: Comic Sans MS;
	font-size: 70%;
	font-weight: normal;
	color: #064D73;
}

.Icons td{
	text-align: center;	
}

.Icons-border-bottom th, .Icons-border-bottom td{
	padding-bottom: 0.3em;
	border-bottom: 1px solid #064D73;
	border-right: 1px solid #064D73;	
}

.Icons-border-bottom-last th, .Icons-border-bottom-last td{
	padding-bottom: 0.3em;
	border-right: 1px solid #064D73;		
}

.Icons-border-right th, .Icons-border-right td{
	border-right: 1px solid #064D73;
}