@import "http://fonts.googleapis.com/css?family=Raleway";
/*----------------------------------------------
CSS Settings For HTML Div ExactCenter
------------------------------------------------*/
body {
	background-color: #FFF;
	color: #53636a;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
h3,p,label {
float:left;
text-align:left;
color:#0c8cac
}
h4{
text-align:center;
color: #53636a;
font-size:18px
}
.comment{
text-align:left;
margin-top: 10px;
color: #c6c8c9;
font-size:12px;
text-decoration: none;
}
.values {
width:100%;
margin-bottom:20px;
padding:5px;
height:20px;
border-radius:3px;
border:1px solid #c6c8c9;
}
table {
margin: 0 auto; 
width:450px;
text-align:center;
}
textarea {
width:100%;
height:80px;
padding:5px;
border-radius:3px;
border:1px solid #c6c8c9;
}
#send {
width:103%;
height:45px;
margin-top:40px;
border-radius:3px;
background-color:#cd853f;
border:1px solid #fff;
color:#fff;
font-size:18px
}
div#feedback {
text-align:center;
height:520px;
width:330px;
padding:20px 25px 20px 15px;
background-color:#f3f3f3;
border-radius:3px;
border:1px solid #cd853f;
float:left
}
.container {
width:960px;
margin:20px auto
}
.omnitrackerLogo {
	margin-top: 80px;
	height: 62px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('https://www.biotronik.com/it-support/logo_print_2.png');
	background-position: center;
}
a, .linkButton {
	float: right;
	margin-top: 10px;
	color: #0c8cac;
	font-size: 1em;
	text-decoration: none;
    cursor: pointer;
	background-image: url('https://www.biotronik.com/it-support/icon_login.png');
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
	border: none;
	padding-right: 18px;
	text-align: right;
}
a:hover, a:focus, a:active, .linkButton:hover {
	text-decoration: underline;
}