#bom,
#bom UL
{
	list-style-type: none;
	color: #01fe01;
}

.node
{
	font-weight: bold;
	cursor: pointer;
	user-select: none;
}

.node::before
{
	content: "+";
	display: inline-block;
	margin-right: 6px;
}

.opened::before
{
	content: "-";
}

LI > SPAN > SPAN.description
{
	color: #FFFFFF;
}

#node_root::before
{
	content: "";
}

#loading
{
	padding: 1em;
	text-align: center;
	color: #01FE01;
	font-size: 140%;
}

#description
{
	padding: 1em 0 3em 0;
}

@media screen and (max-width:600px)
{
	HTML
	{
		background-image: url(../../img/bg_mobile.jpg);
	}
	
	#header
	{
		font-size: medium;
		text-align: center;
	}
	
	#header > #share
	{
		float: none;
		margin-top: 1em;
	}
}