@font-face {
    font-family: 'vazirblack';
    src: url('https://www.tgeik.com/files/font/vazirregweb.woff2') format('woff2'),
         url('https://www.tgeik.com/files/font/vazirregweb.woff') format('woff'),
         url('https://www.tgeik.com/files/font/vazirregweb.ttf') format('truetype'),
         url('https://www.tgeik.com/files/font/vazirregweb.svg#vazirregweb') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul { 
    padding-left: 1.4em; 
    list-style:none; 
}
q:before, q:after { 
    content:'';
}
body{
    background: #333333;
    color: black;
    margin: 0 0 0 0;
    text-align: center;
}
a{
    color: #dd9944;
    text-decoration: none;
}
a:hover{
    color: white;
    transition: color 0.2s ease-in;
}
.post{
	line-height: 1.2;
	margin-top: 0;
    padding-top: 0px;
}
.post a{
    color: white;
    text-decoration: none;
}
.post a:hover{
	color: black;
	transition: color 0.2s ease-in;
}
.nolinewhite{
    color: white;
	text-decoration: none;
}
.nolinewhite:hover{
    color: black;
    transition: color 0.2s ease-in;
}
.textfooter{
	color:white;
	text-decoration: underline dotted !important;
}
.textfooter:hover{
	color: black;
	transition: color 0.2s ease-in;
}

.nolineblack{
    color: black;
    text-decoration: none;
}
table{
    border-collapse: collapse;
    border-spacing: 10;
    border: 0;
}
td{
    padding: 0;
}
div{
    direction: rtl;
    padding: 10px 10px 10px 10px;
}
#main{
/*    font-family: vaz, tahoma, times new roman, sans-serif;  */
    font-family: 'vazirblack';
    direction: rtl;
    width: 900;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}
.yellow{
    background: #DD9944;
    border-radius: 15px;}
.blue{
    background: #335577;
    border-radius: 15px;
}
.green{
    background: #005500;
    border-radius: 15px;
}
.red{
    background: #AA4444;
    border-radius: 15px;
}
.gray{
    background: #333333;
    padding-top: 0;
    padding-bottom: 0;
}
H3{
    font-size: 1.2em;
    margin-top: 0;
}
.gbtn circle{
    fill: #aa4444;
    stroke:black;
    stroke-width:3;
}
.gbtn polygon{
    fill: #dd9944;
    transition: fill 0.15s linear;
    stroke:black;
    stroke-width:3;
}
.gbtn:hover polygon{
    fill: #005500;
}
.progressContainer {
    text-align: left;
    direction: ltr;
    width: 150px;
    height: 8px;
    background: #335577;
    border-radius: 6px;
    padding: 0 0 0 0;
    transition: background 1s ease-out;
}
.progressBar {
    width: 1px;
    height: 8px;
    background: #335577;
    transition: width 0.1s ease;
    border-radius: 6px;
    padding: 0 0 0 0;
}	
p{
	margin-top: -3px;
}


/*.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.commentlist .reply {
	padding: 40px 40px 40px 40px;
	margin: 50 50 50 50;
}  */