/* 
Theme Name: DiviChild 
Theme URI: http://elegantthemes.com 
Description: A Child Theme built for Divi 
Author: Dein Name 
Author URI: http://deinedomain.de 
Template: Divi 
Version: 1 License: GNU General Public 
License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
padding-right: 0;
}
#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
display:none;
}

.entry-content table, body.et-pb-preview #main-content .container table {
    width: 100%;margin: 0 0 15px 0;
    border: 0px solid #fff;
    text-align: left;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 6px 24px;
    border-top: 0px solid #fff;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    color: #666;
    font-weight: 500;
    line-height: 1em;
}

