/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_NewsTicker
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 #wk_nt_news {
     width:100%;
     height:25px;
     padding-top: 5px;
     overflow: hidden;
     position: relative;
}
#wk_nt_news ul {
     display:inline-block;
     list-style: none;
     padding:0;
     position: absolute;
     margin-left: 0px;
     text-align:center;
}
#wk_nt_news ul li {
     float:left;
     cursor: pointer;
     font-size:14px;
     padding: 2px 15px;
}
.wk_nt_newsticker {
     width: 99.2%;
     background: #373837;
     padding: 5px;
     height: 30px;
     color: white;
     border-radius: 5px;
     float: left;
}
