@font-face {
	font-family: vazir;
	font-style: normal;
	font-weight: 100;
	src: url("../fonts/vazir/Vazir-Thin.eot");
	src: url("../fonts/vazir/Vazir-Thin.woff") format("woff"),
	url("../fonts/vazir/Vazir-Thin.ttf") format("ttf"),
	url("../fonts/vazir/Vazir-Thin.woff2") format("woff2");
}
body {
	background-color: black;
	color: white;
	& a {
		color: cyan;
	}
	& a:visited {
		color: yellow;
	}
}
.all {
	font-family: vazir;
	direction: rtl;
	width: 100%;
}
.table {
	width: 95%;
	& .row {
		text-align: right;
		width: 100%;
		display: flex;
		& .cell {
			vertical-align: top;
			flex: 1;
		}
	}
}
.head {
	display: flex;
	& .side1 > * {
		position: fixed;
	}
	& .middle {
		text-align: center;
	}
}
.body {
	display: flex;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.foot {
	display: flex;
	& .middle {
		text-align: center;
	}
}
.side1 {
	width: 15%;
	text-align: right;
}
.middle {
	width: 70%;
}
.side2 {
	width: 15%;
}
table {
	width: 100%;
}
table, td, th {
	border: solid 1px;
}
.pckg {
	width: 98%;
	margin: auto;
}
