

html, body {
  font-size:20px;
  min-width:600px;
 /* border:1px red solid;*/
}


.content2{
	width: 85%;
	height:78%;
}

.dropHolder{
	width:80%;
}

.header{
	background-image:url(../Images/whiteBG.png);
	margin-bottom:10px;
}




/*====================*/
 .choices{
	width:150px;
	height:150px;
	border-radius:25px;
	background-repeat:no-repeat;
	background-size:100%;
	margin:10px;
	text-align:center;

}

.colors{
	width:150px;
	height:70px;
	border-radius:5px;
	background-repeat:no-repeat;
	background-size:150px;
	margin:10px;
	text-align:center;
	


}

#colorSelector{
	margin-left: -20px;
	
}

.tableHolder table{
	margin:0px auto;
	margin-left: -20x;
}

