@viewport {
   width: device-width;
   initial-scale:1;
}

html {
	height: 100%;
	font-size:1em;
	-webkit-text-size-adjust:100%;
}


body{
	margin:0;
	padding:0;
	background-color: #637445;
	background: url(../img2024/background_pattern.jpg);
	background-position: top left, top left;
	background-repeat: repeat;
	background-size: 450px 450px;
  	font:1em Arial,helvetica,sans-serif;
	line-height: 1.7em;
	color:#534a44;
	width:100%;
	height: 100%;
	overflow-x: hidden;
}


h3.title {
	line-height: 1em;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0px 0 0px;
	margin: 0.5em auto 0.5em auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-style: italic;
	color:#b91d28;
	display: block;
}


#main {
	width:95%;
	max-width:900px;
	z-index: 1;
	position: relative;
}


#main.question_cards {
	min-height: 450px;
}


@media all and (orientation: landscape) and (min-width: 890px) {

	#main.main_cards {
		margin-top:15px;
	}
}

@media all and (orientation: portrait) and (min-width: 700px) {
	#main {
		padding-top: 30px;
	}
}



#right {
	width:100%;
	margin-top:20px;
	min-height: 32em;
}

#left {
	float:left;
	text-align: center;
	width:27%;
	margin:20px 1em 3em 1em;
}


#left div.imgframe {
	max-width: 200px;
	margin: 0 auto 0 auto;
}


#left p {
	margin-top:0;
}

#left li {
	color:#b91d28;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	list-style: none;
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 1em;
	font-weight: normal;
	-webkit-text-stroke: 1px #b91d28;
}


@media all and (orientation: landscape) and (min-width:890px) {
	#right {
		width:68%;
		float:right;
		margin-bottom:7em;
	}
}


p {
	width: 97%;
	display: block;
	margin: 1em auto 1em auto;
	padding:0;
	font-size: 1em;
	line-height: 1.4em;
}


p a {
	color:inherit;
}

.popup_parent {
   width: 100%;
   height: 100%;
   margin: 0;
   position: absolute;
   top:0;
   left:0;
   z-index: 30;
   display: none;
   box-sizing: border-box;
}

#questinfo {
	margin-top:0;
}

@media all and (orientation: landscape) {

	.popup_parent {
		padding-top:0;
	}
}

.popup_parent table td {
   vertical-align: middle;

}




.popup {
	width:90%;
	max-width:500px;
	background-color:#edf5e8;
	margin: 0 auto 0 auto;
	box-shadow: 0px 0px 400px 400px rgba(0,0,0,0.5);
	border-radius: 20px;
	color:#534a44;
	overflow: hidden;
	z-index: 100;
	text-align: center;
	padding:5px;
	box-sizing: border-box;
	outline: 3px solid #eaa341;
	
}


.popup_inner {
	border-radius: 20px;
	box-sizing: border-box;
	padding:1em 0.5em 1em 0.5em;
	border: 0;
}

@media all and (orientation: landscape) and (min-width: 890px)  {
	.popup {
		padding: 5px;
	}

	.popup_inner {
		border: 4px dotted #eaa341;
	}
}

.popup h3 {
	text-align: center;
	padding: 0;
	margin:0;
	font-size: 1.3em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	margin-bottom: 0.5em;
	color:#b91d28;
}

.popup p {
	width:99%;
	margin: 0 auto 0 auto;
	font-size: 1em;
	line-height: 1.4em;
}

.popup a.button_red {
	font-size: 1.3em !important;
	width: 70%;
}

@media all and (orientation: landscape) {
	.popup a.button_red {
		width:50%;
	}
}

input {
    border: 1px solid #a07460;
    padding: 4px;
    width: 70%;
    background-color: #f4ead7;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    float: none;
    font-size: 1.2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 0 2px #606060;
    display: block;
    margin:0.5em auto 0.5em auto;
    color:inherit;
}

input:focus {
    outline-width: 2px;
    outline-color: #a07460;
}

.popup textarea {
	font-size: 1.8em;
	width: 85%;
	background-color: #f4ead7;
	border: 1px solid #a07460;
	 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 0 2px #606060;
    color:#5f2611;
}

