/* Fonts */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&subset=latin-ext');

/* General */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #373737;
	background-color: #fff;
}
input, textarea, button {
	width: 100%;
	border-radius: 0px !important;
}
.title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 20px;
}
#preview {
	width: 100%;
	max-width: 440px;
	background-color: #fff;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#qr { display: none;}
.sample { 
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 20px;
}