div
{
	font-family:Roboto !important;
}

div.console
{
	position:relative;
	overflow:auto;
	background-color:#323232;
	padding:6px;
	border-radius:6px;
	color:lime;
	
	font-family:courier new;
	font-size:9pt;
}

div.general_floating
{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;

    -webkit-box-shadow:0px 0px 14px 0px #565656;
    -moz-box-shadow:0px 0px 14px 0px #565656;
    box-shadow:0px 0px 14px 0px #565656;
    
    background-color:#F0F0F0;
}

#general_floating_caption
{
	background: rgb(205,216,227);
	background: -moz-linear-gradient(270deg, rgba(205,216,227,1 ) 30%, rgba(148,191,200,1 ) 100%);
	background: -webkit-linear-gradient(270deg, rgba(205,216,227,1 ) 30%, rgba(148,191,200,1 ) 100%);
	background: linear-gradient(270deg, rgba(205,216,227,1 ) 30%, rgba(148,191,200,1 ) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cdd8e3",endColorstr="#94bfc8",GradientType=1 );
    
    color:#323232;
    border-radius:4px; 
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
}