
h1 {
	color: #333;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	text-align: center;
}

.giveaways-wrapper {
	text-align: center;
	width: 100%;
}

.giveaway {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	color: #333;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto 10px;
	max-width: 310px;
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.giveaway a img {
	border: none;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	outline: none;
	text-decoration: none;
}

.giveaway h2 {
	font-size: 15px;
	margin: 10px 0;
}

.giveaway .cta {
	display: block;
	margin: 10px 0;
}

.divider {
	display: block;
	height: auto;
	margin: 0 auto 10px;
	max-width: 100%;
}

.divider+.giveaway {
	border-top: 1px solid #ccc;
}

h3 {
	color: #333;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}

@media all and (min-width: 660px) {
	.giveaway {
		border-bottom: none !important;
		border-top: none !important;
	}
}

