#vsel {
    clear: both;
}

#vsel:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

#vsel p {
    margin: 0 0 5px;
    padding: 0;
}

.vsel-content {
    clear: both;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.vsel-content:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.vsel-meta {
    width: 36%;
    float: left;
}

.vsel-meta-right {
    width: 36%;
    float: right;
}

.vsel-meta-full {
    width: 100%;
    clear: both;
}

.vsel-meta-title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 17px;
    text-transform: uppercase;
    color: #0069b4;
    font-weight: 700;
}
.vsel-meta-date {
    font-size: 14px;
    font-weight: 600;
}

.vsel-meta-time {
    font-size: 14px;
    font-weight: 600;
}

.vsel-meta-location {
    font-size: 14px;
    font-weight: 600;
}
.vsel-meta-link {
    font-size: 14px;
    color: #0072bc;
}

.vsel-image-info {
    width: 60%;
    float: right;
}

.vsel-image-info-left {
    width: 60%;
    float: left;
}

#vsel .vsel-image {
    max-width: 40%;
    height: auto;
    float: right;
    margin: 5px 0 5px 10px;
    padding: 0;
    border: 0;
}

#vsel .vsel-image-left {
    max-width: 40%;
    height: auto;
    float: left;
    margin: 5px 10px 5px 0;
    padding: 0;
    border: 0;
}

.vsel-nav {
    clear: both;
}

.vsel-nav:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.vsel-nav a.next {
    float: right;
}

.vsel-nav a.prev {
    float: left;
}

.vsel-widget {
    clear: both;
}

.vsel-widget:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.vsel-widget .vsel-widget-text {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
}

.vsel-widget .vsel-meta {
    width: 100%;
    clear: both;
}

.vsel-widget .vsel-image-info {
    width: 100%;
    clear: both;
    float: left;
}

.vsel-widget .vsel-widget-link {
    clear: both;
}

@media screen and (max-width:767px) {

    .vsel-meta,
    .vsel-meta-right {
        width: 100%;
        clear: both;
        float: left;
    }

    .vsel-image-info,
    .vsel-image-info-left {
        width: 100%;
        clear: both;
        float: left;
    }
}
