/* @media print { */
	body { background-color: white; position: relative; }

	.title { text-align: center; }	
	.center { text-align: center; }	
	.translation-flags { display: none;	}
	.unit-select { display: none; }
        .btn { display: none }

	.section-title { display: none; }
	#input { display: none; }
	#output { display:block; }

	.properties-wrapper { text-align: center; }
	.properties-row { display: inline-block; text-align: left; margin: 1.5em auto; }
	.properties { display: inline-block; margin: 0 1em; vertical-align: top; font-size: 1em;}
	.properties-hr { display: none; }
	.properties ul { padding-left: 1.5em; }

        .properties-wrapper + hr { display: none } /* hr before chart */
/*        .properties-wrapper + hr + h4 { page-break-before: always; } /* Distance vs trajectory title */

	.ct-chart { height: 200px; margin: 4em auto; page-break-after: always }
	.ct-chart + hr { display: none } /* hr immedieately after chart */

	.ct-chart + hr + .row { margin: 3em auto; }

	input[type=range] { display: none; }
	label input { display: inline-block; border: none }

        table tr {
            border-bottom: 1px solid black;
            border-top: 1px solid black;
        }

	/* #results {  page-break-before: always; } */

	footer { text-align: center; }
	a { color: black; }

        #dialog-qr.hide { display: none; }
        .qr-code {
            width: 300px;
            height: 300px;
        }

        #qr-sticker {
            display: inline-block;
            padding: 1.5em;
            text-align: center;

            border: 3px solid rgba(0,0,0,.7);
            border-radius: 15px;
        }
        #qr-sticker h5 {
            font-size: 1.5em;
        }

	.color-marked { color: #db1b1f; } /*#d70206; }*/
	.bold {	font-weight: bold; }
/* } */
