/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.digo_most_visited_widget_content .item {
    height: 98px;
    padding: 0.9rem 0;
    border-bottom: 1px solid #e1e1e1;
}
.digo_most_visited_widget_content .item:last-child {
    border: none;
}
.digo_most_visited_widget_content .image {
    width: 25%;
    display: inline-block;
    float: left;
    margin-right: 5%;
    height: 80px;
    overflow: hidden;
}
.digo_most_visited_widget_content .image IMG {
     width: 100%;
}
.digo_most_visited_widget_content .content {
    width: 70%;
    display: inline-block;
    font-size: 14px;
    height: 80px;
    overflow: hidden;
}