﻿.cuttext
{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap; 
}
.Article-block
{		
    float:right;
    width:100%;    
	
   
}
#mainarticle h2
{
    font-family: 'yekan';
    direction: rtl;
    font-size:1.8rem;
}
#mainarticle h2 i
{
    color:#c8c8c8;
    font-size:1.5rem;
    padding:1%;
}
.Article-block span
{
	display: block;
text-decoration: none;
 padding:2% 1em;
float:right;
vertical-align: middle;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
text-align:right;
color: #fff;
direction:rtl;
    font-size: 1.5rem;
    background-color: #bc2e2d;	
}
.Article-block img
{
	display: block;
text-decoration: none;
 margin:1%;
float:right;
height:200px;
}
.Article-block i
{
    float:right;
    width:50%;
    color:#535353;
    padding:2% 0.5rem;
     font-size: 1.2rem;
}
#DescArt {
    width: 95%;   
    overflow: auto;
    /* float: right; */
    padding: 1% 2.5%;
    margin-right: 0;
    direction: rtl;
    background: #fff;
    clear: none;
    font-size:1.4rem;
    

}
#DescArt img
{
    width:100%;
}
.desccomment
{
    color:#fff;
    border-bottom:1px solid #808080;
}
.toolcomment
{
    background-color:#c8c8c8;
    font-size:large;
    padding:5px;
}
.navarbar
{
    background-color:#2a2a2a;
}
.headercomm
{
    background-color:#bc2e2d;
}
.Article-block:hover span
{
    background: #395b78;
   
}

.Article-block .img_loaded
{
    background-image:none;
}
#commentsList
{
    
}
.checked {
  background:#5d9ff5;
  box-shadow: 0 0 5px #5cd053;
  border-color: #28921f;
  color:#fff;
}
