#countDownSection, .flexRow{
    max-width: 550px;
    margin: auto;
}
#countDownSection{
	margin: 100px auto;
}
#binIt img{
	width:120px;
}

#likeMe img, #notLikeMe img{
    width: 100px;
}
#likeMe:hover, #notLikeMe:hover, #binIt:hover{
	cursor:pointer;
}
#showTarget{
	width:450px;
	height:338px;
	margin:10px 0;
	position: static;
}
#showTarget img{
	border-radius: 8px;
	border:1px solid #555555;
	width:100%;
}
#showTarget h3{
	position:relative;
	top:100px;
	font-size:1.8rem;
}
.results{
	flex-direction: row;
}
.results h3{

}
.chartCol{
	order:0;
}
.col2{
	box-sizing: border-box;
	width:50%;
	padding:15px;
}
.col2 span{
/*	text-decoration: underline;*/
	letter-spacing: 2px;
}



