

* { 
	-webkit-text-size-adjust:none; 
}
body {
	padding: 50px 20px;
}
#snippet-frame {
	width: 1px;
	height: 1px;
	opacity: 0;
	border: none; 
}
#signature-frame {
	width: 100%;
	height: 40vh;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	margin-bottom: 50px;
	background: no-repeat 8px 7px;
	/*background-image: url('../design.png');*/
	background-size: 86%;
}
#ms365-template,
#source-code {
	width: 100%;
	height: 35vh;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
    font-size: 12px;
    font-family: monospace;
    white-space: nowrap;
}
#template {
	display: none;
}


.bootstrap-dialog-header {
	width: 100%;
}

form {
	margin-bottom: 50px;
}



