* {width: 100%; margin: 0}

main {width:100%; margin:auto;}

.pagetitle {
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	margin:1pc 0pc 1pc 0pc;}
	
.numgamhead {
	font-size: 4vw; 
	font-weight: bold;
	margin-top: 1pc;
	margin-bottom: 1pc;}
		
.racheltab {
    border: 1pt solid;
	width: 20%;
	text-align: center;
	font-size: 4vw;
	background-color: aliceblue;}
	
.numseltab {
	width: 10%;
    border: 1pt solid;
	text-align: center;
	font-size: 4vw;
	background-color: aliceblue;}

#targethead {font-size: 3vw;}
.tarseltab {
    border: 1pt solid;
	text-align: center;
	width: 10%;
	font-size: 4vw;
	background-color: aliceblue;}
	
.selectedcol {
	width: 14.25%;
	font-size: 4vw;
	text-align: center;}

#buttons {height:6vw;}
button {
	font-size: 4vw;
	width: 31%;}
#solve	{position: absolute; left: 2%;}
#toggletype {position: absolute; right: 2%;}
#clear {position: absolute; left: 34.5%;}

.resultsarea {
    font-size: 3.5vw; }
	