#break-wrapper{background:#f5f5f5;border:1px solid #e9e9e9;border-top:0;padding:5px;box-sizing:border-box;margin:0 auto}

#dxn-news-ticker{display:flex;width:100%;height:30px;overflow:hidden;box-sizing:border-box;line-height:30px}

.dxn-news-label{flex:0 0 auto;background:#1d3765;color:#fff;font-size:11px;font-weight:700;padding:0 12px;line-height:30px;z-index:2}

.dxn-news-window{position:relative;flex:1;overflow:hidden;height:30px}

.dxn-news-track{display:flex;width:max-content;height:30px;align-items:center;animation:dxnTicker 28s linear infinite;white-space:nowrap}

.dxn-news-item{display:inline-flex;align-items:center;height:30px;color:#2875bd;text-decoration:none;font-size:13px;font-weight:400;margin-right:55px;white-space:nowrap}

.dxn-news-item:hover{color:#1d3765;text-decoration:none}

.dxn-news-type{margin-right:5px;font-weight:700;color:#444}

.dxn-news-title{color:#2875bd}

@keyframes dxnTicker{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media screen and (max-width:767px){
  #break-wrapper{padding:5px 0}
  #dxn-news-ticker{height:30px}
  .dxn-news-label{padding:0 9px;font-size:10px}
  .dxn-news-item{font-size:12px;margin-right:35px}
}
