/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
div#post-7 table,div#post-7 table th,div#post-7 table td,div#post-7 table tr {
    border: none;
}



div#post-7 table th, div#post-7 table td {
    display: block;
    width: 100%;
    padding-left: 30px;
    text-align: left;
}

div#post-7 table {
    border-left: dotted 2px #666;
}



div#post-7 table th {
    position: relative;
	font-size: 20px;
}

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

div#post-7 table th::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background: #666;
    left: 7px;
    top: 24px;
}