/*
 * Copyright (C) Virasepehr Inforamtion Technology Co (virasepehr.com) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Amin Soltani <asoltani927@gmail.com>, 2016 - 2017
 *
 */

.entry-content{
    line-height: 1.8em;
    padding:20px;
    font-size: 14px;
    color: #444;
    text-align: justify;

}

.entry-content *{
    line-height: 1.8em;
}


.entry-content *{
    padding: auto;
    margin: auto;
}

.entry-content ul{
    list-style: inherit;
}
.keywords{

    border-top: 1px solid #cacaca;
    padding-top: 10px;
}

.keywords a{
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #f3f4f3;
    background: #ffffff;
    font-size: 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.keywords a:hover{
    background: #f8f8f8;
}