 .newsflash {
    background: #E01827;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;align-items:stretch; color:var(--white); line-height: 1.4;
}
.newsflash-heading{background:var(--primerycolor); color: var(--white); padding: 7px; text-transform: uppercase; font-size: var(--smallfontsize);font-family: var(--boldfonts);margin-right: 10px;width: min-content;}
.newsflash-title{display: inline-block; padding: 5px 10px 5px 5px;align-self: center;}
#newscontent{line-height: 17px;}
#news a {position: relative; color:var(--white);font-family: var(--boldfonts); font-size: var(--smallfontsize);line-height: 12px;}
/*#news a:after {
    position: absolute;
    content: ">";
    top: -7px;
    right: -20px;
    color: var(--white);
    font-size: var(--titlefontsize);
}*/
#ticker li {
            list-style: none;
        }
a#next_trigger, a#prev_trigger, a#play_trigger, a#pause_trigger {
    background: var(--white);
    border-radius: 50%;
    border: 1px solid var(--white);
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    padding: 1px;display: none;
}
 a#play_trigger, a#pause_trigger{display: none;}
 #ticker_container{display: flex; align-items: center;}
 #controls{display: flex; flex-wrap: nowrap;}