/* Print Style Sheet */

/* @media print {
    body {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 13px !important;
    width: 21cm !important;
    height: 29.7cm !important;
    display: block !important;
    margin: 0 !important;
    float: none !important;
    padding: 0 !important;
    color: #000 !important;
    background: #fff !important;
   } */

/* Print Style Sheet */
@media print {
body {
    background: white;
    color: black;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    overflow: visible !important;
    font-family: Calibri, Arial, sans-serif !important;
    }

.container {
    display: inline;
    }

#content {
    margin-left: 0 !important; 
    float: none !important;
    width: auto !important;
    }

#sidebar {
    display: none !important;
    }

#top-header {
    display: none !important;
    padding-top: 0px !important;
    }

.et_boxed_layout #page-container {
    box-shadow: none;
    border: 0 !important;
    }

.et_boxed_layout #page-container .et_pb_row {
    padding: 0px !important;
    position: relative;
    top: 10px;
    margin: 0 !important;
    max-width: 1000px;
    width: 100% !important;
    }

.et_pb_text_1 {
    padding: 0px !important;
    position: relative;
    top: -30px;
    margin: 0 !important;
    width: 100% !important;
    }

.et_pb_text_2 {
    padding: 0px !important;
    position: relative;
    top: -30px;
    margin: 0 !important;
    width: 100% !important;
    }

.et_pb_row_2 {
    padding-top: 0 !important;
    }

.tablepress-id-9 .row-1,
.tablepress-id-9 .row-2,
.tablepress-id-9 .row-3,
.tablepress-id-9 .row-4,
.tablepress-id-9 .row-5,
.tablepress-id-9 .row-6,
.tablepress-id-9 .row-7,
.tablepress-id-9 .row-8,
.tablepress-id-9 .row-9,
.tablepress-id-9 .row-10,
.tablepress-id-9 .row-11,
.tablepress-id-9 .row-12,
.tablepress-id-9 .row-13,
.tablepress-id-9 .row-14,
.tablepress-id-9 .row-15,
.tablepress-id-9 .row-16,
.tablepress-id-9 .row-17,
.tablepress-id-9 .row-18,
.tablepress-id-9 .row-19,
.tablepress-id-9 .row-20 {
    padding: 2px !important;
    }

.tablepress-id-9 tbody td {
    font-family: Times, Calibri, Arial, sans-serif !important;
    font-size: 14px !important;
    color: #000;
    }

.tablepress-id-9 input[type="text"], input.text, input.title, textarea, select {
    background-color: #FFF !important;
    border: 0 !important;
    font-family: Times, Calibri, Arial, sans-serif !important;
    font-size: 13px !important;
    padding: 0 !important;
    }

body .tablepress-id-9 .entry-content tr td, body.et-pb-preview #main-content .container tr td {
    border: 1px solid #555;
    font-family: Times, Calibri, Arial, sans-serif !important;
    font-size: 14px !important;
    padding: 0 !important;
    }

.tablepress-id-10 .column-1 {
    display: none !important;
    }

.tablepress-id-10 .column-2 {
    width: 100% !important;
    }
}

