html, body, h1, h2, h3, h4, h5, h6 {
font-family: Vazir, tahoma;
}
a {
text-decoration: none;
}
.avatar {
vertical-align: middle;
display: inline-block;
background: url(//parsiblog.com/View/tempIMGs/General/img/avatar1.png) center center/cover;
width: 100px;
height: 100px;
}
.overflow {
overflow: inherit !important;
max-height: none !important;
}
hr {
margin:6px 0;
}
.flex {
display: flex;
}
.flex > * {
flex: 1;
}
aside > section {
margin-bottom: 46px;
}
aside > section > div, aside > section > footer {
font-weight: lighter;
font-size: 14px;
}
article > header {
margin-bottom: 32px;
font-weight: bold;
}
article > header > .title {
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid;
padding-bottom: 10px;
}
article > header > .meta {
padding-top: 8px;
}
article img {
height: auto;
max-width: 100%;
}
.w3-tag {
margin: 0 0 10px 8px;
padding: 5px 10px;
font-size: small;
}
/*.rss {
font-weight: bold;
color:white;
background-color: #ff6600;
direction: rtl;
font-family: Tahoma;
font-size: 8.88333px;
}*/