.red
{
	background-color: #DF5353
}

.amber
{
	background-color: #DDDF0D
}

.green
{
	background-color: #55BF3B
}

.a-min-200
{
	min-width: 200px;
}

.a-hide
{
	display: none
}

.a-sidebar
{
	height: calc(100vh - 38px);
	/*bottom: 0;*/
}