body {
	font-size: 12px;
	width: 1000px;
}

.wrapper {
	width: 100%;
	position: relative;
}

#canvas {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: visible;
}

.container-fluid > div {
	width: 1000px!important;
	left: 20px;
	position: relative;
}

#canvas .panel {
	position: relative;
	top: 0;
	left: 10px!important;
	right: 0!important;
	bottom: 0;
}

.panel-body {
	overflow-y: visible;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.logo img {
	position: relative;
	top: 30px;
	right: -50px;
	width: 30%;
}

.headline h1 {
	font-size: 40px;
}

.headline h2 {
	padding: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 5px;
}

.panel-default,
#reset,
.progress,
.btn-default,
#canvas .panel .panel-footer {
	display: none;
}

.panel-default.active {
	display: block!important;
}

#canvas .panel {
	border-bottom: 1px solid #ddd;
	height: 100%;
}

#footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-bottom: 20px;
}

#footer p {
	text-align: left;
	margin-left: 25px;
}