@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

@media print {
	body {background-color: #FFFFFF;}
	#print_area{display:none;}
}

/** {font-family: 'Roboto', sans-serif;}*/

html, body { margin:0; padding:0; height:100%;}

body{ font-size:13px; overflow-y: scroll; overflow-x:hidden;-webkit-text-size-adjust:none;}
div, p, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, select, textarea, blockquote{ padding:0; margin:0;}
form, fieldset, button{border:none;}
/*hr, button img{display:none;}*/
ul, dl, ol, li, dt, dd { list-style: none; }
caption{ display:none}
img {vertical-align:middle; padding: 0; margin: 0; border:0;}
address,em{font-weight:normal;font-style:normal}
table{ empty-cells:show;}
*:first-child+html table{ empty-cells:show; border-collapse:collapse}


