body.stores {
	background: #f2f2f2;
}

.stores p.subtitle .button {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 2em;
	vertical-align: middle;
	margin-left:10px;
}
.stores .stores-wrap {
		background:#ffffff;
		border: 1px solid #E7E7E7;
	}
.stores .stores-wrap table {
	margin-bottom:382px;
	border-collapse:collapse;
	width:100%;
}

.stores .stores-wrap table td {
	width:50%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border-bottom: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	-webkit-text-size-adjust: 100%;
}
.stores .stores-wrap table td:nth-child(2) {
	border-right:none;
}
.stores .stores-wrap table tr:last-child td {
	border-bottom:none;
}
.offer-curtain {
	background:#ffffff;
	border: 1px solid #E7E7E7;
	height: 485px;
	left: 50%;
	margin: -402px 0 0 -395px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	-webkit-transform: translateZ(0);
	-webkit-transition: width .5s;
	transition: width .5s;
	width: 788px;
	z-index: 1;
}
.app-icons {
	margin: 0 auto;
	width: 264px;
}
.stores .button,
.stores .seperator {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1em auto;
	max-width: 381px;
}

.stores .app-icons {
	margin: 0 auto;
	width: 264px;
}

.offer-curtain .inner {
	margin-left: 0;
	margin-top:80px;
	-webkit-transition: opacity .5s, margin-left 0 0;
	transition: opacity .5s, margin-left 0 0;
}

.signup-buttons {
    max-width: 318px !important;
    margin: 1em auto !important;
}

@media (max-width: 768px) {
	.main .footer-push {
		height: 220px !important;
	}
	.offer-curtain {
		width: 100% !important;
	}
	.offer-curtain .inner {
		margin-top:80px;
	}
	.stores p.subtitle .button {
		display: none;
	}
	.stores .main .container {
		padding: 0;
	}
	.stores .stores-wrap {
		border:none;
		margin-bottom:281px;
		width:100%;
	}
	.stores .stores-wrap table {
		border-collapse:collapse;
		border: none;
		border-top: 1px solid #E7E7E7;
		margin-bottom:140px;
		width:100%;
	}
	.stores .stores-wrap table td {
		width:100%;
		text-align:center;
		display:block;
		border-bottom: 1px solid #E7E7E7;
		border-right:none !important;
		border-left:none !important;
		padding-right:0 !important;
		padding-left:0 !important;
	}
	.stores .stores-wrap table tr:last-child td {
		border-bottom: 1px solid #E7E7E7;;
	}
	.stores .stores-wrap table tr:last-child td:nth-child(2) {
		border: none;
	}
	.start-saving-cta {
		background-color: #2d95d3;
		background-image: url(/shared/assets/img/arrows/small-white-down.min.svgz);
		background-position: center 42px;
		background-repeat: no-repeat;
		bottom: 0;
		color: white;
		display: inline-block;
		font-size: 18px;
		height: 60px;
		position: fixed;
		text-align: center;
		transition: opacity .5s;
		-webkit-transition: opacity .5s;
		width: 100%;
		z-index: 2;
	}
	.no-svg .start-saving-cta {
		background-image: url(/shared/assets/img/arrows/small-white-down.png);
	}
	.start-saving-cta.hide {
		opacity: 0;
	}
	.stores .main .container {
		padding: 0;
	}
	.stores .offer-wrap {
		border-width: 1px 0;
	}
	.stores .offer-curtain {
		height: 300px;
		left: 0;
		margin: -301px 0 0 -2px;
	}
	.offer-curtain .seperator {
		margin-top: 20px;
		width: 262px;
	}
	.start-saving-cta {
		background-color: #2d95d3;
		background-image: url(/shared/assets/img/arrows/small-white-down.min.svgz);
		background-position: center 42px;
		background-repeat: no-repeat;
		bottom: 0;
		color: white;
		display: inline-block;
		font-size: 18px;
		height: 60px;
		position: fixed;
		text-align: center;
		transition: opacity .5s;
		-webkit-transition: opacity .5s;
		width: 100%;
		z-index: 2;
	}
	.no-svg .start-saving-cta {
		background-image: url(/shared/assets/img/arrows/small-white-down.png);
	}
	.start-saving-cta.hide {
		opacity: 0;
	}
}

