﻿.vfb_widgets .categories ul {
    list-style-type: none; 
    margin-left:0; 
}

.vfb_widgets .categories>ul, 
.vfb_widgets ul.well {
    background-color: #ffffff;
}

    .vfb_widgets .categories > ul > li {
        border: 1px solid #cccccc;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #e4e4e4;
    }

.vfb_widgets .categories>ul>li>h4 a {
    color: #444444;
}

.vfb_widgets .categories ul li ul li {
   display:inline-block;
}

.vfb_widgets .categories a {
    margin: 5px;
}


.vfb_widgets .categories .well {
    margin-bottom: 0px;
    padding:10px;
}

.vfb_widgets a.btn-success {
    width:115px; 
}

.vfb_widgets span.label-default {
    color: #799c4b;
    background-color: #ffffff;
    border: 1px solid #799c4b;
    border-radius: 10px;
}

.vfb_widgets .label-default a {
    color: #799c4b;
    text-decoration: none;
}

.vfb_widgets .label-default:hover {
    background-color: #799c4b;
}

.vfb_widgets .label-default a:hover {
    color: #ffffff;
}

.vfb_widgets .article-thumbnail, 
.vfb_widgets img {
    width:100%; 
    height:auto;
    display:block;
    margin-right: 15px;
}

.vfb_widgets .item-img-wrapper {
    margin: 0; 

}

.vfb_widgets .featured-articles h4 a {
    color: #799c4b; 
}

.vfb_widgets .featured-articles {
		margin-top: 15px;
		margin-bottom: 30px;
	}

.vfb_widgets .panel.featured-article-panel .panel-body {
    padding: 0; 
}

.vfb_widgets .panel.featured-article-panel .article-title {
    font-size: 1.333em;
    padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
}
.vfb_widgets .panel.featured-article-panel a {
    text-decoration: none;
    text-align: center; 
}