body {
    padding-top: 60px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	}

footer {
    margin: 50px 0;
}

.qrcode{
	height: 700px;
	width: 700px;
}


@media print {
	.noprint {
		display:none;
	}
	a[href]:after {
		content: none
	}
	
}

