
a {	color: #902E30; }
a:hover { color: #D61D14; }


.demo-container {
	box-sizing: border-box;
	width: 850px;
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
        background: #363636;
        border: 3px solid #BE1811;
    -moz-box-shadow:
            0px 3px 11px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(62,93,110,1);
    -webkit-box-shadow:
            0px 3px 11px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(62,93,110,1);
    box-shadow:
            0px 3px 11px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(62,93,110,1);
}

.demo-placeholder {
    
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 1.2em;
    color: #BE1811;
    font-weight: bold;
}

.legend table {
	border-spacing: 5px;
}
.legendLabel{color:whitesmoke; font-family: 'Segoe UI', tahoma, Helvetica, Arial, sans-serif;}
