html,body {
	height: 100% !important;
}

p {
	text-shadow: none;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}


[data-role="page"] {
	min-height: 0px !important;
	height: 100%;
	background: #7BA4D6;
	position: static !important;
	overflow: visible !important;
}

[role="content"] {
	margin: 0 auto;
	background: #7BA4D6;
}

[role="main"] {
	padding-bottom: 0px;
}

[data-role="header"] {
	background: linear-gradient(#FFFFFF,#D9D9D9);
	height: 54px;
}

#templateImage {
	margin: 0 auto;
	width: 400px;
	position: relative;
}

#iphone {
	position: absolute;
}

#pages {
	margin: 0 auto;
	width: 338px;
	height: 434px;
	position: absolute;
	top: 117px;
	left: 33px;
}

.combinedHeader {
	position: relative;
	display: table;
	top: 8px;
	margin: 0 auto;
}

#homeButtons p {
	margin-top: 35px;
}

#buypage div [data-role="header"] {
	height: 70px;
}

.smallGenie {
	height: 40px;
	float: left;
}

.largeGenie {
	margin-top: 30px;
}

.combinedHeader h1 {
	color: #548AAA;
	margin: 0px 10px !important;
	padding-top: 7px !important;
	font-size: 145% !important;
	float: left;
	font-family: nexa-bold
}



#generator p {
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 200;
}

#truths p {
	font-weight: 500;
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 200;
}

.credits {
    font-size: 80%;
}

.textFloatBottom {
	margin-top: 15px;
	width: 100%;
}

.bottomText {
	font-size: 9px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
}

#bsMainBody {
	opacity: 0;
}

#truthMainBody {
	opacity: 0;
}

.smallLeftButton {
	display: inline-block;
	padding: 0 3px;
	border: #ccc solid 1px;
	border-radius: 3px;
	background: -webkit-linear-gradient(#fff, #dedede);
	background: linear-gradient(#fff, #dedede);
	font: bold 11px/17px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	white-space: nowrap;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}


/** Twitter CSS - Buttons */

a.twitter-share-button {
	display: inline-block;
	padding: 1px 3px 0 19px;
	border: #ccc solid 1px;
	border-radius: 3px;
	background: #f8f8f8 url("../img/twitter_bird.png") 2px 3px no-repeat;
	background: url("../img/twitter_bird.png") 2px 3px no-repeat, -webkit-linear-gradient(#fff, #dedede);
	background: url("../img/twitter_bird.png") 2px 3px no-repeat, linear-gradient(#fff, #dedede);
	background-size: 16px 13px, auto auto;
	font: bold 11px/17px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	white-space: nowrap;
	margin-top: 10px;
	float: right;
}

a.twitter-share-button:focus {
	outline: none;
	border-color: #0089cb;
}


/** Email Button CSS */

a.email-share-button {
	display: inline-block;
	padding: 1px 3px 0 20px;
	border: #ccc solid 1px;
	border-radius: 3px;
	background: #f8f8f8 url("../img/email.png") 2px 3px no-repeat;
	background: url("../img/email.png") 2px 3px no-repeat, -webkit-linear-gradient(#fff, #dedede);
	background: url("../img/email.png") 2px 3px no-repeat, linear-gradient(#fff, #dedede);
	background-size: 16px 13px, auto auto;
	font: bold 11px/17px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	white-space: nowrap;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

a.email-share-button:focus {
	outline: none;
	border-color: #0089cb;
}


@font-face {
    font-family: nexa-bold;
    src: url(../font/nexa/bold.otf);
}