
.wbe-before {
    margin-bottom: 20px;
    margin-top:20px;
    max-width: 70%
}

.wbe-after {
    font-size: 14px;
}

.wbe-table {
    display: flex;
    flex-flow: column nowrap;
    line-height: 1.5;
    border: 1px solid #d0d0d0;
    flex: 1 1 auto;
    margin: 10px 0;
    margin-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

.wbe-th {
    display: none;
    font-weight: 700;
    background-color: #f2f2f2;
}

.wbe-th > .wbe-td {
    white-space: normal;
}

.wbe-tr {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.wbe-tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

.wbe-tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.wbe-td {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5em;
    word-break: break-word;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    min-width: 0px;
    /*white-space: nowrap;*/
    border-bottom: 1px solid #d0d0d0;
}

.checkbox {
    display: flex;
    min-width: 3%;
    max-width: 20px;
    justify-content: center;
    padding-top: 10px;
}

.wbe-subcolumn {
    flex-direction: column;
    flex-wrap: nowrap;
    border-bottom: 1px solid #d0d0d0;

}

.cmb-type-shortcode-fieldtype .cmb-td {
    padding-left: 0;
}

.wbe-section-header {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.wbe-builder-table {
    display:flex;
    flex-direction: column;
    margin: 10px;
}

.wbe-builder-element {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wbe-builder-label {
    min-width: 90px;
    align-self: center;
}

.wbe-builder-column-left{
    max-width: 60%;
}

.wbe-builder-header {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.wbe-builder-generated {
    margin-bottom: 20px;
}