 @font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSans_Bold.woff2') format('woff2');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/IRANSans_Medium.woff2') format('woff2');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANSans_Light.woff2') format('woff2');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/IRANSans_UltraLight.woff2') format('woff2');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans.woff2') format('woff2');  /* All Major Browsers */
}

body {
	direction: rtl;
	unicode-bidi: embed;
	font-family: IRANSans;
	font-weight:300;
	font-size:16px;
}

a {
	display: inline-block;
}

caption,
td,
th {
	text-align: right
}

.checkbox label,
.radio label {
	padding-right: 20px;
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
	margin-right: -20px;
}

.commentlist .avatar {
	left: auto;
	right: -102px;
}