.sectionSelector {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid #2873e2 !important;
    position: relative;
    overflow: hidden;
}

.sectionSelector::before {
    content: attr(data-ps-section-label);
    border: 1px dotted white;
    background-color: #2873e2;
    position: absolute;
    top: 0px;
    display: inline-table;
    float: left;
    color: #fff;
    padding: 2px 10px;
    z-index: 999;
    text-transform: capitalize;
    height: auto;
    width: auto;
    font-size: 12px;
    left: 0;
}