@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #444;
}

body.hidden {
	visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Sans Narrow', tahoma, arial, sans-serif;
}

.nomatch {
	color: #ccc;
}

.app a {
	text-decoration: none;
	color: #2762c6;
}

.app a:hover {
	color: #000;
	text-decoration: underline;
}

.app b {
	font-weight: 600;
}

.app a img {
	border: none;
}

.app,
.head {
	width: 670px;
	clear: both;
	float: left;
	margin-bottom: 1em;
}

#player-box {
	width: 670px;
	height: 420px;
	background: #000;
	float: left;
}

.table-boxes .table-box {
	width: 330px;
	height: 184px;
	float: left;
	background: #212e72;
	margin: 20px 10px 0 0;
}

.table-boxes .table-box:nth-child(2n) {
    margin-right: 0;
}

.table-boxes .table-box,
.table-boxes .table-box * {
	cursor: pointer;
}

.table-box .player-name {
	float: left;
	width: 320px;
	height: 18px;
	padding: 5px;
	background: #d6d5d3;
	font-weight: 600;
}

.table-box .title {
	float: left;
	width: 330px;
	height: 34px;
	background: #4353a0;
	color: #fff;
}

.table-box .title small {
	float: left;
	height: 20px;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	font-weight: 600;
}

.table-box .title small.video {
	background: url(../images/youtube.png) no-repeat 5px 5px;
	padding: 7px 10px 7px 35px;
}

.table-box .title i {
	float: right;
	height: 18px;
	height: 20px;
	padding: 8px 10px 0 35px;
	font-size: 13px;
}

.table-box:hover .title {
	background: #1c2769;
}

.table-box:hover .title i {
	text-decoration: underline;
}

.table-box .player-name.p2 {
	background: #fab210;
	text-align: right;
}

.table-box .player-img {
	width: 64px;
	height: 84px;
	border: 2px solid #d6d5d3;
	float: left;
	margin: 2px;
	padding: 1px;
	background: url(../images/nophoto.jpg) no-repeat 1px 1px;
	background-size: 64px 84px;
}

.table-box .player-img div {
	width: 64px;
	height: 84px;
	float: left;
	background-size: 112px 152px;
	background-position: center -22px;
}

.table-box .player-img.p2 {
	border: 2px solid #fab210;
}

.table-box .score {
	width: 182px;
	margin: 2px 0;
	height: 90px;
	float: left;
}

.table-box .score .hr {
	width: 182px;
	height: 18px;
	padding-top: 2px;
	color: #d6d5d3;
	float: left;
	font-size: 10px;
	text-align: center;
}

.table-box .score .hr.p2 {
	height: 15px;
	padding-top: 5px;
}

.table-box .score .hr.p1active {
	background: url(../images/balls.gif) no-repeat;
}

.table-box .score .hr.p2active {
	background: url(../images/balls.gif) no-repeat right bottom;
	/* background: url(../images/balls.gif) no-repeat right top; */
}


.table-box .score .hr b {
	color: #fff;
}

.table-box .score .hr.p2 b {
	color: #fab210;
}

.table-box .score .scores {
	width: 160px;
	padding-left: 22px;
	height: 42px;
	float: left;
}

.table-box .score .scores span {
	display: block;
	width: 48px;
	height: 38px;
	line-height: 38px;
	margin: 2px;
	background: #d6d5d3;
	float: left;
	font-weight: bold;
	font-size: 22px;
	font-family: 'Tahoma';
	color: #000;
	text-align: center;
}

.table-box .score .scores span.p2 {
	background: #fab210;
}

.table-box .score .scores span.ing {
	font-size: 16px;
	width: 30px;
	font-weight: 600;
	background: none;
	color: #d6d5d3;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}

.table-box .score .scores span.ing small {
	font-size: 8px;
}

.table-box .score .timeouts {
	float: left;
	width: 136px;
	padding: 0 23px 0 23px;
	height: 6px;
	display: none;
}

.table-box .score .timeouts span {
	width: 22px;
	height: 6px;
	float: left;
	margin: 0 0 0 2px;
	background: url(../images/timeout.gif) no-repeat;
}

.table-box .score .timeouts span.red {
	background: url(../images/timeout.gif) no-repeat left bottom;
}

.table-box .score .timeouts span.p2 {
	margin: 0 2px 0 0;
	float: right;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}