body
{
	font-family:'Roboto Condensed' !important;
    font-size
}

.title
{
	font-size:2em;
	text-transform: uppercase;
	color:#222;
	text-shadow: 2px 2px #bbb;
}

.subtitle
{
	font-size:1.2em;
	text-transform: uppercase;
	color:#222;
	text-shadow: 2px 2px #bbb;
	font-weight:bold;
}

.sim-label
{
	font-size:0.9em;
	color:#999;
}

.not-overflow
{
	overflow:hidden;
	text-overflow:ellipsis !important;
}

.panel-front .panel-body
{
	max-height:200px;
	min-height:200px;
	overflow-y:auto;
}

.separator
{
	min-height:5em !important;
	max-height:5em !important;
}

.separator-half
{
	min-height:2em !important;
	max-height:2em !important;
}

.separator-mini
{
	min-height:1em !important;
	max-height:1em !important;
}

.separator-btn
{
	min-height:3em !important;
	max-height:3em !important;
}

.clickable:hover {cursor:pointer}
