/* Posts in Tabs Plugin CSS */
.news-tabs-home .widget-tabs li {
    margin: 0 20px 0 0;
}
.news-tabs-home .widget-tabs li a {
    outline: none;
    padding: 0 0 10px;
}
.news-tabs-home .widget-tabs li.uk-active a {
    font-weight: bold !important;
}
.news-tabs-home .item-box {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px #eee;
    padding: 15px;
    margin: 0 0 14px;
}
.news-tabs-home .item-box h4 {
    display: block;
    font-size: 15px !important;
    margin: 0 0 4px;
}
.news-tabs-home .item-box .date {
    display: block;
    font-size: 13px !important;
	margin: 0 !important;
}