/*CSS*//*
 Theme Name:   onepress 
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     onepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/
table {
        width: 100%;
        margin-bottom: 20px;
        border: 0px solid #e9e9e9;
        border-collapse: collapse;
        border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
        border: 0px solid #fff;
	border-spacing: 0;
        line-height: 1.42857;
        padding: 5px;
        vertical-align: middle;
        text-align: center;
}
@media screen and (min-width: 940px) {
        .left-sidebar .content-area {
                float: right;
                padding-left: 39px;
                border-left: 0px solid #e9e9e9;
                margin-right: 1px;
                width: 74.77477%;
        }
        .left-sidebar .sidebar {
                padding-right: 39px;
                border-right: 0px solid #e9e9e9;
                margin-right: -1px;
        }
        .right-sidebar .content-area {
                padding-right: 39px;
                border-right: 0px solid #e9e9e9;
                width: 74.77477%;
        }
        .right-sidebar .sidebar {
                padding-left: 39px;
                border-left: 0px solid #e9e9e9;
                margin-left: -1px;
        }
}

