@font-face{
		font-family: BridgestoneType;
		src: url(inc/BridgestoneType-Regular.woff);
	}
	body {
		font-family: BridgestoneType !important;
		font-size: 14pt;
	}
	main{
		padding-left: 15px;
	}
	h1 {
		margin-top: 45px;
		font-size: 20pt;
	}
	.tlgx_container{
		display: grid;
		grid-template-columns: 250px 300px 250px;
		justify-content: left;
		align-content: center;
	}
	.tirebox{
		/*margin-left: 15px;*/
		padding: 5px;
		padding-top: 15px;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 0px;
		width: 220px;
		height: 220px;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
	}
	.tirebox label{
		font-size: 10pt;
		
	}
	.front-left{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.front-right{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.rear-left{
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	.rear-right{
		position: absolute;
		bottom: 0px;
		right: 0px
	}
	.tirebox_highlight{
		border: 2px solid red;
	}
	.step_calibration{
		width: 800px;
		padding: 5px;
	}
	.step_highlight{
		border: none;
		border-left: 2px solid red;
		font-weight: bold;
	}
	.calbox{
		margin-top: 35px;
		padding: 10px;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 0px;
		width: 220px;
		height: 80px;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
	}
	.calbox label{
		font-size: 10pt;
		
	}
	.calvalues{
		display: none;
		margin-top: 35px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 0px;
		width: 500px;
		height: 90px;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
		
	}
	.calvalues span{
		margin-top: 10px;
		display: inline-block;
		border-style: solid;
		border-width: 1px;
		border-color: #bbbbbb;
		width: 80px;
		height: 28px;
		text-align: center;
		vertical-align: top;
		line-height: 28px;
	}
	.calvalues label{
		margin-top: 10px;
		display: inline-block;
		width: 150px;
		height: 28px;
		text-align: left;
		vertical-align: top;
		line-height: 28px;
	}
	.rtd{
		display: inline-block;
		border-style: solid;
		border-width: 1px;
		border-color: #bbbbbb;
		width: 50px;
		height: 28px;
		text-align: center;
		vertical-align: top;
		line-height: 28px;
	}
	.rtd_highlight{
		border: 1px solid red;
	}
	.rtd_good{
		color: #00AA00;
	}
	.rtd_mid{
		color: #FF8000;
	}
	.rtd_bad{
		color: #AA0000;
	}
	.icon{
		width: 30px;
	}
	header img{
		display: inline-block;
	}
	#rote_ecke{
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		background-color: rgb(227 6 19);
		width: 400px;
		height: 56px;
		clip-path: polygon(18px 0%, 100% 0, 100% 100%, 0% 100%);
	}
	#kennzeichen{
		margin-bottom: 15px;
		border-style: solid;
		border-width: 1px;
		border-color: #bbbbbb;
		height: 30px;
		font-size: 14pt;
		margin-right: 35px;
	}
	#kilometer{
		border-style: solid;
		border-width: 1px;
		border-color: #bbbbbb;
		height: 30px;
		font-size: 14pt;
	}
	.topdownCar{
		display: block;
		width: 273px;
		margin-left: auto;
		margin-right: auto;
	}
	.measurementCol{
		position: relative;
	}
	.boxshadow{
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
	}
	.tlgx_connection{
		position: absolute;
		top: 100px;
		right: 10px;
		width: 200px;
		/*height: 50px;*/
		padding: 10px;
		border: 1px solid #bbbbbb;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
	}

	footer{
		position: fixed;
		font-size: 10pt;
		width: 100%;
		color: white;
		bottom: 0px;
		background-color: #000;
		margin-left: -10px;
		height: 63px;
		line-height: 63px;
		padding-left: 15px;
	}
	.only_print{
		display:none;
	}
	.only_print_comment{
		display: none;
	}
	.tire_remarks{
		
	}
	.general_comments{
		margin-top: 50px;
		width: 790px;
		height: 120px;
		border-style: solid;
		border-width: 1px;
		border-color: #bbbbbb;
		font-familiy: BridgestoneType !important;
	}
	#comments_print{
		/*display:none;*/
	}
	.buttons{
		position: relative;
		width: 790px;
		margin-top: 10px;
		height: 100px;
	}
	#btn_reset{
		position: absolute;
		right: 0px;
	}
	#btn_print{
		position: absolute;
		left: 0px;
	}
	#btn_pairing_instructions{
		position: absolute;
		top:10px;
		right: 10px;
	}
	
	@media print {
		.no_print{
			display: none;
		}
		.only_print{
			display: unset;
		}
		.only_print_comment{
			display: block;
		}
		.rtd_highlight{
			border: 1px solid #bbbbbb;
		}
		.tirebox_highlight{
			border: 1px solid #bbbbbb;
		}
		#kennzeichen, #kilometer{

			border: none;
		}
		.general_comments{
			border: none;
		}
		#comments_print{
			margin-top: 50px;
			width: 790px;
			height: 150px;
		}
	}
  }
}