.shortc-related-posts
{
	border-radius: 3px;
	border-right: 4px solid  #ffa500;
    background: #f0f0f0cc;
    padding: 4px 15px;
}
.shortc-related-posts hr
{
	    margin: 5px 0;
    border-top: 2px solid     #f0f0f0;
}
.shortc-related-posts a
{
	text-decoration:none;
	color: #32b4fd;
	 font-weight: 700;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
}
.shortc-related-posts .meta img
{
	vertical-align: middle;
	width: 50px;
    height: 50px !important;
    display: inline-block;
    margin: 10px 0 10px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*
.shortc-related-posts a:hover
{
	color:black !important; 
}
*/