article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }

html,
body { 
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
}

html { tap-highlight-color: rgba(0,0,0,0); }



img, iframe, video, audio, object { max-width: 100%; border: 0; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }



.row { margin: 0 !important; }
* { font-family: 'Arimo', sans-serif; }



h1,
h2,
h3,
h4,
h5,
h6 { vertical-align: baseline;
	font-weight: inherit;
	font-family: 'Arimo', sans-serif;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

h1 { font-size: 22px; color: #000; text-align: center; font-weight: bold; -webkit-print-color-adjust: exact; }
h2 { font-size: 18px; color: #000; text-align: center; font-weight: bold; -webkit-print-color-adjust: exact; margin-bottom: 5px; }
h3 { font-size: 14px; font-weight: bold; -webkit-print-color-adjust: exact; }
h4 { font-size: 26px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


p,
div,
ul,
ol,
dl,
table,
blockquote { font-family: 'Arimo', sans-serif; }


table{
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	border-collapse : collapse;
}
table td, table th {
	padding : 0;
	font-family: 'Arimo', sans-serif;
}


.page_container{
	width: 265px;
	/*height: 1080px;*/
	position: relative;
}

.top5{
	padding-top: 5px;
}
.top10{
	padding-top: 10px;
}
.top20{
	padding-top: 20px;
}
.top30{
	padding-top: 30px;
}
.top40{
	padding-top: 40px;
}
.top50{
	padding-top: 50px;
}

.center{
	text-align: center;
}


/*** PAGE BODY ***/
.sep_line{
	border-bottom: 1px solid #DCDCDC;
	/*padding: 10px 0;*/
}
.signature_line{
    border-bottom: 1px solid #333;
    padding: 8px 0;
}

.products_lines{
	width: 100%;
}
.products_lines td, th {
	border: 1px solid #FFF;
	padding: 1px !important;
	text-align: center;
}
.products_lines td{
	font-size: 12px;
}
.products_lines th{
	border-bottom: 2px solid #000;
}
.products_lines th {
	/*width: 100px;*/
}
.products_lines th:first-child {
	text-align: right;
	width: 120px;
}
.products_lines td:first-child {
	text-align: right;
}

.coin{
	font-size: 12px;
}

.table_summary td{
	font-size: 12px;
}
.table_summary tr {
	border-top: 2px solid #000;
}
/*** END PAGE BODY ***/

/*** PANELS ***/
.panel-text-2{
	width: 265px;
	/*float: right;*/
	display: inline-block;
}
.panel-text-2-label-small{
	width: 60px;
	/*float: right;*/
	display: inline-block;
	font-size: 13px;
}
.panel-text-2-label-big{
	width: 90px;
	/*float: right;*/
	display: inline-block;
	font-size: 13px;
}
.panel-text-2-value{
	/*float: right;*/
	display: inline-block;
	font-size: 13px;
}
.text-right{
	text-align: right;
	float: right;
	display: inline-block;
}
.text-left{
	text-align: left;
	float: left;
	display: inline-block;
}
/*** END PANELS ***/