#stopArmy, #startArmy{
	width: 35px;
	height: 25px;
}

div#armyAnimation{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	order: 2;
	height: 100%;
	flex-grow: 1;
	width: 100%;
	padding: 5px 5px 5px 5px;
	text-align:left;
}

div#animationArena{
	position: relative; 
	width: 200px; 
	height: 400px;
	border: 1px solid black;
	background-color:#303;
}

div#animationArena.active{
	background-color:#00F;
}

div#animationArena.allDone{
	background-color:#303;
}

.armyUnit{
	border-width: 5px;
	border-color: #0F9;
	border-style: dotted;
	width: 1px;
	height: 1px;
	position: absolute;
	background-color: black;
}