
.item-saleevent {
    position: relative;
    padding: 6px 8px;
    word-break: break-all;
}

.item-saleevent:before {
    content: " ";
    position: absolute;
    top: 16px;
    left: 180px;
    border:5px solid #17a2b8;
    border-radius: 10px;
    
}

.item-saleevent td:nth-child(3) div.content.bg {
    max-width: 458px;
    max-height: 320px;
    overflow-y: auto;
}

.sale-content {
    position: relative;
    padding: 8px 0;
}

.sale-content:before {
    content: "";
    background: #17a2b8;
    width: 1px;
    top: 8px;
    bottom: 8px;
    left: 185px;
    position: absolute;
}


/* customization*/

.sxx-panel-item-content .item-sale .stepbar {
    position: absolute;
    top: 45px;
    left: 0;
    width: 97%;
    z-index: 1;
}

.sxx-panel-item-content .item-sale .stepbar li {
    border-left: none;
}

.sxx-panel-item-content .item-sale .sxx-stepbar-detail-container {
    border: none;
    padding-top: 124px;
}

.sxx-panel-item-content .item-sale .sale-stage-control {
    position: absolute;
    width: 97%;
    top: 90px;
    left: 0;
    z-index: 1;
    background-color: white;
}

ul.floatul li {
    float: left;
    padding: 2px 10px 2px 0px;
    margin-right: 17px;
    color: #17a2b8;
  }
  .floatul:after {
    clear: both;
    content: "";
    display: inline-block;
  }
  .floatul {
    margin: 0 0 4px 0;
    padding: 0 16px;
  }