.wbm-stock{padding:15px;background:#fff}.wbm-stock__item{display:flex;padding:15px;background:#efefef}.wbm-stock__item:not(:last-child){margin-bottom:15px}.wbm-stock__image{max-width:300px;height:100%}.wbm-stock__detail{padding:0 0 0 15px;width:100%}.wbm-stock__title{font-size:24px!important;margin:0;padding:0}.wbm-stock__date{margin:0 0 15px;font-size:14px;font-weight:bold}.wbm-stock__description p{margin:0 0 15px;font-size:14px}.wbm-stock__description p.wbm-stock__comment{color:#a9a9a9}.wbm-stock__button{cursor:pointer;height:36px;padding:0 15px;color:#fff;font-size:14px;border:none;border-radius:5px;background:red;transition:all .3s ease-in-out}.wbm-stock__button:hover{background:#000}.wbm-stock__progress{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;margin:0 0 15px}.wbm-stock__progress-bar{position:relative;width:100%;height:20px;margin:0 0 5px;background:green;border-radius:5px;overflow:hidden}.wbm-stock__progress-line{position:absolute;display:block;height:100%;left:0;top:0;background-color:#16a92f;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem;animation:progress-bar-stripes 20s linear infinite;margin:0!important}.wbm-stock__progress-line.red{background-color:red}.wbm-stock__progress-line.right{left:auto;right:0}.wbm-stock__progress-text{color:#888;font-size:14px;font-weight:bold}.wbm-stock__table{width:100%;font-size:14px;background:#fff;border:none;border-collapse:collapse;margin-bottom:15px}.wbm-stock__table td{padding:7px}.wbm-stock__table td:nth-child(1),.wbm-stock__table td:nth-child(3),.wbm-stock__table td:nth-child(4){white-space:nowrap}.wbm-stock__table td:nth-child(2),.wbm-stock__table td:nth-child(3){padding:5px 15px}.wbm-stock__table tr:nth-child(2n+2){background:#efefef}.wbm-stock__table-star{width:20px}.wbm-stock form{display:inline-block;margin-right:10px}@keyframes progress-bar-stripes{from{background-position:-100% 0}to{background-position:0 0}}