@charset "utf-8";

html,
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #e5e5e5 !important;
	background-color: #ababab !important;
}

div {
	box-sizing: border-box;
}

button {
	padding: 0;
	/*height: 50px;*/
	font-size: 22px;
	font-weight: bold;
	font-family: arial;
}


.hide {
	display: none;
}

.hand:hover {
	cursor: pointer;
	cursor: hand;
}

.ui-btn {
	height:30px;
	padding:2px 12px;
	float:left;
	clear:right;
	margin:5px;
}

table {
	text-align:center;
}

input.count {
	text-align:center;
	color:#494949;
	border:none;
}

table span {
	color:#3C74AF;
	font-size:11px;
	font-weight:bold;
	padding-left:4px;
}

table.stats_table td.center {
	text-align:center;
}

table.stats_table .player td {
	height:40px;
}

table.stats_table .title_row {
	font-size:10px;
}

.stats_table td {
	text-align:center;
}

.stats_table td:first-child {
	text-align:left;
}

td span.larger {
	font-size:14px;
}

.player td.center span {
	display:block;
}

table td {
	padding-right:7px;
	min-width:60px;
}

td.player_details {
	/*min-width:160px;*/
}

table.stats_table td {
	text-align:left;
}

table tr {
	height:28px;
}

table.stats_table {
	text-align:center;
}

.player_details {
	padding-left:0;
}

.player_details span {
	font-size:14px;
}

span.elo_rating {
	color:black;
	font-weight:normal;
}

/*td.chance_to_win {*/
/*	color:black;*/
/*	font-weight:normal;*/
/*	font-size:10px;*/
/*}*/

.in_use {
	text-decoration:underline;
}

.carnage_report {
	text-align:left;
}

.winner {
	font-size:18px;
}

.blue_1, .blue_2, .blue {
	color:#4070E2;
}

.red_1, .red_2, .red {
	color:#CE3434;
}


div.section {
	position:relative;
	float:left;
	clear:both;
	width:640px;
	/*border:1px solid black;*/
	/*margin:10px;*/
	/*padding:12px;*/
	line-height:14px;
	font-weight:bold;
	text-align:center;
}

div.boxed {
	float:left;
	/*clear:both;*/
	border:1px solid black;
	margin:10px;
	padding:12px;
	line-height:14px;
	font-weight:bold;
	text-align:center;
}

div.boxed.attendees,
div.boxed.pregame {
	width:286px;
}

div.boxed.attendees,
div.run.game {
	clear:both;
}

div.run.game {
	width:90%;
	margin-left:5%;
}

button.run,
button.screenshot {
	padding:4px 10px;
}

div.run.manual {
	position: absolute;
    bottom: -34px;
    right: 2px;
}

div.take.screenshot {
	position:absolute;
	bottom:-34px;
	right:120px;
}

button.run:disabled {
    color: #959595;
    font-weight: normal;
}

table.events button {
	height:26px;
	padding:0 4px;
}

table.attendees tr,
table.players tr {
	height:14px;
	font-weight:normal;
}

div.boxed.report {
	height:200px;
	overflow-y:auto;
	width:auto;
	clear:none;
	margin-left:20px;
}

table.report tr.report.line td {
	font-size:11px;
	border:none;
}

table.report span.green {
	color:green;
}

.math_runner {
	float:left;
	clear:both;
	background-color:#ababab;
	padding:12px;
	font-weight:bold;
	margin:10px;
	border:1px solid black;
	font-family:arial;
}

.math_runner table {
	width:100%;
}

.pgcr.header td {
	text-align:center;
	padding:10px 0 20px 0;
}

.pgcr.header td.map {
	font-size:32px;
	color:white;
	text-align:center;
}

.screenshot_container {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.8);
	color:#CCC;
}

.screenshot_container .screenshot {
	top:15%;
}


#my_dataviz {
	float:left;
	position:relative;
}


#my_dataviz svg {
	/*margin-top:50px;*/
	margin-left:20px;
	/*background-color:white;*/
}

.axis-grid line {
  stroke: #888;
}

svg rect {
	filter:grayscale(1);
}