.newsItem{
    width: 47%;
    float: left;
    display: inline-table;
    margin-right: 3%;
    margin-bottom: 40px;
}

.newsnavigation{
    width: 100%;
    height: 30px;
    background: #CCC;
}

.newstxtfour{
    color: #737373;
    font-size: 20px !important;
    font-weight: normal !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    margin: 10px 20px 10px 0px !important;
    height: 55px;
}

.newstxtthree{
    font-size: 90%;
    margin-top: 10px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    color: #4d4d4d;
    line-height: 1.5;
}

.newstxtone{
    font-style: oblique;
    font-size: 80%;
    color: #8c8c8d;
}

h2{
    color: #ffffff;
    font-size: 3vw !important;
    font-weight: lighter !important;
    font-family: 'SansationBold' !important;
    margin: 0px !important;
    text-transform: uppercase;
}

.newsItem h2{
    width: 100%;
    display: block;
    padding: 0 !important;
    font-size: 2vw !important;
}

.newsItem img{
    float: right;
    width: 50%;
    height: auto;
    margin-left: 20px;
    border-color: #FFF !important;
}

.pdate{
    text-align: right !important;
    width: 98%;
    float: right;
    margin-top: 10px;
    font-style: italic;
    background: #CCC;
    padding-right: 2%;
    font-size: 80%;
}

.preadmore{
    width: 300px;
    position: relative;
    display: inline-block;
    z-index: 20;
}

.newsItem p a, .newsItem p a:visited {
    background: #CCCCCC;
    color: #000;
    padding: 7px 13px 8px 13px;
    border-radius: 5px;
    text-decoration: none;
}

.newsItem p a:hover{
    background: #6e6e6e;
    color: #FFF;
    padding: 7px 13px 8px 23px;
}

.newsItem hr{
    height: 10px;
    background-color: #FFFFFF;
    display: none;
} 