@media all and (orientation: landscape) {
	.popup textarea {
		height: 2em;
	}
}

.popup div.spacer {
	width: 1em;
	height: 1em;
}





.topdecor {
	display: none;
}


@media all and (orientation: landscape) and (min-width: 890px)  {
	
	.topdecor {
		display: block;
		width:100%;
		position: absolute;
		z-index: 10;
		top:0;
		left: 0;
		height: 220px;
		background: url(../img2024/clouds_top.png), url(../img2024/moon_top.png);
		background-position: top center, calc(50% - 500px) 40px;
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, 70px auto;
	}
}


.button_decor {
	margin: 0 auto 0 auto;
	width: 95%;
	height: 119px;
	background-color: transparent;
	background-image: url(../img2024/button_decoration.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding-top:0px;
}

@media all and (orientation: landscape) and (min-width: 890px)  {
	.button_decor {
		width: 407px;
		height: 119px;
		padding-top: 25px;
	}
}

.button {
	width: 250px;
	height: 70px;
	max-width: 100%;
	background-color: #e90032;
	display: block;
	margin: 1em auto 1em auto;
	color: #fddeba;
	font-weight: bold;
	text-decoration: none;
	line-height: 0.5em;
	font-size: 1.25em;
	border-radius: 20px;
	text-align: center;
	box-sizing:border-box;
	padding:32px 10px 10px 10px;
	cursor: pointer;
	font-family: Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	position: relative;
	box-shadow: 0 8px 0 0 #af002a;
}

.button.green {
	background-color: #5da788;
	box-shadow: 0 8px 0 0 #2a8d69;
}


a.button.twolines {
	padding-top: 18px;
	line-height: 20px;
}

a.button.twolines.long {
	padding-top: 6px;
}

a.button:hover {
	box-shadow: 0 5px 0 0 #af002a;
	top:3px;
}

.button468 {
	width: 95%;
	height: 76px;
	height: auto;
	max-width: 468px;
	padding:25px 10px 12px 10px;
}

a.button468.twolines {
	padding-top:15px;
	line-height: 22px;
}

@media all and (orientation: landscape) {


	a.button468.twolines {
		padding-top:15px;
	}


}


.price {
	margin-top: 0.5em;
	margin-bottom:0.5em;
	font-size:0.9em;
	font-style:italic;
}

.disclaimer {
font-size: 0.9em;
	box-sizing: border-box;
	padding: 1em 1em 0 1em;
	line-height: 1.1em;
/*	font-size: 0.8em;*/
	margin-top: 1em;
}

.disclaimer_top {
	font-style:italic;
	padding:0.5em;
	line-height:1em;
	font-size:0.80em;
	z-index: 20;
	position: relative;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color:#dce8d5;
	background-color: rgba(69,40,21,0.55);
	
}

@media all and (orientation: portrait) {
	.disclaimer_top {
		font-size: 0.75em;
		padding:0.2em;
	}
}


@media all and (orientation: landscape) and (min-width: 890px) {

	.disclaimer_top {
		text-align: center;
		color:#dce8d5;
		width: 260px;
		float: right;
		border-radius: 0 0 0 10px;
		position: absolute;
		top:0;
		right: 0;
	}
}




.logo {
	width: 95%;
	height: 30%;
	margin: 0 auto 0 auto;

}



.logo h3 {
	margin-top: 0em;
	margin-bottom: 0.1em;
	font-size:1.6em;
	padding-top:5px;
}

.logo img {
	height: auto;
	margin: 0 auto 0 auto;
	display: block;
	max-width: 400px;
	width: 75%;
}


.logoimg {
	width: 75%;
	height:0;
	padding-top:52.75%;
	z-index:5;
	position:relative;
	background-image:url(../img/logo.png);
	background-size:100% 100%;
	margin: 0 auto 0 auto;
	display: block;
	clear: both;
}



@media all and (orientation: portrait) and (max-width: 320px) {
	.logo {
		margin-top:-15px;
	}

	.logo h3 {
		margin-top:-5px;
	}
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    	.logo {
    		margin-bottom: 0.5em;
    	}
    	.logo img {
    		padding-top: 30px;
    	}

    	.logo h3 {
    		margin-top:0.5em;

    	}
    }

.logo div.decor {
	width: 100%;
		background-image: url(../img2024/title_decor_L.png), url(../img2024/title_decor_R.png);
	background-size: 88px 76px, 88px 76px;
	background-position:  center left,  center right;
	background-repeat: no-repeat, no-repeat;
	height: 93px;
	margin-top:-85px;
}

@media all and (orientation: landscape) {

	.logo {
		box-sizing: border-box;
		padding: 0px 86px 0 86px;
		width: 100%;
		background-image: url(../img2024/title_decor_L.png), url(../img2024/title_decor_R.png);
		background-size: 88px 76px, 88px 76px;
		background-position:  left center,  right center;
		background-repeat: no-repeat, no-repeat;
		height: 88px;
	}

	.logo div.decor {
		display: none;
	}

	.logo h3 {
		padding-top:0.5em;
		font-size:2.3em;
    	
	}
	.logo img {
		width: 45%;
		float: left;
	}

	.logoimg {
		width: 45%;
		float: left;
		padding-top:32.75%;
	}
}

@media all and (orientation: landscape) and (min-width: 890px) {

	.logo {
		background-position: left top, right top;
		margin-bottom: 1em;
		padding-bottom: 45px;
		width: 550px;
	}

	.logo h3 {
		box-sizing: border-box;
		padding-top:5px;
	}
}


.pagetitle {
	width: 90%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color:inherit;
	text-align: left;
	box-sizing: border-box;
	text-align: center;
	line-height: 1em;
	margin: 0 auto 0.5em auto;
	box-sizing: border-box;
	font-size: 1.7em;
	line-height: 1.7em;
	min-height: 2em;
	color:#b91d28;
}

.title {
	width: 90%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size:1.7em;
	color:inherit;
	text-align: center;
	line-height: 1em;
	margin: 3% auto 0.5em auto;
}

@media all and (orientation: landscape) and (min-width: 890px) {
	.title {
		margin-top:0;
	}
}

.lp p {
	margin-top:0.5em;
	margin-bottom: 0.5em;
}

.lp a.button {
	margin-top:0;
}

p.start {
	margin: 0 auto 0 auto;
	line-height: 1.3em;
	text-align: center;
}


ul.start_bullets {
	list-style-type: none;
	width: 100%;
	margin:0 auto 0.5em auto;
}

ul.start_bullets li {
	margin-top:0.5em;
	line-height: 1.1em;
	font-style: italic;
	text-align: center;
}

@media all and (orientation: portrait) and (max-width: 320px) {
	ul.start_bullets li:nth-child(2) {
		display: none;
	}
}

@media all and (orientation: landscape) {
	p.start {
		margin-top:0.7em;
	}
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    	ul.start_bullets {
    		margin:1em auto 1.5em auto;
    	}
    }


.cardback {
	width: 100%;
	height: 92%;
	background: transparent;
	border:0;
	border-radius: 7%;
	/*box-shadow: 0 0 10px 4px #101010;*/
	position: absolute;
	top: 0;
	left: 0;
	margin: 1% 0 0 2%;
}

.selected_holder {   
   text-align: center;
   position: relative;
   width: 22%;   
   float: left;
   margin: 2% 0 0 1%;   
}

@media all and (orientation: portrait) {
	#main.monthly_cards {
		padding-top:0px;
		padding-bottom: 0;
	}

	#selected_cards.monthly_cards {
		margin-top:-0.5em;
	}

	#selected_cards.monthly_cards div.selected_holder {
		margin-top:0;
		margin-left: 2.2%;
	}


}


