    #newsfeed {
        position: absolute;
        z-index: 100 !important;
        width: 453px;
        height: 85px;
        left: 17px;
        top: 350px;
        font-family: inherit;
        color: #fff;
        font-size: 1em;
        padding-left: 23px;
        overflow: hidden;
    }
    .headlineLabel{
        font-family: inherit;
        font-size: 23px;
        font-weight: 600;
        text-align: left;
        color:inherit;
        display: block;
        white-space: nowrap;
    }
    #newsData{
        font-size: 20px;
        font-weight: 100;
        margin:0;
        margin-top:0px;
        color:inherit;
        height: 100%;
        width: 1715px;
        padding-left: .5em;
        position: relative;
        top: 0;
    }
    .headline{
        display: block;
        width: 100%;
    }
    .headlinesFeed{
        height: 100%;
        margin:0 0;
        color:inherit;
    }
    .headlinesFeed div{
        display: table-cell;
        height: 100%;
        color:inherit;
    }