/* Enter Your Custom CSS Here */
.recent-row {
    min-height: 318px;
}

div.recent-topic {
    line-height: 20px;
    margin: 15px 0 10px;
}

.recent-topic .blogImage {
    float: left;
    margin-right: 10px;
}

.recent-topic a, .links a {
    color: #555555;
	margin-top: 3px;
}

a.blogImage {
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    width: 50px;
	height:51px;
    transition: all 0.2s ease 0s;
	float:left;
	margin-right:10px;
  	clear:both;
}

a.blogImage img {
	width:50px;
	height:50px;
}

.recent-topic a:first-child:hover  {
    opacity:0.8;
    transition: all 0.2s ease 0s;
}

.recent-topic p {
    color: #999999;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-segment h2{
color: rgb(232, 237, 240);
	margin-bottom:20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
padding-bottom:20px;
font-family: Oswald, sans-serif;
font-size: 22px;
font-weight: 500;

}