.card {
	width: 22%;
	background: transparent;
	border:0;
	border-radius: 7%;
	position: relative;
	margin: 1% 0 0 8%;
	float: left;
	z-index: 0;
}

@media all and (orientation: portrait) {
	.card {
		margin: 0 0 2% 8%;
	}
}

.card_month {
	width: 100%;
	background: transparent;
	border:0;
	border-radius: 7%;
	position: relative;
	margin: 0;
	float: left;
	z-index: 0;
}

.cardFace {
   position: absolute;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
	border-radius: 7%;
   box-shadow: 0 0 2px 1px #505050;
}

@media all and (orientation: portrait) {
	.cardFace {
		box-shadow: 0 0 1px 1px #505050;
	}
}

.card_meaning {
	width:95%;
	margin:2% auto 3em auto;
	clear: both;
	background: transparent url(../img2024/divider.png) bottom center no-repeat;
	background-size: 95% auto;
	padding-bottom:5%;
	text-align: justify;
}


@media all and (orientation: landscape) and (max-width:890px) {
	.card_meaning {
		min-height: 17em;
		background-size: 412px auto;
	}

}

@media all and (orientation: landscape) and (min-width:890px) {
	.card_meaning {
		background-size: 412px auto;
	}

}


.card_meaning div {
	float:left;
	width:30%;
	max-width:200px;
	padding-right: 5%;
}

