.news-tab {
    border-width: 1px;
    border-color: #0f85b5;
    border-style: solid;
    padding: 5px;
    /*margin: 10px;*/
    height: auto;
    
}

.tab-title {
    color: Black;
    font-weight: bold;
    font-size: 13px;
}

.left-button{
    margin-left: 3px;
}

.tab-button {
    /*Set border*/
    border-width: 1px;
    border-color: #0f85b5;
    border-style: hidden;
    border-bottom-color: white;
    border-bottom-width: 2px;

    /*Remove OS outline*/
    outline: none;

    /*Set margins*/
    margin-top: 3px;
    margin-bottom: 0px;

    /*Tab style*/
    font-size: 13px;
    font-weight: bold;
    color: black;

    /*Padding adjustments*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.tab-active {
    /*Set border style*/
    border-style: solid;

    /*Move margin to overlap border*/
    margin-bottom: -2px;

    /*Tab style*/
    background-color: white;
    color: #0f85b5;
}

.tab-date {
    font-weight: bold;
    font-size: inherit;
    white-space: nowrap;
    float: left;
    padding-right: 5px;
}

.tab-summary {
    color: Black;
    font-weight: normal;
    font-size: 12px;
}

.news-tab p {
    display: inline;
    font-size: 12px;
}

.item{
    margin-bottom: 20px;
}

.view-link {
    color: #222222;
    font-weight: bold;
    font-size: 12px;
}

.more-link {
    color: Black;
    font-weight: bold;
    font-size: 12px;
}