span.top_five_title {
    width: 230px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -6px;
}

.top_five_description {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 165px;
    overflow : hidden;
    margin-bottom: 10px;
    /*
	font-size: inherit;
	line-height: inherit;

    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    */
}

.top_five_thumb {
	max-height: 100px;
}