.clear {
	width:100% !important;
	clear: both !important;
	float: none !important;
}

.clear.result {
	margin-top:-3em;
}

@media all and (orientation: portrait) {
	.clear.result {
		margin-top:0;
	}
}


.card_meaning img {
	width: 100%;
	background: transparent;
	border:0;
	border-radius: 7%;
	box-shadow: 0 0 5px 1px #101010;
	position: relative;
}

@media all and (orientation: portrait) {
	.card_meaning img {
		box-shadow: 0 0 2px 1px #101010;
	}
}


.card_meaning h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size:1.7em;
	color:inherit;
	text-align: center;
	margin: 0.5em 0 0.5em 0;
	text-align: left;
	color:#b91d28;
}

.card_meaning h3.month_result {
	color: #2a8d69;
}

ul {
	padding:0;
	list-style-position: inside;
}

.card_meaning p, ul {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	width: 100%;
}

#selected_cards {
	width:100%;
	margin: 5% auto 0 auto;
	position: relative;
	left:1%;
    z-index: 0;
    border: 1px solid rgba(255,255,255,0);
    box-sizing: border-box;
    
    padding-bottom: 3em;
}

@media all and (orientation: portrait) {
	#selected_cards {
		padding-bottom: 1em;
		margin-top: 0;
		min-height: 300px;
	}
}

@media all and (orientation: landscape) and (min-width: 890px) {
	#selected_cards {
		padding-bottom: 4em;
	}
}

#cards_deck {
	width: 21%;
	margin: 2% auto 2% auto;
	position: relative;
}

#card_fake {
	position: relative;
	visibility: hidden;
}

#cards_deck img {
	width: 100%;
}


@media all and (orientation: landscape) {
	#selected_cards {
		margin: 0;
		width: 80%;
		float: left;
	}

	.card {
		width: 15%;
		margin: 2% 0 0 2%;
		position: relative;
		z-index: 0;
	}

	.card_month {
		width: 100%;
		margin: 0;
		position: relative;
		z-index: 0;
	}
   
	#cards_deck {
		float: right;
		width: 15%;
		margin: 10% 2% 0 0;
	}

	.selected_holder {   
		text-align: center;
		position: relative;
		width: 15%;   
		float: left;
		margin: 0 0 2% 3.5%;
	}

	div.monthly_cards .selected_holder {
		margin-left:1.4%;
	}

	.line2 {
		margin: 2% 0 0 10%;
	}

	.cardback {
		width: 80%;
		height: 76%;
	}
   
	#cards_deck img.cardback {
		width:80%;
	}
}

@media all and (orientation: landscape) and (min-width:890px) {
	.card {
		width: 12%;
		margin-left:6%;
	}
   
	#cards_deck {
		width: 12%;
	}

	.selected_holder {
		width: 12%;
	}

	.line2 {
		margin-left:15%;
	}

	div.monthly_cards .selected_holder {
		margin-left:4%;
	}
}


@media all and (orientation: landscape) and (min-width:890px) {
	#selected_cards {
		margin:0 auto 0 auto;
		float: none;
        width: 90%;
	}


}

