@charset "UTF-8";
/*--------------------------------------------------------------------------------*/
body {
	font-family: 'Lekton', sans-serif;
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #333;
	background: white;
}

/*--------------------------------------------------------------------------------*/
.container {
	position: absolute;
	width: 1000px;
	height: 650px;
	left: 50%;
	top: 50%;
	margin-top: -325px;
	margin-left: -500px;
	border-radius: 10px;
	background: #c6edff;

	-moz-box-shadow: 0 0 0 2px #333;
	-webkit-box-shadow: 0 0 0 2px #333;
	box-shadow: 0 0 0 2px #333;
	overflow: hidden;
}

/*--------------------------------------------------------------------------------*/
.ship {
	position: absolute;
	background: #333;
	width: 40px;
	height: 40px;
	border-radius: 100%;

	-moz-box-shadow: 0 0 0 2px white, 0 0 0 4px #333;
	-webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #333;
	box-shadow: 0 0 0 2px white, 0 0 0 4px #333;

	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease; /* above bubbles */
	z-index: 10;
}

.shipTip {
	position: absolute;
	width: 5px;
	height: 6px;
	background: #333;
	left: 50%;
	bottom: -8px;
	margin-left: -2.5px;
	border-radius: 0 0 100% 100%;
}

.particle {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 100%;

	-moz-box-shadow: 0 0 0 2px white, 0 0 0 4px #333;
	-webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #333;
	box-shadow: 0 0 0 2px white, 0 0 0 4px #333;
}

/*--------------------------------------------------------------------------------*/
.radBottomRight {
	border-radius: 0 0 100% 0;

	-moz-box-shadow: 1px 1px 0 1px white, 2px 2px 0 2px #333;
	-webkit-box-shadow: 1px 1px 0 1px white, 2px 2px 0 2px #333;
	box-shadow: 1px 1px 0 1px white, 2px 2px 0 2px #333;
}

.radBottomLeft {
	border-radius: 0 0 0 100%;

	-moz-box-shadow: -1px 1px 0 1px white, -2px 2px 0 2px #333;
	-webkit-box-shadow: -1px 1px 0 1px white, -2px 2px 0 2px #333;
	box-shadow: -1px 1px 0 1px white, -2px 2px 0 2px #333;
}

.radTopRight {
	border-radius: 0 100% 0 0;

	-moz-box-shadow: 1px -1px 0 1px white, 2px -2px 0 2px #333;
	-webkit-box-shadow: 1px -1px 0 1px white, 2px -2px 0 2px #333;
	box-shadow: 1px -1px 0 1px white, 2px -2px 0 2px #333;
}

.radTopLeft {
	border-radius: 100% 0 0 0;

	-moz-box-shadow: -1px -1px 0 1px white, -2px -2px 0 2px #333;
	-webkit-box-shadow: -1px -1px 0 1px white, -2px -2px 0 2px #333;
	box-shadow: -1px -1px 0 1px white, -2px -2px 0 2px #333;
}

/*--------------------------------------------------------------------------------*/
.block {
	position: relative;
	width: 40px;
	height: 40px;
}

.group {
	position: absolute;
	right: 0;
	top: 0;
	/* above ship */
	z-index: 20;
}

.row {
	position: relative;
	height: 40px;
	width: 100%;
	float: left;
}

/*--------------------------------------------------------------------------------*/
.lvlHolder {
	left: 15px;
}

.score {
	right: 15px;
}

.score,.lvlHolder {
	position: absolute;
	top: 10px;
	font-size: 30px;
	/* above all */
	z-index: 30;
}

/*--------------------------------------------------------------------------------*/
.title {
	font-size: 15px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 20px;
	margin-top: 30px;
	line-height: 30px;
	/* above all */
	z-index: 40;
}

.title span {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 2px;
	color: #f87600;
}
/*--------------------------------------------------------------------------------*/
/* php table */
.scoreBoard {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
	/*background: white;*/
	top: 50%;
	/* above all */
	z-index: 30;
}

.scoreBoardScore {
	font-size: 80px;
}

.scoreBoardButton {
	float: left;
	color: white;
	background: #f67600;
	cursor: pointer;
	text-transform: uppercase;
	height: 100px;
	width: 50%;
	font-size: 20px;
	line-height: 110px;
	height: 100px;
	letter-spacing: 2px;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.listContainer {
	width: 100%;
	height: 300px;
	overflow: auto;
	color: #333;
	text-align: left;
	font-weight: normal;
}
.theList {
	padding: 20px;
	clear: both;
}
.lineCounter {
	float: left;
	text-align: center;
	padding: 2px 5px 0 5px;
	line-height: 29px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 2px solid white;
	box-shadow: 0 0 0 2px #333;
	text-shadow: 0 2px 0 #333;
	color: white;
	font-weight: bold;
	font-size: 20px;
	margin-right: 20px;
}
.scoreValue {
	font-size: 30px;
	line-height: 23px;
	font-weight: bold;
}
.inputBox {
	font-size: 18px;
	text-align: center;
	width: 100%;
	float: left;

	border: none;
	color: #ccc;
	font-weight: normal !important;
	outline: none;
	margin: 0;
	padding: 0;
	height: 50px;
}
.inputButton {
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: center;
	border: none;
	outline: none;
	margin: 0;
	height: 50px;
	font-weight: bold;
	background: #ffae00;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.inputButton:hover {

}
.inputHolder {
	width: 50%;
	height: auto;
	float: left;
}
