@CHARSET "UTF-8";

body {
	font-weight: normal;
}

#info table {
	border-collapse: separate;
	box-sizing: content-box;
	border-spacing: 2px;
}

#side {
	font-size: 150%;
	text-align: center;
	border-radius: 10px;
}

#forfeit {
	position: absolute;
	top: 7px;
	right: 15px;
	font-size: 50%;
	color: black;
}

#turn {
	font-weight: bold;
	font-size: 150%;
}

.turn {
	color: #00aa77;
}

.global_status {
	font-size: 90%;
	padding-left: 3em;
	text-align: center;
	box-sizing: content-box;
}

progress {
	width: 5em;
}

#my_status {
	box-sizing: content-box;
}

.agent {
	border-radius: 10px;
	text-align: center;
	word-wrap: normal;
	width: 8em;
	box-sizing: content-box;
}

.agent_name {
	color: yellow
}

.agent_status {
	word-wrap: normal;
}

.agent_action {
	font-size: 80%;
	width: 11em;
}

#bomb_report_section:before {
	font-weight: bold;
	content: "Bomb Count:";
}

#bomb_data {
	border: 2px solid black;
	box-sizing: content-box;
}

.bomb_row:nth-child(even) {
	background: #e2e2e2;
}

.bomb_label_col {
	text-align: left;
	width: 7em;
}

.bomb_count_col {
	text-align: right;
	width: 1.5em;
}

#intelligence_section:before {
	font-weight: bold;
	content: "Intelligence:";
}

#intelligence_data {
	border: 2px solid black;
	overflow-y: scroll;
	box-sizing: content-box;
	line-height: 100%;
}

#intelligence_data .even {
	background: #e2e2e2;
}

.not {
	display: none;
}

.red {
	background: #ff0000;
	color: black;
}

.blue {
	background: #0000ff;
	color: white;
}

.waiting {
	background: #880088;
	color: white;
}

.out_of_commission {
	background: #333333;
	color: white;
}
