	body {
		visibility: hidden;
	}
	
	.div_cv {
		margin: 0 auto 0 auto;
		position: relative;
		text-align: left;
		max-width: 100%;
		line-height: 0;
	}
	
	#div_preview {
		outline: solid 1px #000;
		visibility: hidden;
	}
	
	#div_preview canvas,
	#div_preview svg {
		position: absolute;
		margin: 0;
		max-width: 500px;
		max-height: 500px;
	}
	
	#cv_preview {
		max-width: 500px;
		max-height: 500px;
	}
	
	#cv_result {
		pointer-events: none;
	}
	
	.control-label {
		font-weight: normal;
	}
	
	input[type="file"] {
		margin-top: 5px;
	}
	
	#div_result,
	#div_export {
		text-align: center;
	}
	
	.orig-parts canvas,
	.orig-parts img,
	#div_result canvas,
	#div_export img {
		outline: solid 1px #000000;
	}
	
	.orig-parts canvas {
		margin: 0 15px 15px 0;
		width: 80px;
		height: 80px;
		object-fit: contain;
		
		background: #FFFFFF;
		background-image: 
		linear-gradient(45deg, #EEEEEE 25%, transparent 0),
		linear-gradient(45deg, transparent 75%, #EEEEEE 0),
		linear-gradient(45deg, #EEEEEE 25%, transparent 0),
		linear-gradient(45deg, transparent 75%, #EEEEEE 0);
		background-size: 20px 20px;
		background-position: 0 0, 10px 10px,10px 10px, 20px 20px;
	}
	
	#div_result canvas,
	#div_export img {
		max-width: 100%;
	}
	
	@media screen and (max-width: 991px) {
		#div_result canvas,
		#div_result img {
			max-height: 240px;
		}
	}
	
	.orig-sticky {
		position: sticky;
		background-color: #ffffff;
		padding-bottom: 15px;
	}
	@media screen and (min-width:992px) {
		.orig-sticky {
			max-width: 530px;
		}
	}
	
	.orig-sticky1 {
		padding-top: 15px;
		top: 0;
		z-index: 10000;
	}
	
	.tab-content > .active {
		padding-top: 20px;
	}
	
	.collapse label,
	.collapsing label,
	.collapsed label{
		padding-left: 36px;
	}
	
	.modal {
		z-index: 10001;
	}
	
	a[data-toggle="collapse"] {
		border-bottom: solid 1px #0000ff;
	}
	
	th {
		font-weight: normal;
	}
	
	body {
		padding-bottom: 700px;
	}
	
	#btn_generate {
		margin-bottom: 10px;
	}
	
	.orig-help {
		color: #E88;
	}
	
	.nav-tabs > li > a,
	.nav-tabs > li > a:focus,
	.nav-tabs > li > a:hover {
		background-color: #eee;
	}
