#statusBar {
	position: fixed;
	bottom: 0;
	height: 30px;
	width: 100%;
	background: #5d0133;
	color: #fff;
	font: 12px arial, verdana, sans-serif;
	text-wrap: nowrap;
}

.status_bar table {
	margin: 0;
	padding: 0;
	display: table;
	border-collapse: separate;
	border-right-width: 0px;
	border-color: gray;
}

.status_bar table tr {
	height: 30px;
	text-indent: 15px;
}

.rightBar {
	text-align: right;
	max-width: 30% !important;
}

.middleBar {
	border-right: 1px solid #75809a;
	text-align: left;
	max-width: 20% !important;
}

.leftBar {
	border-right: 1px solid #75809a;
	text-align: left;
	max-width: 50% !important;
}

#svgframe {
	overflow: scroll;
}

body,
div {
	margin: 0;
	padding: 0;
}
