/*
Theme Name: lightning-child
Template: lightning
*/
/*flowtable*/
.article #flowTbl td {
    border: none;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 56px;
    padding: 0 4%;
    position: relative;
}

figure.wp-block-table.flowTbl table td {
    vertical-align: text-bottom;
    width: auto;
    border: none;
}
figure.wp-block-table.flowTbl table td {
    padding: 0 0 6px;
    padding-left: 2em;
    line-height: 1.6em;
    display: block;
    position: relative;
}
figure.wp-block-table.flowTbl table td:last-child {
    font-size: .9em;
    padding-bottom: 2em;
}
figure.wp-block-table.flowTbl table td:first-child strong {
    font-size: 1.3em;
}
div#post-255 table,div#post-255 table th, div#post-255 table tr, div#post-255 table td {
    border: none;
}

div#post-255 table th {
    background-color: transparent;
}

div#post-255 table th,div#post-255 table td {
    display: block;
    width: 100%;
}

div#post-255 th {
    font-size: 1.2em;
    text-align: left;
}

div#post-255 th,div#post-255 table td {
    padding-left: 30px;
}

div#post-255 table th {
    position: relative;
}

div#post-255 table th::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 20px;
    height: 176%;
    width: 2px;
    background: #666;
}

div#post-255 table th::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #199;
    border-radius: 50%;
    left: -12px;
    top: 10px;
}

div#post-255 table tr:last-child th::before {
    display: none;
}
body { outline: 5px solid red !important; }
.wp-block-table.flowTbl strong {
    font-size: 21px !important;
}