#phase-recent-posts-widget{

	}

#phase-recent-posts-widget li{
	list-style:none
	}

#phase-recent-posts-widget li a{
	display:block
	}

#phase-recent-posts-widget li a .image{
	display:inline-block;
	width:80px;
	height:60px;
	margin:0 0 -6px;
	background:#eee center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	border-radius:2px;
	}

#phase-recent-posts-widget li a .content{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 90px);
	max-height:60px;
	margin:0 0 0 10px
	}

#phase-recent-posts-widget li a .content h3{
    white-space:nowrap;
    overflow:hidden;
    o-text-overflow:ellipsis;
    text-overflow:ellipsis
	}

#phase-recent-posts-widget li a .content span{
	display:block
	}