﻿*, 
*:before, 
*:after { 
	color: #000;
	box-shadow: none;
	text-shadow: none;
}

html, 
body {
	height: 297mm;
	width: 210mm;
}

@page {
	margin: 10mm 15mm;
}

p,
h1,
h2,
h3,
.button,
.header,
.breadcrumbs,
.location,
.toc,
.today,
.namaz,
.times,
.setting,
.nav,
.segment,
.map,
.list,
.qa,
.wiki,
.content,
.text,
.social,
.listing,
.settings,
.footer,
.cookies {
	display: none !important;
}

.table {
    width: 100%;
	border: 1px solid rgb(0 0 0 / 20%);
}

.table tbody {
    max-height: 100%;
}

.table tbody tr {
    border: none;
}

.table thead tr th,
.table tbody tr td {
    width: 14.2857%;
    vertical-align: top;
	font-size: 13pt;
	border: 1px solid rgb(0 0 0 / 20%);
	padding: .1cm .5cm;
}

.table thead tr th {
    vertical-align: bottom;
	font-weight: bold;
	border-top: none;
}