section{	
	border:4px dashed #ccc;
	border-radius: 8px;
	padding: 20px;
    margin: 20px 0;
}
#countDownSection{
	text-align: center;
	border:1px solid #cdc;
	border-radius:8px;
}
#countDownSection p{
	font-size: 150%;
}
#mainTest{
	display:none;
}
.oneRow{
	margin:auto;
	text-align: center;
/*	height: 150px;*/
	display: flex;
	align-items:center;
	justify-content: center;
}
.flexRow{
	display: flex;
}
#showTarget{
	position: relative;
/*
	width:450px;
	height:338px;
	margin:10px 0;
*/
}
.txtMargin{
	margin:50% 0;
}
#showTarget img{
	border-radius: 8px;
	border:1px solid #555555;
	width:90%;
}
h3.target{
	position: absolute;
	top:25%;
	background-color: #EF9F20;
	text-align: center;
	width:100%;
	color:#fff;
	border-radius: 8px;
	padding:20px;
    box-sizing: border-box;
}
.flexCentre{
	justify-content: center;
}
.flexRow img{
	width:80%;
	height: auto;
}
.grid3{
	width:33%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 8px;
	padding:5px;
}
#likeMe{
	background-color: #9FBF3C;
	color:#fff;
}
#binIt{
	border:1px solid #78CAD7;
	margin: 0 5px;
	vertical-align:middle;
}
#notLikeMe{
	background-color: #BF1723;
	color:#fff;
}
#likeMe h3, #notLikeMe h3{
	font-size: 0.8rem;
}
#chart{
	margin:auto;
	text-align: center;
}
#chartContainer{
	margin:10px;
}
footer{
	display:none;
}
