/*********************************************************
	Company: KemoImpex
	by Halo Creative Team, http://www.haloteam.rs/
	Date (create): 28-09-2020
	Date (update): 10-10-2020
		
	******************************
	*****      Index       *****
	******************************
	CONTENT:	PRINT
	
*********************************************************/

/****************Fonts****************/
/*
TITLE 
TEXT 
	300 - Light
	400 - Regular
	700 - Bold
	900 - Black
*/

body {
	font-weight: normal; font-size: 10px;
	color: #000;
	position: relative;
	margin: 0!important;  padding: 0!important;
}
* {
	font-weight: normal; font-size: 10px;
	color: #000;
}


td {
	 font-size: 10px;
	 vertical-align: top;
	 padding: 0; margin: 0;
	 text-align: left;
}
td.border-top {
	 border-top: solid 1px #000;
}
td.border-bottom {
	 border-bottom: solid 1px #000;
}
td.border-left {
	 border-left: solid 2px #000;
}
td.border-right{
	 border-right: solid 1px #000;
}
td.border-top-botom {
	 border-top: solid 1px #000;
	 border-bottom: solid 1px #000;
}
td.border {
	 border: solid 1px #000;
}
td.header {
	background: #cccccc;
}
td.left { }
td.center { border-left: none; border-right: none;  }
td.right { }  

.text-extra-small  { font-size: 9px; }       
.text-small td { font-size: 10px; }       
.text-center {	text-align: center;}
.text-larger { font-size: 10px; }    

p { margin: 0; padding: 0; }
label { color: #808080;  font-size: 10px; }

strong { color: #000; font-weight: bold; }

h1 {
	 font-size: 20px; 
	 line-height: 22px;
	 margin: 0px; padding: 5px 0;
	 text-align: center;
	 font-weight: 900;
}
h2 {
	 font-size: 13px; 
	 line-height: 22px;
	 margin: 0px; padding: 5px 0;
	 text-align: center;
	 font-weight: 900;
}
h3 {
	 font-size: 11px; 
	 line-height: 18px;
	 margin: 0px; padding: 5px 0;
	 text-align: center;
	 font-weight: 900;
}


.page-larger { font-size: 12px; }
.page-larger * { font-size: 12px; }
.page-larger td { font-size: 12px; }
.page-larger p { font-size: 12px; }
