/*

Theme Name: Watchpoint

Template: Divi

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
.container {
    display: none;
}

@media (min-width: 981px) {
    .et_pb_section {
        padding: 0% 0;
    }
}

@media only screen and (min-width: 1350px) {
    .et_pb_section {
        padding: 0px 0;!important;
    }
}

.Cell h2 {
    color: white;
}

.Cell h3 {
    color: white;
}

.Cell img {
    position: relative;
    top: 20px;
}
.Cell .wp {
    position: relative;
    bottom: 30px;
}
.Cell .wpt {
    position: relative;
    bottom: 30px;
}

.entry-content .et_pb_section {
    padding: 0;
}

body {
    font-family: sans-serif;
}

.Table {
    display: table;
    background-color: #070707;
    width: 100%;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
    color: #EEE;
}

.Row {
    font-weight: bold;
    text-align: center;
    color: #EEE;
}

.Cell {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
}

#main-footer #footer-bottom {
    padding: 0;
}


/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
    background: #e5e5e5;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: 1px solid #fafafa;
    display: table-cell;
    padding: 30px 10px 30px 30px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.divTableBody .divTableRow .divTableCell:first-child {
    width: 30%;
}

.divTableBody .divTableRow:last-child .divTableCell {
    height: 200px;
    padding-right: 10px;
}

.imgTable {
    display: table;
    width: 100px;
    position: absolute;
    bottom: 2%;
    left: 27%;
}

.imgTableCell {
    display: table-cell;
    padding: 3px 10px;
}

.imgTableBody {
    display: table-row-group;
}

.imgTableBody .divTableRow .imgTableCell {
    height: 200px;
}

.imgTable img {
    width: 60%;
}

.et_pb_section .et_pb_section_0_tb_header {
    padding: 0%;
}
.et_pb_section .et_pb_section_0_tb_header .et_section_regular{
    padding: 0%;
}