#footer {	
	position: relative;
	z-index: 0;
	margin-top: 0px;
	color:#5da788;
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.7em;
	box-sizing: border-box;
	background: 
	linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0.65)),
	linear-gradient(#196254, #196254),
	linear-gradient(#0f252b, #0f252b);
	background-size: 100% 80px, 100% 8px, 100% 100%;
	background-repeat: no-repeat;
	background-position: top left, top 80px left, top 88px left;
	padding-top: 100px;
}


#footer > #rest {
}



#footer p {
	font-size:0.9em;
	line-height: 1.2em;
	margin-top: 0px;
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	padding:2em 1em 1em 1em;
	color:inherit;
	-webkit-margin-after: 0;
	margin-bottom: 0;
}

#footer a {
	color:inherit;
	font-size: 1.2em;
	line-height: 1.6em
}

.error {
	position: absolute;
	top: 30%;
	left: 18%;
	width: 64%;
	margin: 0;
	border: 2px solid red;
	font-size: 1.2em;
	font-weight: bold;
	color: maroon;
	padding: 0;
	height: 3em;
	line-height: 3em;
	background: white;
	display: none;
}


.imgframe {
	display: inline-block;
	background-color: transparent;
	border: 0;
	/*2px solid #981518;*/
	border-radius: 5px;
	box-sizing: border-box;
	padding:5px;
}

.imgframe img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.center {
	text-align: center;
}

.aboutus_list {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 0 auto;
}

.privacy_list {
	color:inherit;
	box-sizing: border-box;
	width: 95%;
}

.privacy_list p {
	width: 100%;
	margin-top: 0;
	font-weight: normal;
}

.privacy_list li {
	font-weight: bold;
	line-height: 1.4em;
}

p.first {
	margin-top: 2em;
}

#user_hint {
   display: none;
}

#error_hint {
   visibility: hidden;
   color: red;
   font-weight: bold;
}

#payform {
	display: none;
	position: relative;
}

#payready {
	display: none;
	position: relative;
}

#process_hint {
		opacity: 0;
}


.title_holder {
	margin: 2em auto 1% auto;
	min-height: 1.5em;
}

.title_holder h3 {
	margin-top:0;
	padding-top:0;
	margin-bottom: 0;
	font-size: 1.6em;
}

@media all and (orientation: landscape) {

	.title_holder {
		margin-top:0;
		margin-bottom: 0;
	}

	.title_holder h3 {
		margin-bottom: 0;
		margin-top:1em;
		font-size: 1.7em;
	}
}

@media all and (orientation: landscape) and (min-width: 890px) {
	.title_holder {
		margin-top:1em;
		margin-bottom: 0;
		min-height: 1.2em;
		text-align: center;
	}

	.title_holder h3 {
		display: inline-block;
		font-size: 1.8em;
		background-image: url(../img2024/title_decor_L.png), url(../img2024/title_decor_R.png);
		background-position: left top, right top;
		background-repeat: no-repeat;
		padding:15px 87px 15px 87px;
		box-sizing: border-box;
		background-size:77px 63px, 77px 63px;
		min-height: 73px;
		width: auto;
		margin-top:0;
	}
}

#sms_wait_div {
	padding-top: 1.5em;
	display: none;
	line-height:1.5em;
}

#sms_wait_div img {
	top:0;
	width:15px;
	height:15px;
}

#code_button {
	margin-top:1em;
}

#msg_text {
	white-space: nowrap;
}

.front {
	z-index: 10;
}

#cards_desk {
   min-height: 180px;
   margin: 10px auto 0 auto;
   position: relative;
   z-index: 2;
   width:92.5%;
}

.carddesk {
	width: 12%;
    height: 80%;
    margin: 0 0 0 1%;
	background: transparent;
	border:0;
	border-radius: 7%;
	position: absolute;
    cursor: pointer;    
}

.textcenter {
	text-align: center;
}

.textcenter img {
	max-width: 80%;
}
.desktoponly,.desktoponlylink {display: none;}

.mobileonly {display: block;}

@media all and (orientation: landscape) and (min-width:890px) {
    .desktoponlylink { display: inline-block !important; }
    .mobileonly { display: none !important; }
    .desktoponly { display: block !important; }
    
}

