/*
Title:    Styles for ITB News widget plugin
Author:   Geoff Beale
Version:  2.4.3
*/
.itb_news_widget h2 {
    margin-bottom: 4px!important;
}
.itb_newsitem h3 {
    font-size: 17px;
    font-weight: 600;
    color: #0E3D0B;
    margin: 4px 0;
}
.itb_newsitem p {
    margin-bottom: 4px!important;   
}
.itb_readmore {
    color: FFFFFF!important;
    font-size: 18px;
    line-height: 30px;
    width: 120px;
    height: 30px;
    margin: 8px auto;
    background-color: #0E3D0B;
    text-align: center;
}
.itb_readmore a {
    color: wheat;
}
.itb_readmore a:hover {
    color: #FFFFFF;
}
.itb_divider {
    border-top: 3px dashed #bbb;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 8px;
}