﻿.d-panel-classic-1 > .w-header {
    /*    border-top: 1px solid green;
*/ background-color: transparent;
    font-size: 36px;
    font-weight: bold;
    padding-top: 0px;
}

.d-panel-classic-1 > .w-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: transparent;
/*    padding-left: 20px;
*/}



.d-panel-classic-1 > .w-content .w-datagrid-row {
    border-bottom-width: 0px;
}


.custom-display-panel-holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

    .custom-display-panel-holder > .w-panel {
        width: auto;
        width: inherit;
    }

.custom-display-panel-holder > .sectionHeader {
    width: min-content;
}
