@font-face {
  font-family: 'Verdana';
  src: url('verdana.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Verdana';
  src: url('verdana-bold.woff') format('woff');
  font-weight: bold;
}

* {
	font-family: 'Verdana';
	font-size: 14px;
	box-sizing: border-box;
	color: #00326e;
}

*:focus {
	outline: none;
}

body {
	background: #bbb;
}


#html-content-holder {
	display: block;
	opacity: 0;
	transition: opacity 0.15s;
	background: #fff;
	margin: 50px auto;
	width: 818px;
}
#html-content-holder div {
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	position: relative;
}

#html-content-holder div img {
	display: block;
}

#html-content-holder div#psn {
	padding-left: 30px;
}

p[contenteditable] {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	display: table;
	width: fit-content;
	line-height: 1.4;
	min-width: 100px;
	min-height: 17px;
	position: relative;
}
p[contenteditable]:hover {
	background: #eee;
}
p[contenteditable]:focus {
	background: #ddd;
	z-index: 1;
}
p[contenteditable]#nev {
	font-size: 18px;	
	font-weight: bold;
	min-height: 25px;
	line-height: 1.2;
}
p[contenteditable]#beosztas {
	font-weight: bold;
	
}
p[contenteditable]#telefon:before,
p[contenteditable]#mobil:before,
p[contenteditable]#email:before {
	content: attr(name);
	display: table;
	width: 52px;
	clear: left;
	float: left;
}

p[contenteditable]#web {
	font-weight: bold;
}



#file {
	display: block;
	opacity: 0;
	transition: opacity 0.15s;	
	width: 818px;
	margin: 0 auto;
	
}

#letoltott {
	margin-top: 15px;
	font-size: 18px;
}

@keyframes ez {
	from {
		height: 0;
		transform: translateY(-350px);
	}
	to {
		height: 190px;
		transform: translateY(0);
	}
}

#previewImg p {
	transform: translateY(0);
	height: 190px;
	animation-name: ez;
	animation-duration: 0.5s;
}

#previewImg b {
	display: block;
    margin: 10px 0;
}
hr {
	border: none;
    border-bottom: 2px solid #aaa;
    margin: 20px 0;
}

#filename {
	border: 1px solid;
	padding: 5px 10px;
	background: #eee;
	width: calc(100% - 62px);
}

#btn_convert {
	display: block;
	width: 100%;
	padding: 10px;
	background: #00326e;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}
#btn_convert:hover {
	color: #fdca00;
}
#btn_convert:active {
	text-decoration: underline;
}

#download {
	position: fixed;
    left: calc(50% - 75px);
    background: #fdca00;
    padding: 20px;
    border-radius: 20px;
    border: 4px solid;
    z-index: 1;
    top: 14px;
    transition: top 0.5s;
}
#download.down {
	top: 354px;
}