#codeerror {
    width: 60%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1em;
    border: 2px solid red;
    border-radius: 5px;
    z-index: 10;
    position: absolute;
    left:20%;
    font-weight: bold;
    display: none;
}

input.loading {
    background-image: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 93% 50%;
}

.prev {
	text-align: center;
}

.prev label {
	width: 100%;
	display: inline-block;
}

.prev input {
	width: 40%;
	display: block;

}

.prev input::-webkit-input-placeholder {
   color: rgba(125,69,47,0.6);
}
.prev input:-moz-placeholder { /* Firefox 18- */
   color: rgba(125,69,47,0.6);
}
.prev input::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(125,69,47,0.6);
}
.prev input:-ms-input-placeholder {  
   color: rgba(125,69,47,0.6);
}

#preverror {
    width: 60%;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1em;
    border: 2px solid #ff0000;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 auto -2em auto;
    color: #ff0000;    
    background-color: #ffffff;
    visibility: hidden;
	z-index: 5;
    position: relative;
}


div.ad {
	text-align: center;
	display: block;
	margin: 9em auto 9em auto;
	font-size:0.7em;
	line-height: 1.2em;
	clear: both;
	margin-bottom:9em;
}

div.ad > div {
	margin: 0 auto 0 auto;
}

div.ad_wrapper {
	margin-top:3em;
}

@media all and (orientation: portrait) and (max-width: 350px) {

	div.ad_wrapper {
		position: relative;
		left:-15px;
		max-width: 270px;
	}
}

#dateval {
	cursor: pointer;
}

.month {
	margin: auto;
	visibility: hidden;
	opacity: 1;
	color: #b91d28;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	font-style: italic;  
	font-weight: bold;  
}


.month_result {
   	
}

.res_holder {
   text-align: center;
}

#lenormand_pic {
	border-radius: 25px;
	width: 100%;
}

.cshadow {
	box-shadow: 0 0 2px 1px #505050;
}

.page {
	width:95%;
	max-width:950px;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
	border-radius: 30px;
	position: relative;
	outline: 3px dotted #efe4d5;
	padding:5px;
	box-shadow: 0px 0px 15px 2px #000;
	background-color: #dfead8;
	margin: 30px auto 0 auto;
}

.page .border {
	border-radius: 30px;
	border: 3px dotted #eaa341;
	min-height: 600px;
}

#view_month, #view_quest {
	margin-bottom: 2em;
}

@media all and (orientation: landscape) and (min-width: 890px) {

	.page {
		margin-top: 100px;
		border-radius: 50px;
		outline: 4px dotted #efe4d5;
	}

	.page .border {
		border-radius: 50px;
		border: 4px dotted #eaa341;
	}

	#view_month {
		margin-bottom:3em;
	}
}

#result {
	clear:both;
	position: relative;
	z-index: 30;
}

@media all and (orientation: portrait) {   

   #cards_deck.mobileonly > .active {      
      display: none;
   }
   
   #dummy {
      position: relative;
      visibility: hidden;      
   }
   
   #dummy.line_0 {
      top: -220px;
   }
   
   #dummy.line_1,
   #dummy.line_2 {
      top: -110px;
   }
   
   #dummy.line_3 {
      top: 0px;
   }

#dummy.line_2.monthly {
	top:-60px;
}

#dummy.line_3.monthly {
	top:-50px;
}

}

a.helplink {
	font-size: 1em !important;
	line-height: 1em !important;
}


#start_button {
	margin-top:1em;
}

@media all and (orientation: portrait) and (max-width: 320px) {
	#start_button_star_decor {
		background: transparent;
		padding-top: 0;
	}
}

ul.start_bullets {
	list-style-type: none;
	width: 100%;
	margin:0 auto 0.5em auto;
}

ul.start_bullets li {
	margin-top:0.5em;
	line-height: 1.1em;
	font-style: italic;
	text-align: center;
}

@media all and (orientation: portrait) and (max-width: 320px) {
	ul.start_bullets li:nth-child(2) {
		display: none;
	}
}