body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 1em;
	background: #29485c;
	background-size: 100% 100%;
      -webkit-user-select: none;
}

.ui {
	width: 602px;
	margin: 0 auto;
	padding-bottom: 20px;
    padding-top: 15px;
	overflow: hidden;
}

.ui h1 {
	text-align: center;
	font-size: 3em;
	font-weight: lighter;
	padding: 20px 0 10px;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 20px #FFFFFF, 3px 3px 0px #000000;
}

.ui h1 strong {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bolder;
}

.ui p {
	float: left;
	background: white;
	border-radius: 10px;
	padding: 10px;
	margin: 5px 5px 0 0;
	font-size: 1em;
	line-height: 1;
	width: 177px;
	color: #000000;
}

.ui p#bestCombo {
	float: right;
	margin-right: 0;
}

.ui p#hs {
	float: right;
	margin-right: 0;
}

.ui p span {
	font-weight: bold;
}

.footer {
	text-align: center;
	font-size: 12px;
	color: #47B372;
	padding-bottom: 50px
}

.footer a {
	color: #0FDD60;
}

#gameOverMenu {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-user-select: none;
}

#gameOverMenu {
  visibility: hidden;
}

.messagego {
	background: #fff;
	border-radius: 15px;
	box-shadow: 3px 3px 1px rgba(0,0,0,0.25);
	position: absolute;
	top: 350px;
	left: 50%;
	height: 200px;
	width: 500px;
	padding: 30px 0;
	margin: 0 0 0 -250px;
	box-sizing: border-box;
	text-align: center;
}

.messagego ul,
.messagego li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.messagego a {
	display: block;
	font-size: 1em;
	padding: 20px;
	border: none;
	background: #ccc;
	border-radius: 10px;
	box-shadow: 3px 3px 1px rgba(0,0,0,0.15);
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	cursor: pointer;
}


.messagego .button {
	background-color: #2868C7;
}


.messagego h2 {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 2em;
	color: #ccc;
}

.message {
	background: #fff;
	border-radius: 15px;
	box-shadow: 3px 3px 1px rgba(0,0,0,0.25);
	position: absolute;
	top: 350px;
	left: 50%;
	height: 200px;
	width: 500px;
	padding: 30px 0;
	margin: 0 0 0 -250px;
	box-sizing: border-box;
	text-align: center;
	z-index: 99;
}

.message h2 {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 2em;
	color: #ccc;
}

.message ul,
.message li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.message button {
	display: block;
	font-size: 1em;
	padding: 20px;
	border: none;
	background: #ccc;
	border-radius: 10px;
	box-shadow: 3px 3px 1px rgba(0,0,0,0.15);
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	cursor: pointer;
}

.message .six {
	background-color: #25CF6B;
}



#game {
	height: 600px;
	width: 600px;
	background: rgba(255, 255, 255, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.35);

	margin: 0 auto;
	position: relative;
	border-radius: 10px
}

#game .row {
	position: absolute;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transform: scale(0.9);

	background-size: cover;
	overflow: hidden;
}

#game .row.glow {
	z-index: 99;
	box-shadow: inset 0 0 10px 10px rgba(255,255,255,1);
}

/*RED*/
#game .row.type-1 {
	background-color: #E81C36;
}

/*ORANGE*/
#game .row.type-2 {
	background-color: #FFC300;
}

/*BLUE*/
#game .row.type-3 {
	background-color: #2868C7;
}

/*green*/
#game .row.type-4 {
	background-color: #25CF6B;
}

/*PURPLE*/
#game .row.type-5 {
	background-color: #8F2BB3;
}

/*BLACK*/
#game .row.type-6 {
	background-color: #4A3E4F;
}