/* Ticker */
/* Breaking news label */
.jmp-ticker-l {
    background: #393939;
    padding: 7px 11px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 16pt;
}
/* Background of ticker; default is black */
.jmp-ticker {
background: #4169e1;
}
/* Color of news text */
ul.jmp-ticker-c a {
color: #ffffff;
font-size: 14pt; 
}