.enclosures{
}
.enclosure{
	clear:both;
	border: 2px outset #B0B0B0;
	border-radius:3px;
	margin:0.5em;
	padding:0.5ex;
}
.enclosure.online{
	background-color:#55af34;
}
.enclosure.online.plotting{
	background-color:#58eab3;
}
.enclosure.offline{
	background-color:#cfa922;
}
.enclosurebays{
	clear:both;
	display:flex;
	flex-wrap:wrap;
	background-color:#B0B0B0;
	padding:0.5ex;
	justify-content: center;
}
.enclosurebay{
	flex-grow:0;
	padding:1ex;
	margin:0.5%;
	background-color:#E0E0E0;
	width:30%;
}
.enclosurebay.online{
	background-color:#E0E0E0;
}
.enclosurebay.offline{
	background-color:#f7d7d7;
}
.enclosurebayslots{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.enclosurebayslot{
	flex-grow:0;
	border: 1px solid #B0B0B0;
	background-color: #E0E0E0;
	width:48%;
}
.enclosurebayslot.sold{
	background-color:#ffe161;
	cursor:not-allowed;
}
.enclosurebayslot.farming{
	background-color:#dffed3;
	cursor:pointer;
}
.enclosurebayslot.plotting{
	background-color:#d3feee;
	cursor:not-allowed;
}
.enclosure-status-farming{
	color:#003a00;
}
.enclosure-status-offline{
	color:#8d0000;
}