	body {
	font-family:helvetica neue, san-serif;
	text-align:center;
	background:#d2edf8;
}
#grid, .box {
	-webkit-user-select:none;
}
#main {
	margin:20px auto;
	width:50%;
	margin:0px 25%;
	display:table;
}
#grid {
	margin:20px auto 40px;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
	width:610px;
	height:610px;
	padding:20px;
	background:#2CB34A;
	border-radius:10px;
	font-size:20px;
	float:left;
	overflow:hidden;
	cursor:pointer;
}
#list{ color:#000;}
 @media (max-width:740px) {
}
.box.highlight {
	background:#111;
	color:#fff;
}
.box.found-red {
	background: #ea2c2c;
	background: -webkit-linear-gradient(#ea2c2c 50%, #d62222 51%);
	background: -moz-linear-gradient(#ea2c2c 50%, #d62222 51%);
	background: -o-linear-gradient(#ea2c2c 50%, #d62222 51%);
	background: linear-gradient(#ea2c2c 50%, #d62222 51%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2c2c', endColorstr='#d62222', GradientType=0 );
	color:#fff;
}
.box.found-green {
	background: #a1d54f;
	background: -webkit-linear-gradient(#a1d54f 50%, #80c217 51%);
	background: -moz-linear-gradient(#a1d54f 50%, #80c217 51%);
	background: -o-linear-gradient(#a1d54f 50%, #80c217 51%);
	background: linear-gradient(#a1d54f 50%, #80c217 51%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d54f', endColorstr='#80c217', GradientType=0 );
	color:#fff;
}
.box.found-yellow {
	background: #fff94f;
	background: -webkit-linear-gradient(#fff94f 50%, #ffe500 51%);
	background: -moz-linear-gradient(#fff94f 50%, #ffe500 51%);
	background: -o-linear-gradient(#fff94f 50%, #ffe500 51%);
	background: linear-gradient(#fff94f 50%, #ffe500 51%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff94f', endColorstr='#ffe500', GradientType=0 );
	color:#fff;
}
.box.found-blue {
	background: #71ceef;
	background: -webkit-linear-gradient(#71ceef 50%, #21b4e2 51%);
	background: -moz-linear-gradient(#71ceef 50%, #21b4e2 51%);
	background: -o-linear-gradient(#71ceef 50%, #21b4e2 51%);
	background: linear-gradient(#71ceef 50%, #21b4e2 51%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71ceef', endColorstr='#21b4e2', GradientType=0 );
	color:#fff;
}
.box.found-purple {
	background: #c928a9;
	background: -webkit-linear-gradient(#c928a9 49%, #b5177d 49%);
	background: -moz-linear-gradient(#c928a9 49%, #b5177d 49%);
	background: -o-linear-gradient(#c928a9 49%, #b5177d 49%);
	background: linear-gradient(#c928a9 49%, #b5177d 49%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c928a9', endColorstr='#b5177d', GradientType=0 );
	color:#fff;
}
#listContainer {
	margin:20px 0 0 35px;
	padding:20px;
	float:left;
	height:405px;
	width:170px;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
	background:#2CB34A;
	border-radius:10px;
}
@media (max-width:740px) {
 #listContainer {
 margin:auto;
 float:none;
 width:250px;
 height:auto;
 padding-top:5px;
}
}
#list {
	margin:auto;
	padding-left:10px;
	font-size:16px;
	text-align:left;
	list-style:none;
	display:table;
}
#list li.found {
 /*color:gray;
 text-decoration:line-through;*/
}
#restart {
	margin:20px auto 0;
	line-height:40px;
	background:rgba(0, 0, 0, 0.1);
	border-radius:5px;
	cursor:pointer;
	display:none;
	width: 80%;
}
button, input, optgroup, select, textarea{ margin-right:8px;}
 @media (max-width:1920px) {
#main {
    margin: 0 20%;
    width: 62%;
}
#listContainer{ width:190px; height:500px;}
}

 @media (max-width:1600px) {
#main {
    margin: 0 20%;
    width: 63%;
}
#listContainer{ width:200px; height:610px;}
}

 @media (max-width:1550px) {
 #main {
    margin: 0 16%;
    width: 75%;
}
}
 @media (max-width:1400px) {

#main {
    margin: 0 2%;
    width: 95%;
}
#listContainer{ width:260px;}
}

 @media (max-width:1110px) {
 #main {
 width:76%;
 margin:0px 12%;
}
}

 @media (max-width:1024px) {

#main {
    margin: 0 1%;
    width: 98%;
}
#listContainer{ width:195px;}
#restart{ width:70%;}
}

 @media (max-width:980px) {
	 #grid { width: 605px;}
	#listContainer{ width:145px;}
	#list {
    font-size: 19px;}
}


 @media (max-width:880px) {
 .box {
 width:30px;
 height:30px;
 line-height:30px;
}
 #listContainer {
 float: left;
 margin: 21px auto auto 10px;
 padding-top: 5px;
 width: 145px;
 height: 625px;
}
#grid { width: 610px;}
 #list {
 font-size:19px;
}
 #list li {
width:100%;
 line-height:21px;
}
}

 @media (max-width:860px) {
#main {
    margin: 0 2%;
    width: 96%;
}
#grid {
    border-radius: 5px;
    float: none;
    font-size: 18px;
    height: 615px;
    margin-bottom: 20px;
    padding: 5px;
    width: 605px;
}	
 #listContainer {
 float: none;
 margin: 0px auto;
 padding-top: 5px;
 width: 560px;
 height:340px;
 margin-bottom:20px;
}
 #list li {
width:50%;
float:left;
}
#restart{ width:28%;}	

}

 @media (max-width:800px) {
#grid {
    border-radius: 5px;
    float: none;
    font-size: 16px;
    height: 610px;
    margin-bottom: 20px;
    padding: 5px;
    width: 605px;
}	
 #listContainer {
 float: none;
 margin: 0px auto;
 padding-top: 5px;
 width: 570px;
 height:350px;
 margin-bottom:20px;
}
 #list li {
width:50%;
float:left;
}
#restart{ width:28%;}	
}


.box {
	margin:3px;
	width:49px;
	height:45px;
	line-height:45px;
	text-align:center;
	background:#fff;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	float:left;
}
@media (max-width:700px) {
#grid {
    height: 480px;
    width: 442px;
}	

.box {
    height: 34px;
    line-height: 34px;
    width: 34px;
}
#listContainer {

 width: 410px;
 height:345px;
}
#restart {
    width: 50%;
}

#main {
    margin: 0 1%;
    width: 96%;
}
}

@media (max-width:600px) {

#grid {
    height: 485px;
    width: 442px;
}	

.box {
    height: 34px;
    line-height: 34px;
    width: 34px;
}
#listContainer {

 width: 410px;
 height:355px;
}
#restart {
    width: 50%;
}

#main {
    margin: 0 1%;
    width: 96%;
}
}

@media (max-width:450px) {
#grid {
    height: 335px;
    width: 300px;
}	
.box {
    height: 22px;
    line-height: 24px;
    width: 21px;
}
#listContainer {

 width: 270px;
 height:345px;
}
#list {
 font-size:18px;
 line-height:21px;
}
#restart {
    width: 50%;
}
#main {
    margin: 0 1%;
    width: 96%;
}
}




