.ss_date {
    font-size: 12px; 
    margin-bottom: 20px;
    color: rgba(0,0,0,0.6)!important;   
}
.ss_description { margin-top: 20px }
.ss_description > p > img {
    max-width: 100%;
}
.news-feed-psq-container img {
    display: block;
    max-width: 100% !important;
    margin: 0 auto;
}

/* mimicking styles from psq post page */
img.fr-space-around-image, .fr-view img.fr-space-around-image {
		margin: 20px !important;
}
img.fr-framed-image, .fr-view img.fr-framed-image {
    border: 5px solid #dddddd;
    box-shadow: #222222 0px 10px 10px -10px;
    padding: 0;
}
img.fr-rounded-image, .fr-view img.fr-rounded-image {
    border-radius: 50%;
}
.tbl-rsp-right-column {
    padding-left: 8px;
}
.tbl-rsp-left-column {
    padding-right: 8px;
}
.smart_site_item .two-col {
    display: flex;
}
/* end of mimicking styles from psq post page */