@font-face
{
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Regular.ttf");
  font-display: swap;
  font-weight: 300;
}
body
{
	margin: 0;
	padding: 0;
	font-family: Roboto, sans-serif;
	overflow: hidden;
}
#top_bar_container
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	background-color: #eeeeee;
}
#recources
{
	box-sizing: border-box;
	padding: 5px;
}
#recources .recource
{
	height: 30px;
	display: inline-block;
	min-width: 70px;
	cursor: default;
	border-radius: 2px;
}
#recources .recource:hover
{
	background-color: rgba(200, 200, 200, 0.5);
}
#recources .recource img
{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
#recources .recource .resource_quantity
{
	float: left;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}