@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: 7em;
}

.text_embedded_container {
	width: 100%;
	height: 1.5em;
	text-align: center;
}

.percent_range_container {
	width: 7em;
	height: .9em;
}

.level_container {
	position: relative;
	background-color: #e0e0e0;
	border: 1px solid #999999;
	border-radius: 2px;
}

.text_embedded_indicator {
	opacity: .5;
	color: 0;
}

.level_indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	box-sizing: content-box;
}

.level_indicator_info {
	background-color: #44aaff;
}

.level_indicator_good {
	background-color: #00bb00;
}

.level_indicator_warning {
	background-color: #ffff00;
}

.level_indicator_danger {
	background-color: #ff0000;
}

#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 Intel:";
}

#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;
}
