* {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

body {
	background: #fff
}

a {
	color: #069;
}

a:hover {
	color: #28b;
}

h2 {
	margin-top: 15px;
	font: normal 32px "omnes-pro", Helvetica, Arial, sans-serif;
}

h3 {
	margin-left: 30px;
	font: normal 26px "omnes-pro", Helvetica, Arial, sans-serif;
	color: #666;
}

p {
	margin-top: 10px;
}

button {
	font-size: 18px;
	padding: 1px 7px;
}

input {
	font-size: 18px;
}

input[type=checkbox] {
	margin: 7px;
}

#header {
	position: relative;
	width: 900px;
	margin: auto;
}

#header h2 {
	margin-left: 10px;
	vertical-align: middle;
	font-size: 42px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#content {
	width: 100%;
	margin: 20px;
	padding: 10px;
}

#footer {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.demo-container {
	box-sizing: border-box;
	width: 100%;
	height: 250px;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background: #fff;
}

.Ecg-Chart {
	width: calc(100% - 262px);
	height: 200px;
	background: #fff;
	font-size: 14px;
	line-height: 1.2em;
	float: right;
}

.Ecg-Value {
	width: 250px;
	height: 188px;
	border: #E9E9E9 solid 2px;
	float: left;
	margin: 6px;
}

.Ecg-Label {
	color: #ccc;
	font-weight: 700;
	margin-top: 30px;
	margin-left: 30px;
}

.Ecg-Label1 {
	color: #ccc;
	font-weight: 700;
	margin-top: -30px;
	margin-left: 180px;
}

.Ecg-Input {
	border: none;
	font-size: 50px;
	width: 80px;
	text-align: center;
	margin-left: 80px;
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.demo-placeholder {
	width: 100%;
	height: 200px;
	font-size: 14px;
	line-height: 1.2em;
}

.legend table {
	border-spacing: 5px;
}