.postprofile {
background: #c4c2c2;
background: linear-gradient(90deg,rgba(196, 194, 194, 1) 0%, rgba(230, 230, 230, 1) 48%, rgba(240, 240, 240, 1) 100%);
float: left;
border-width: 1px;
border-color:#C3C3C3;
border-radius: 10px;
padding:5px;
margin-right:1px;
}

.post .postprofile dd, .post .postprofile dt {
margin-right: 1px;
margin-left: 1px;
}

.has-profile .postbody {
float: right;
}

.post {
box-shadow: 5px 5px 5px #8B8B8B;
border-width: 1px;
border-color:#555B66;
border-radius: 15px;
}