﻿.breaking-news .title {
    margin-right: 15px;
    background-color: #313971;
    font-family: roboto,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    line-height: 22px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.marquee {
    width: auto;
    overflow: hidden;
    height: 20px; 
    font-size: 14px;
    margin-top: 4px;
}
.marquee .text {
    color: #666;
}
    .marquee .colBlue {
        color: #313971;
    }