.news-ticker {
    max-width: 620px;
    margin: auto;
}

    .news-ticker li {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: white;
        background: #58595b;
        overflow: hidden;
        height: 48px;
        padding: 0px;
        line-height: 30px;
        list-style: none;
        font-size: 12px;
        text-align: left;
        /*border-bottom: 1px dotted #2c8162;*/
    }

        .news-ticker li:hover {
            cursor: pointer;
            /*color: white;*/
            /*background: #707073;*/
        }
