.col{
	float: left;
	width: 33.33%;
}

.col h2 {
    width: 250px;
    height: 100px;
    vertical-align: bottom;
    display: table-cell;
}

.row:after{
	content: "";
	display: table;
	clear: both;
}

.product{
	height:200px;
	width:200px;
	background-color:#AAA;
	border:1px solid black;
}

h3 {
    width: 200px;
    font-size: 1.17em;
    margin: 1em 0;
    text-align: center;
}

form {
    margin: 0;
    width: 200px;
    text-align: center;
}

form table{
	text-align: left;
}

#download{
	padding-left:50px;
}

#shipping h3{
	margin-bottom: 0px;
	text-align: left;
}

#shipping p{
	margin-top: 0px;
}