.vrp-widget .vrp-content {
    margin: 0;
    padding: 0;
}
.vrp-widget .vrp-post-list {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
	overflow: hidden;
}
.vrp-thumbnail {
    height: 100px;
    width: 100px;
    float: left;
    margin: 0 10px 10px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.vrp-title {}
.vrp-more a,
.vrp-more a:visited,
.vrp-title a,
.vrp-title a:visited {
    color: inherit !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.vrp-title a:hover,
.vrp-more a:hover {
    text-decoration: underline !important;
}
.vrp-viewer, .vrp-time {
    font-size: 80%;
    opacity: 0.5;
	margin-top: 2px;
}