    .content-text{
        text-align: justify;
        text-indent: 15px;
        line-height: 2.2rem;
        color: #646464;
    }
    .content-text p{
        margin-bottom: 15px;
    }
    #PageView header h1{
        color: #0077b6;
        font-weight: bold
    }
    #PageView .content-text h2{
        color: #ff0000;
        font-weight: bold;
        font-size: 1.1rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }    

    .post-info .Update,.post-info .Author, .post-info .Hits {
        background-color: rgba(0,0,0,0.1);
        color: #999;
        display: block;
        font-size: 13px;
        float: right;
        height: 25px;
        line-height: 25px;
        padding: 0 0px 0 10px;
        margin: 0 0 7px 10px;
    }
    .post-info .Update i, .post-info .Author i,.post-info .Hits i {
        color: #fff;
        background-color: #4d629f;
        margin-left: 8px;
        display: block;
        float: right;
        font-size: 15px;
        height: 25px;
        line-height: 25px;
        width: 30px;
        padding: 0 3px;
        text-align: center;
    }
    .Createdatetime{
        color: #959595;
        font-size: 0.85rem;
    }
    .media{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .media audio{
        width: 100%;
        border-radius:12px;
    }
    .media video {
        width: 100%;
        border-radius: 12px;
    }
