.column {
  float: left;
  width: 25%;
  font: inherit;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  font: inherit;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
	
	/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
	
.infoButton {
	-moz-box-shadow:inset 0px 39px 0px -24px #f2fadc;
	-webkit-box-shadow:inset 0px 39px 0px -24px #f2fadc;
	box-shadow:inset 0px 39px 0px -24px #f2fadc;
	background-color:#dbe6c4;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #b2b8ad;
	display:inline-block;
	cursor:pointer;
	color:#757d6f;
	font: inherit;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ced9bf;
}
.infoButton:hover {
	background-color:#9ba892;
}
.infoButton:active {
	position:relative;
	top:1px;
}

	
.buyButton {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.buyButton:hover {
	background-color:#eb675e;
}
.buyButton:active {
	position:relative;
	top:1px;
}
a.book-purchase-link {
	font-family: proxima-nova,helvetica,arial,sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background .35s;
    -moz-transition: background .35s;
    -o-transition: background .35s;
    transition: background .35s;
    display: block;
    text-decoration: none;
    background: #E4E4E4;
    color: #374A5E;
    font-size: 1.15em;
    line-height: 1.15em;
    margin-top: 5px;
	width: 35%;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
	}
	
	.h1 {
		font-family:Arial;
	    font-size:32px;
		font: inherit;
	}
	
	.maintitle {
    font-size: 32px;
    font-family:"Proxima Nova", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
	
	.maincontent {
    font-size: 16px;
    font-family:"Proxima Nova", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}