#globalAnnouncementBanner{
    position:fixed;top:89px;right:85px;z-index:900;
    width: calc(100% - 780px) ;
    height:35px;
    padding-top:6px;
    background:#212529;color:#fff;text-align:right;
    border:1px solid #007bff;
    border-radius:14px ;overflow:hidden;
    box-shadow: inset 0 0 8px rgba(0,0,0,1);
}

#announcementTicker{width:100%;height:28px;overflow:hidden;position:relative;}
.ticker-track{display:inline-block;white-space:nowrap;position:absolute;left:0;top:0;}
.ticker-heading{margin-right:36px;}


.ann-read-more{
    text-decoration: none;
}