	body {background: #fff; overflow-x: hidden; font-family: 'sofiaregular', sans-serif;}
	body.showOverlay {overflow: hidden;}
	footer + div, script + div, .overlay + div { right: -100% !important; }

	.h100 {height: 100%;}
	.desktop {display: block !important;}
	.mobile {display: none !important;}
	.l {float: left;}
	.r {float: right;}

	::-webkit-scrollbar {
	    display: none;
	}
	::-moz-scrollbar {
		display: none;
	}

	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	input:-webkit-autofill:active {
	    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
		-webkit-transition-delay: 9999s;
	}

	::-webkit-input-placeholder {
	   color: #211915;
	   opacity: 1;
	   -webkit-transition: .3s;
	      -moz-transition: .3s;
	       -ms-transition: .3s;
	        -o-transition: .3s;
	           transition: .3s;
	}

	:-moz-placeholder { /* Firefox 18- */
	   color: #211915;
	   opacity: 1;
	   -webkit-transition: .3s;
	      -moz-transition: .3s;
	       -ms-transition: .3s;
	        -o-transition: .3s;
	           transition: .3s; 
	}

	::-moz-placeholder {  /* Firefox 19+ */
	   color: #211915;
	   opacity: 1; 
	   -webkit-transition: .3s;
	      -moz-transition: .3s;
	       -ms-transition: .3s;
	        -o-transition: .3s;
	           transition: .3s; 
	}

	:-ms-input-placeholder {  
	   color: #211915; 
	   opacity: 1; 
	   -webkit-transition: .3s;
	      -moz-transition: .3s;
	       -ms-transition: .3s;
	        -o-transition: .3s;
	           transition: .3s;
	}

	.error::-webkit-input-placeholder {
	   color: #CC4138;
	   opacity: 1;
	}

	.error:-moz-placeholder { /* Firefox 18- */
	   color: #CC4138;
	   opacity: 1;  
	}

	.error::-moz-placeholder {  /* Firefox 19+ */
	   color: #CC4138;
	   opacity: 1;  
	}

	.error:-ms-input-placeholder {  
	   color: #CC4138; 
	   opacity: 1; 
	}


/*	--------------------------------------------------
	Global & shapes
	-------------------------------------------------- */
	section {position: relative;}
	.background	{
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.clear {clear: both;}
	.chevron-up {
		width: 24px;
		height: 14px;
		display: block;
		margin: auto;
		position: relative;
		left: -1px;
	}
	.chevron-up span {
		height: 1px;
		width: 10px;
		background: #000;
		display: block;
		position: absolute;
		top: 6px;
	}
	.chevron-up span:first-child {
		left: 4px;
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.chevron-up span:last-child {
		right: 3px;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.chevron-down {
		width: 24px;
		height: 14px;
		display: block;
		margin: auto;
		position: relative;
		left: -1px;
	}
	.chevron-down span {
		height: 1px;
		width: 10px;
		background: #000;
		display: block;
		position: absolute;
		top: 6px;
	}
	.chevron-down span:first-child {
		left: 4px;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.chevron-down span:last-child {
		right: 3px;
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

/*	--------------------------------------------------
	Header
	-------------------------------------------------- */
    header {
    	padding: 0px 0px 110px;
    	position: relative;
    }
    .logo {
    	z-index: 3;
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin: auto;
    	text-align: center;
    	width: 100px;
    }
    .logo img {
    	width: 100%;
    }
    header .headTitle {
    	margin-top: 130px;
    }
    .headTitle {
    	text-align: center;
    	margin-top: 0px;
    	z-index: 2;
    	position: relative;
    }
    .headTitle h1 {
    	font-weight: 600;
    	font-size: 230.7%;
    	color: #1A3B21;
    	font-family: 'sofiabold', sans-serif;
    }
    .streaming {
    	text-align: center;
    	margin: 0 auto;
    	z-index: 2;
    	position: relative;
    	width: 100.5%;
    	height: 56.4vw;
    	pointer-events: none;
    }
    .endFrame {
    	position: relative;
    	z-index: 2;
    	height: 50.5vw;
    	background: -moz-linear-gradient(left, rgba(247,234,200,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(247,234,200,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(247,234,200,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7EAC8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }
    .endFrame .left,
    .endFrame .right {
    	width: 50%;
    	height: 100%;
    	float: left;
    	position: relative;
    }
    .endFrame .right .content {
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin: auto;
    	top: 50%;
    	padding-left: 30px;
    	-webkit-transform: translateY(-50%);
    	   -moz-transform: translateY(-50%);
    	    -ms-transform: translateY(-50%);
    	     -o-transform: translateY(-50%);
    	        transform: translateY(-50%);
    }
    .endFrame .season {
    	font-family: 'sofiabold', sans-serif;
    	color: #F53C3C;
    	font-size: 384.6%;
    	margin-bottom: 30px;
    	max-width: 400px;
    }
    .endFrame .getYours {
    	font-family: 'sofiabold', sans-serif;
    	color: #00914C;
    	font-size: 423%;
    	margin-bottom: 50px;
    }
    .endFrame .order {
    	font-family: 'sofiabold', sans-serif;
    	color: #FFF;
    	font-size: 184.6%;
    	width: 260px;
    	height: 60px;
    	line-height: 56px;
    	display: block;
    	background: #00914C;
    	text-align: center;
    	-webkit-border-radius: 35px;
    	        border-radius: 35px;
    }
    .hourVideo {
    	position: absolute;
    	bottom: 30px;
    	left: 42px;
    	text-align: left;
    }
    .hourVideo p {
    	font-size: 169.2%;
    	color: #000;
    	font-family: 'sofiaregular', sans-serif;
    }
    .hourVideo b {
    	color: #000;
    	font-size: 230.7%;
    	font-family: 'sofiabold', sans-serif;
    }
    .hourVideo b span {
    	font-size: 46.6%;
    }
    h3 {
    	color: #1A3B21;
    	font-size: 169.2%;
    	max-width: 450px;
    	margin: auto;
    	text-align: center;
    	margin-top: 90px;
    	line-height: 32px;
    	z-index: 2;
    	position: relative;
    	font-family: 'sofiaregular', sans-serif;
    	letter-spacing: 1px;
    }
    header h3 {
    	max-width: 700px;
    	margin-top: 40px;
    }
    header hr {
    	max-width: 720px;
    	border-color: #DDD;
    	border-bottom: 0;
    	margin: 150px auto 0;
    }

/*	--------------------------------------------------
	Tweets
	-------------------------------------------------- */
	section.tweets {
		padding: 10px 0;
	}
	.sectionTitle {
		font-size: 307.7%;
		color: #1A3B21;
		font-weight: 600;
		text-align: center;
		z-index: 2;
		position: relative;
		line-height: 50px;
		font-family: 'sofiabold', sans-serif;
	}
	.gradient {
		position: relative;
	}
	.gradient:before,
	.gradient:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 250px;
		top: 0;
		z-index: 3;
	}
	.gradient:before {
		left: 0;
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	}
	.gradient:after {
		right: 0;
		background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
	.tweetsContainer {
		margin-top: 120px;
		-webkit-overflow-scrolling: touch;
	    -ms-overflow-x: scroll;
	        overflow-x: scroll;
	    -ms-overflow-y: hidden;
	        overflow-y: hidden;
	    white-space: nowrap;
	    z-index: 2;
	    position: relative;
	    padding-left: 60px;
	}
	.group {
		display: inline-block;
	}
	.tweet {
		width: 440px;
		border: 1px solid #667785;
		background: #fff;
		margin: 50px 19px 0 19px;
		padding: 26px 30px;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}
	.tweet:first-child {
		margin-top: 0;
	}
	.tweet .primary {
		font-size: 107.7%;
		color: #000;
		white-space: normal;
	}
	.tweet .primary a {
		color: #24ACFF;
	}
	.tweet .secondary {
		font-size: 107.7%;
		color: #667785;
		white-space: normal;
	}
	.tweetHeader {
		margin-bottom: 20px;
	}
	.tweetHeader img {
		margin-right: 6px;
		-webkit-border-radius: 18px;
		        border-radius: 18px;
	}
	.tweetHeader .primary {
		padding-top: 3px;
	}
	.tweetBody .primary {
		font-size: 138.4%;
		line-height: 21px;
	}
	.tweetBody .secondary {
		font-size: 92.3%;
		margin-top: 10px;
	}
	.tweetOptions {
		margin-top: 5px;
	}
	.tweetOptions a {
		display: inline-block;
		width: 28px;
		height: 28px;
		margin-right: 28px;
		background-repeat: no-repeat;
	}
	.tweetOptions .retweet {
		background-position: -55px 0;
	}
	.tweetOptions .like {
		background-position: -110px 0;
	}
	.tweetOptions .stats {
		background-position: -165px 0;
	}

/*	--------------------------------------------------
	Prediction
	-------------------------------------------------- */
	section.prediction {
		background: #F4F1DD;
		padding: 75px 0 115px;
		margin-top: 240px;
	}
	section.prediction h3 {
		margin-top: 0;
		max-width: 500px;
	}
	.datepicker {
		background: #fff;
		padding: 45px 115px;
		max-width: 720px;
		margin: 60px auto 0;
		z-index: 2;
		position: relative;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}
	.datepicker .columnPicker {
		float: left;
		width: 20%;
		text-align: center;
	}
	.columnPicker p {
		background: #D6DBC7;
		width: 83px;
		height: 35px;
		line-height: 35px;
		color: #000;
		font-size: 107.7%;
		font-weight: 600;
		margin: 0 auto 30px;
		font-family: 'sofiablack', sans-serif;
		-webkit-border-radius: 5px;
		        border-radius: 5px;
	}
	.sharePrediction {
		max-width: 348px;
		height: 48px;
		line-height: 38px;
		background: #00914C;
		border: 2px solid #00914C;
		color: #fff;
		display: block;
		margin: auto;
		text-align: center;
		font-size: 184.6%;
		margin-top: 45px;
		font-family: 'sofiaregular', sans-serif;
		-webkit-transition: .4s;
		   -moz-transition: .4s;
		    -ms-transition: .4s;
		     -o-transition: .4s;
		        transition: .4s;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}
	.sharePrediction:hover {
		background: transparent;
		color: #00914C;
	}
	.sharePrediction img {
		height: 100%;
		display: none;
	}
	.sharePrediction.loading span {
		display: none;
	}
	.sharePrediction.loading img {
		display: inline;
	}
	.timeOver {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, .8);
		z-index: 2;
	}
	.timeOver .content {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 50%;
		width: 376px;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.timeOver .content img {
		width: 110px;
		display: block;
		margin: auto;
		margin-bottom: 30px;
		-webkit-transform: rotateY(180deg);
		   -moz-transform: rotateY(180deg);
		    -ms-transform: rotateY(180deg);
		     -o-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}
	.timeOver .content b {
		font-family: 'sofiabold', sans-serif;
		font-size: 307.7%;
		color: #000;
	}
	.timeOver .content p {
		font-size: 169.2%;
		color: #000;
		letter-spacing: 1px;
		margin-top: 30px;
		padding-bottom: 15px;
	}

/*	--------------------------------------------------
	Story
	-------------------------------------------------- */
	section.story {
		padding-top: 140px;
	}
	section.story h3 {
		max-width: 530px;
	}
	.imageGrid {
		max-width: 906px;
		margin: 130px auto 0;
		z-index: 2;
		position: relative;
	}
	.imageGrid img {
		margin-bottom: 16px;
		max-width: 100%;
		-webkit-border-radius: 5px;
		        border-radius: 5px;
	}
	.leftImages {
		float: left;
		width: 64%;
		text-align: left;
	}
	.rightImages {
		float: right;
		width: 36%;
		text-align: right;
	}
	.rightImages .desktop {
		float: right;
		margin-bottom: 10px;
	}
	.leftImages .l {
		padding-right: 8px;
	}
	.leftImages .r {
		padding-left: 8px;
	}
	.leftImages .r .desktop {
		float: right;
	}

/*	--------------------------------------------------
	Footer
	-------------------------------------------------- */
	footer {
		padding-top: 160px;
		clear: both;
		text-align: center;
	}
	footer img {
		width: 100%;
	}

	/* OVERLAY */
	.overlay {
		background-color: rgba(0,0,0,.75);
		position: fixed;
		top: -100%;
		left: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		z-index: 9;
		-webkit-transition: .5s;
		   -moz-transition: .5s;
		    -ms-transition: .5s;
		     -o-transition: .5s;
		        transition: .5s;
	}
	.successOverlay #successOverlay,
	.usedOverlay #usedOverlay {
		opacity: 1;
		top: 0;
	}
	.success {
		width: 536px;
		height: 378px;
		background: #FFF;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 50%;
		padding: 50px 125px;
		text-align: center;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}
	.success img {
		display: block;
		margin: auto;
		width: 85px;
	}
	.success b {
		font-size: 307.7%;
		color: #1A3B21;
		margin-top: 20px;
		display: block;
		line-height: 45px;
	}
	.success p {
		color: #1A3B21;
		font-size: 169.2%;
		margin-top: 30px;
		letter-spacing: 1px;
	}
	.success p span {
		font-weight: 600;
	}
	.closeOverlay {
		position: absolute;
		top: 15px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.closeOverlay span {
		width: 25px;
		height: 2px;
		background: #707070;
		display: block;
		position: absolute;
		top: 9px;
		left: -2px;
	}
	.closeOverlay span:first-child {
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.closeOverlay span:last-child {
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

/*	--------------------------------------------------
	Footer
	-------------------------------------------------- */
	.loading {
		background: -moz-linear-gradient(left, rgba(247,228,159,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(247,228,159,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(247,228,159,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE49F', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.loadingImage {
		background-image: url(../img/backLoading.png);
		background-repeat: repeat;
		background-position: center;
		width: 110%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -5%;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}
	.loadingContent {
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);	
	}
	.loadingContent img {
		width: 164px;
		display: block;
		margin: 0 auto 30px;
		position: relative;
		left: -10px;
		-webkit-animation: pulse 1.5s infinite;
		   -moz-animation: pulse 1.5s infinite;
		     -o-animation: pulse 1.5s infinite;
		        animation: pulse 1.5s infinite;
	}
	.loadingContent b {
		font-size: 384.6%;
		font-family: 'sofiabold', sans-serif;
		color: #1A3B21;
	}
	@keyframes pulse {
		from {
			-webkit-transform: scale(1.1);
			   -moz-transform: scale(1.1);
			    -ms-transform: scale(1.1);
			     -o-transform: scale(1.1);
			        transform: scale(1.1);
		}
		50% {
			-webkit-transform: scale(.9);
			   -moz-transform: scale(.9);
			    -ms-transform: scale(.9);
			     -o-transform: scale(.9);
			        transform: scale(.9);
		}
		to {
			-webkit-transform: scale(1.1);
			   -moz-transform: scale(1.1);
			    -ms-transform: scale(1.1);
			     -o-transform: scale(1.1);
			        transform: scale(1.1);
		}
	}

/* MEDIA QUERIES */
@media (min-width: 769px) and (max-width: 900px) {
	.leftImages {
		padding-right: 8px;
	}
	.rightImages {
		padding-left: 8px;
	}
}
@media (max-width: 768px) {
	.desktop {display: none !important;}
	.mobile {display: block !important;}
	.background {
		z-index: 1;
		-webkit-background-size: contain !important;
		     -o-background-size: contain !important;
		        background-size: contain !important;
	}
	.loadingContent b {
		font-size: 230%;
	}
	.loadingImage {
		background-position: left;
		width: 120%;
		left: -25%;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.loadingImage + .loadingImage {
		background-position: right;
		left: initial;
		right: -25%;
	}

	/* HEADER */
	header {
		padding-bottom: 65px;
	}
	header .headTitle {
		margin-top: 65px;
	}
	.logo {
		background: #687718;
		position: relative;
	}
	.logo.end {
		background: transparent;
		position: absolute;
	}
	.logo img {
		width: 100px;
	}
	.endFrame {
		height: auto;
		padding-top: 60px;
	}
	.endFrame .left,
	.endFrame .right {
		float: none;
		width: 100%;
	}
	.endFrame .right {
		position: absolute;
		height: auto;
		bottom: 0;
		padding: 30px;
	}
	.endFrame .season {
		width: 260px;
		margin-bottom: 20px;
	}
	.endFrame .getYours {
		margin-bottom: 0;
	}
	.endFrame .season,
	.endFrame .getYours {
		font-size: 246.1%;
	}
	.endFrame .order {
		width: 100%;
		margin-top: 20px;
	}
	.headTitle {
		margin-top: 26px;
	}
	.headTitle h1 {
		font-size: 230.7%;
	}
	.dateHour {
		color: #1A3B21;
		text-align: center;
		margin-top: 52px;
		z-index: 2;
		position: relative;
	}
	.dateHour .date {
		font-size: 138.4%;
		margin-bottom: 10px;
	}
	.dateHour .hour {
		font-size: 384.6%;
	}
	h3 {
		margin-top: 50px;
		font-size: 138.4%;
		padding: 0 40px;
		letter-spacing: 0;
	}
	header hr {
		display: none;
	}

	/* TWEETS */
	section.tweets .sectionTitle {
		display: none;
	}
	.sectionTitle {
		font-size: 276.9%;
		line-height: 46px;
	}
	.gradient:before,
	.gradient:after {
		display: none;
	}
	.tweetsContainer {
		margin-top: 0;
		padding-left: 0;
	}
	.tweet {
		display: inline-block;
		width: 90vw;
	}
	.timeOver .content img {
		width: 74px;
	}
	.timeOver .content b {
		font-size: 230.7%;
	}
	.timeOver .content {
		padding: 0 40px;
	}

	/* PREDICTION */
	section.prediction {
		padding: 62px 14px 94px;
		margin-top: 120px;
	}
	.datepicker {
		padding: 22px;
	}
	.columnPicker a {
		display: none;
	}
	.columnPicker p {
		font-size: 92.3%;
		width: 54px;
	}

	/* STORY */
	section.story {
		padding-top: 74px;
	}
	section.story h3 {
		margin-top: 80px;
	}
	.imageGrid {
		margin-top: 56px;
		padding: 0 20px;
	}
	.imageGrid img {
		margin-bottom: 8px;
		width: 100%;
	}
	.leftImages {
		padding-right: 3px;
		width: 65%;
	}
	.rightImages {
		padding-left: 3px;
		width: 35%;
	}
	.rightImages img {
		margin-bottom: 6px;
	}
	.leftImages .r {
		padding-left: 3px;
		width: 46% !important;
	}
	.leftImages .l {
		padding-right: 3px;
		width: 54% !important;
	}
	.leftImages .l img {
		margin-bottom: 11px;
	}

	/* FOOTER */
	footer {
		padding-top: 105px;
	}

	/* OVERLAY */
	.success {
		width: 90%;
		height: auto;
		padding: 30px;
	}
	.success p {
		margin-top: 20px;
	}
}