    h3 {  }
    .headlineLabel{
        font-family: inherit;
        font-size: 32px;
        font-weight: 600;
        text-align: left;
		color:inherit;
        display: block;
        white-space: nowrap;
    }
    #newsData{
        font-size: 32px;
        font-weight: 100;
        margin:0;
        margin-top:0px;
		color:#fff;
        height: 100%;
        width: 1715px;
    }
    .headline{
    	display: block;
    	vertical-align: middle;
        line-height: .8;
        width: 100%;
    }
    .headlinesFeed{
    	display: table;
    	height: 100%;
        margin:0 0;
		color:inherit;
    }
    .headlinesFeed div{
    	display: table-cell;
    	vertical-align: middle;
    	height: 100%;
		color:inherit;
    }