.pertiPosts
{
    margin: 0 auto;
    padding: 10px 10px 0px 5px;
    background: #fff;
}

.colCnt
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.postinr
{
    cursor: pointer;
    margin: 0 auto;
    width: 97%;
    padding-top:10px;
    padding-bottom:10px;
    background: #fff;
}
.usrbx
{
    width: 280px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.picBoxCate
{
    cursor: pointer;
    margin: 0 auto;
    border:3px double #ccc;
    border-radius: 4px;
    width: 280px;
    height: 120px;
    background: #555;
    background-position:center;
    background-size:cover;
    box-shadow: 0px 0px 5px 1px #ccc;

}
.postTextBox
{
    width: 280px;
    margin: 0 auto;
    margin-top: 8px;    
}
.colCntPera
{
    min-height: 100px;
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
}
.cateName
{
    margin: 0px;
    margin-top: 13px ;
    font-size: 18px;
}
.tagline
{
    font-weight: normal;
    line-height: 24px;
    color: #777;
}
.descriptionBoxRE
{
    font-weight: normal !important;    
}

.dabokda
{
    width:100% ;
    margin-top:10px;
}
.dabokdah1
{
    font-size: 20px;
    margin: 0px;
}



/*Questions Style*/

.questionContainer h1
{
    font-size: 20px;
}
.answerContainer
{
    font-weight: normal;
}
.answerContainer p
{
    font-size: 20px;
}
/*Questions Style*/




@media screen and (max-width: 767px) 
{
    .usrbx
    {
        width: 280px;
        margin: 0;
        margin-bottom: 5px;
    }
    .picBoxCate
    {
        cursor: pointer;
        margin: 0 ;
        border:3px double #ccc;
        border-radius: 4px;
        width: 280px;
        height: 120px;
        background: #555;
        background-position:center;
        background-size:cover;
        box-shadow: 0px 0px 5px 1px #ccc;

    }
    .postTextBox
    {
        width: 280px;
        margin: 0 ;
        margin-top: 8px;    
    }
}