a.button {
	background: -webkit-linear-gradient(top, #d5d5d5, #c0c0c0);
	border-radius: 3px;
	box-shadow: 0 2px 0 #aaa;
	color: #333;
	display: inline-block;
	font-weight: bold;
	padding: 5px 10px;
	text-shadow: 0 1px 0 #eee;
}

a.button:hover {
	background: -webkit-linear-gradient(top, #e5e5e5, #d0d0d0);
	text-decoration: none;
}

.callout {
	background: #ffffe0;
	border: #f8e36b solid 1px;
	margin: 1em;
	padding: 1em 1em 0.5em;
}

.callout p {
	margin: 0 0 0.5em;
}

.text-highlight {
	color: #ee3637;
	padding: 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.text-highlight p { margin: 0; }

.text-highlight-light {
	padding: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.text-highlight-light p { margin: 0; }

.divider {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.video-title {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 25px;
  color: #ee3637;
  font-size: 16px;
  font-weight: 100;
}