@CHARSET "UTF-8";

body {
	font-weight: normal;
}

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

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

.turn {
	font-weight: bold;
	font-size: 150%;
	color: #00aa77;
}

.global_status {
	font-size: 90%;
	padding-left: 1em;
	text-align: center;
}

progress {
	width: 5em;
}

.agent {
	border-radius: 10px;
	text-align: center;
	word-wrap: normal;
}

.agent_name {
	color: yellow
}

.agent_status {
	word-wrap: normal;
}

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

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

#bomb_data {
	border: 2px solid black;
	width: 8em;
}

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

#intelligence_data {
	border: 2px solid black;
	overflow: scroll;
	// font-size: 80%;
}

.not {
	display: none;
}

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

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

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

.out_of_commission {
	background: black;
	color: white;
}
