.post_date
{
    font-size:18px !important;
}

.post_title
{
     font-family: Poppins,sans-serif !important;
    font-size:26px !important;
    font-weight: 700;
}

.post_text
{
    font-size:16px !important;
}

.post_text a
{
    text-decoration: underline;
}

.post_date
{
    font-family: Poppins,sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    color: rgb(150,150,150);
    font-weight: 600;
}

.post_area
{
    padding-bottom:50px !important;
}

.post_area .ui-panelgrid-cell
{
    padding:5px 10px 0px 0px !important;
    vertical-align: top;
}

.post_author
{
    font-weight: 700;
}

.ui-datascroller-content
{
    border-width:0px !important;
}

.ui-datascroller-item
{
    padding-bottom:50px;
}

.topics_title
{
    text-transform: uppercase;
     font-size: 20px !important;
     border: 1px solid grey;
     border-width: 0 0 1px 0;
     width:100%;
}

.post_titlebar .pi
{
    font-size:16px !important;
    color:rgb(150,150,150);
}

.catagory_title
{
    font-size:24px !important;
    background:var(--color4) !important;
    color:white;
    width:100% !important;
    padding:20px;
}

.ui-selectlistbox-item
{
    border: none !important;
}

.ui-selectlistbox-item.ui-state-highlight
{
    border: 1px solid grey !important;
}

.ui-selectonelistbox.ui-inputfield
{
    border:none;
}

.post_image
{
    width: 100% !important; 
    height: auto;
}