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:365px;
	padding:20px;
	background:#dc6d35;
	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:24px 0 0 70px;
	padding:20px;
	float:left;
	height:360px;
	width:170px;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
	background:#dc6d35;
	border-radius:10px;
}

#list li {
    color: #090909;
	font-size:18px;
	line-height:19px;
}
.box {
	margin:3px;
	width:49px;
	height:40px;
	line-height:45px;
	text-align:center;
	background:#fff;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	float:left;
}

#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:0px auto 0;
	line-height:27px;
	background:rgba(0, 0, 0, 0.1);
	border-radius:5px;
	cursor:pointer;
	display:none;
	width: 60%;
	color:#fff;
}

 @media (max-width:1920px) {
#main {
    margin: 0 20%;
    width: 62%;
}
#listContainer{ width:190px; height:360px;}
}

 @media (max-width:1600px) {
#main {
    margin: 0 20%;
    width: 63%;
}
#listContainer{ width:185px; height:365px;}
}

 @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:180px;}
#restart{ width:70%;}
}

 @media (max-width:960px) {
}

 @media (max-width:960px) {
 #main {
 width:90%;
 margin:0px 5%;
}
#grid { width: 500px;}
.box { width: 39px;}
}

 @media (max-width:880px) {
	 #grid { width: 550px;
height: 400px;}
 .box {
 width: 44px;
height: 44px;
line-height: 50px;
}
 #listContainer {
 float: left;
 margin: 21px auto auto 10px;
 padding-top: 5px;
 width: 145px;
 height: 410px;
}
 #list {
 font-size:15px;
}
 #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: 14px;
    height: 400px;
    margin-bottom: 20px;
    padding: 5px;
    width: 550px;
}	
 #listContainer {
 float: none;
 margin: 0px auto;
 padding-top: 5px;
 width: 520px;
 height:290px;
 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: 330px;
    margin-bottom: 20px;
    padding: 5px;
    width: 665px;
}	
 #listContainer {
 float: none;
 margin: 0px auto;
 padding-top: 5px;
 width: 630px;
 height:300px;
 margin-bottom:20px;
}
 #list li {
width:50%;
float:left;
font-size: 20px;
}
#restart{ width:28%;}	
.box {
    height: 35px;
    line-height: 30px;
    width: 54px;
}
}



@media (max-width:700px) {


#grid {
    height: 360px;
    width: 616px;
}	

.box {
    height: 39px;
    line-height: 38px;
    width: 50px;
}
#listContainer {

 width: 580px;
 height:315px;
}
#restart {
    width: 50%;
	margin: 40px auto 0;
}

#main {
    margin: 0 1%;
    width: 96%;
}
}

@media (max-width:600px) {

#grid {
    height: 250px;
    width: 430px;
}	

.box {
    height: 25px;
    line-height: 26px;
    width: 33px;
}
#listContainer {

 width: 395px;
 height:315px;
}
#restart {
    width: 50%;
}

#main {
    margin: 0 1%;
    width: 96%;
}
}

@media (max-width:450px) {
#grid {
    height: 200px;
    width: 297px;
}	

.box {
    height: 19px;
    line-height: 25px;
    width: 21px;
}
#listContainer {

 width: 265px;
 height:300px;
}
#list {
 font-size:12px;
 line-height:21px;
}
#restart {
    width: 50%;
}
#main {
    margin: 0 1%;
    width: 96%;
}
#list li { font-size: 18px;}
}




