body, html{
	min-height: 100%;
	margin:0px;
	padding: 0px;
	background: url(../img/privacy.png);
}
body{
	padding-top: 40px;
}
.block_more_info{
	max-width: 800px;

	margin: 0px auto;
	background: #fff;
	font-family: Arial;
	padding: 20px 40px 40px 40px;
	border: 1px solid #DADADA;
	line-height: 20px;
}
.block_more_info h1{
	color: #3B6A7C;
	margin-bottom: 30px;
	text-align: center;
}
.s1{
	font-style: italic;
	text-align: center;
	margin: 40px 0 0 0;
	font-weight: bold;
}

.back-to-store{
	position: fixed;
	bottom: 50px;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	padding: 1em;
	cursor:pointer;
}
a.back-to-store:hover{text-decoration:none;color:white;background-color: rgba(0, 0, 0, 0.8);}
ol li{margin-bottom:7px;padding-left:5px;}
h2{margin-top:30px;margin-bottom:30px;}
.t-and-c-text{font-weight:bold;font-style:italic;padding-left:43px;margin-bottom:30px;font-size:14px;}
.sub-h2-text{text-align:center;font-size:16px;}
@media screen and (max-width: 540px){
	.block_more_info{
		padding:0 10px;

	}
	body{
		padding-bottom:40px;
		font-size: 14px;
	}
	h2{font-size: 18px;}
	.block_more_info h1{
		font-size: 20px;
	}
}
@media(max-width: 1190px){
	.back-to-store{
		bottom:4px;
		padding: 10px;
	}
}