html{
	width: 100%;
	display: table;
	vertical-align: middle;
}

body{
	display: table-row;
	vertical-align: middle;
	width: 100%;
	min-height: 100%;
	font-size:20px;
	color: #EB5055;
	background-color: #f6f7f8;
	text-shadow:1px 1px 0 white;
	font-family:'Source Sans Pro', sans-serif;
}

a{
	color:#F900F9;
}

a:hover{
	color:#FF86FF;	
}
	
abbr{
	cursor: help; 
	border-bottom:1px dotted;	
}

select{
	padding:10px;
	color:#424242;
	border: 1px solid #eee;
}


.container{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	position:relative;
	width:760px;
	height:100%;
	min-height:100%;
	background-color:#f6f7f8; 
	padding:15px 0 15px;
}

#social{
	float:left;
	position:absolute;
}

h1{
	font-family: "Cookie" !important;
	font-size:300%;
}
	
#header,
#calendar,
.btn{
	margin-top:40px;
}

.btn{
	font-size:20px;
}
	
#results-wrapper{
	display:none;
	width:95%;
	max-width:600px;
	min-width:400px;
	min-height:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	margin-top: 20px;
	padding-bottom: 40px;
	text-align:left;
}

#results{
	width:95%;
	max-width:600px;
	min-width:400px;
	min-height:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

.buttons{
	bottom:0;
	margin-bottom:75px;
}

#show-more-button{
	margin-top: 20px;
	padding-bottom: 0px;
	display: block;
	width: 100%;
	font-size: 20px;
}

#show-more-button:hover{
	text-decoration: none !important;
}

#links{
	text-align:center;
	width:100%;
	margin-top:25px;
	font-size:13px;
	float:right;
}

#links a{
	color: #666;
	text-decoration:underline;
}

#reload,
#share{
	display:none;
}

#userName{
	width: 100%;
}

.couple-image{
	float:left;
	vertical-align:text-top;
}

.couple-description{
	margin-left:100px;
}
.couple-info{
	padding:10px;
	}
	
.couple-days{
	color: #043D5D;
	weight:bold;
}

.btn-info{
	background-color: #449BB5 !important;
	border-bottom: 3px #3388a2 solid;
	padding:10px 50px 10px;
}

.btn-info:hover{
	background-color: #50B7D6 !important;
	border-bottom: 3px #449BB5 solid !important;
}

.privacy-policy{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}