﻿/*
Sina Derakhshanjan
sdj@webdan.ir
*/
/* ------------------------------------------------------------------------web font */
@font-face {
  font-family: 'mt';
  src: url('fonts/mt.eot');
  src: url('fonts/mt.eot?#iefix') format('embedded-opentype'),
    url('fonts/mt.woff') format('woff'),
    url('fonts/mt.otf') format('opentype'),
    url('fonts/mt.ttf') format('truetype'),
    url('fonts/mt.svg') format('svg');
}
@font-face {
  font-family: 'stw';
  src: url('fonts/stw.eot');
  src: url('fonts/stw.eot?#iefix') format('embedded-opentype'),
    url('fonts/stw.woff') format('woff'),
    url('fonts/stw.otf') format('opentype'),
    url('fonts/stw.ttf') format('truetype'),
    url('fonts/stw.svg') format('svg');
}
/* ------------------------------------------------------------------------general */
html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	direction: rtl;
}
.english {
	font-family: 'stw';
	font-size: 11px;
}
.parsi {
	font-family: 'mt';
	font-size: 15px;
}
table {
	height: 100%;
	margin: 0px auto;
}
td {
	-webkit-font-smoothing: antialiased;
}
table div div {
	height: 20px;
	white-space: nowrap;
}
