div.prize_button.abort{
	display: none;
}
/*info pages*/
.infoPage{
	padding: 20px;
	margin: 30px auto;
	max-width: 900px;
}
.infoPage strong{
	font-weight: bold;
}
.infoPage p,
.infoPage h1,
.infoPage h2,
.infoPage h3,
.infoPage h4,
.infoPage h5,
.infoPage h6{
	margin-bottom: 15px;
}
.infoPage li{
	margin-bottom: 5px;
}
.infoPage ol{
	list-style:  decimal;
	padding-left: 15px;
}
.infoPage ul{
	list-style: initial;
	padding-left: 15px;

}
footer{
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 20px auto;
}
footer ul{
	display: flex;
	list-style: none;
}

footer ul li{
	margin-right: 10px;
}
footer a{
	color: #3c5a96;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
.wrpperCust {
	padding: 20px
    background-color: #f7f7f7;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.wrpperCust img{
	max-width: 150px;
	height: auto;
	margin:20px auto;
	display: block;
}
.wrpperCust ul{
	list-style: none;
}