 .ticker-panel {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 45px;
    overflow: hidden;
    background-color: #ffffff;
    font-family: Arial,sans-serif;
    font-size: 9pt;
    border-radius: 4px;
  
}
        .ticker {
             margin:0px;padding:0px; list-style:none; position:absolute; left:145px; top:0px;

        }
          .ticker-title i {
 margin-right:5px;
        }
  .ticker-title {
    position: absolute;
    left: 1px;
    top: 0px;
    padding: 0px;
    background-color: #edebeb;
    line-height: 45px;
    padding-right: 15px;
    padding-left: 7px;
    color: #605d5d;
    font-weight: bold;
    font-size:12pt;
}

  .ticker-title:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #edebeb;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translate(0,-50%) rotate(45deg);
}
        .news--ticker {
             margin:0px;padding:0px; 
        }

        .ticker li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 38px;
    margin-left: 15px;
}
      .ticker li a {
    text-decoration: none;
    color: #555;
    line-height: 45px;
    font-size: 12pt;
    font-weight:bold;

}