ul.related-news
{
    padding: 0;
}

.related-news-title
{
	font-weight: bold;
	font-size: 16px;
	margin:20px 5px 10px 5px;
}

[dir="rtl"] ul.related-news,
[dir="rtl"] .related-news-title
{
	font-family: "IRANSans","byekan";
}

[dir="ltr"] ul.related-news,
[dir="ltr"] .related-news-title
{
	font-family: "IRANSans","calibri";
}

ul.related-news li
{
    direction: rtl;
    text-align: right;
}

ul.related-news li .badge
{
    float: left;
    font-weight: normal;
    font-size: 12px;
    padding: 6px;
}

ul.related-news li a.title
{
    color: rgb(121,121,121);
    display: inline-block;
    width: 70%;
    font-size: 13px;
}

ul.related-news li:hover a.title
{
    color: rgb(51,51,51);
    text-decoration: none;
}

ul.related-news li:hover
{
    background: #fafafa;
}

@media (max-width: 600px)
{
    ul.related-news li a.title
    {
        width: 70%;
    }
}

@media (max-width: 480px)
{
    ul.related-news li a.title
    {
        width:
        60%;
    }
}

@media (max-width: 320px)
{
    ul.related-news li a.title
    {
        width:
        60%;
    }
}

[dir="ltr"] ul.related-news li .badge
{
    float: right;
}

[dir="ltr"] ul.related-news li
{
    direction: ltr;
    text-align: left;
}