body {
	font-family: 'Parisienne', cursive;
	font-size: x-large;
}

.main, .ad {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.error {
	color: red;
}

.clear {
	clear: both;
}

.mainresult {
	margin-top: 1em;
	background-image: url('/images/Waterpaper-Texture-resized.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 440px;
	padding-top: 20px;
	z-index: 1;
}

.stripe {
	height: 5em;
	width: 100%;
	position: absolute;
	top: 350px;
	z-index: 2;
	background-color: pink;
}

.shorterResult {
	font-weight: bold
}

.results {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}

.leftResult {
	float: left;
	z-index: 3;
}

.rightResult {
	float: right;
}

.results > div {
}

.picture {
	height: 300px;
	width: 200px;
	z-index: 3;
	position: relative;
	border-style: solid;
	border-width: 5px;
}

.amp {
	font-size: 5em;
	z-index: 3;
	position: absolute;
	top: 330px;
	left: 46%
}

.share {
	margin-right: 280px;
	text-align: center;
}

.like {
	vertical-align: top;
}

.tweet {
	width: 70px;
	height: 24px;
	vertical-align: top;
}

.celebDays {
	font-weight: normal;
}