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 img{
/*	position: relative;*/
	border-radius: 8px;
	border:1px solid #555555;
	width:90%;
}
.txtMargin{
	margin:50% 0;
}
.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;
}
.results{
	display: flex;
	flex-direction: column;
}
.results h3, .scoreList{
    border-radius: 8px;
    background-color: #909CC2;
    display: inline-block;
    padding: 4px 20px;
    color: #fff;
    margin: 0;
}
.chartCol{
	order:-1;
}
.col2{

}
.col2 span{
	text-decoration: underline;
	letter-spacing: 2px;
}
