section.pipelinestatuses-wrapper {
    position: absolute;
    height: calc(100% - 75px);
    max-width: calc(100% - 130px);
    overflow-x: auto;
    overflow-y: hidden;
}
ul.pipelinestatuses-columns {
    height: 100%;
    display: inline-flex;
}
li.pipelinestatus-column {
    width: 260px;
    height: 100%;
    border: 1px solid #d3e2ea;
    flex-shrink: 0;
    overflow: hidden;
    background: rgb(245, 248, 250);
    flex-direction: column;
    margin-right: 5px;
}
.header.pipelinestatuslbl {
    height: 35px;
    max-height: 35px;
}
.leads-column {
    max-height: calc(100% - 35px);
    height: calc(100% - 35px);
}
.leads-column ul{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #f5f7f9;
}
.pipelinestatuses-header{
    height: 28px;
}
