.CSSTableGenerator {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    overflow-x: auto;
}

.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.CSSTableGenerator tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.CSSTableGenerator tr:hover td {
    background-color: grey;
}

.CSSTableGenerator tr:nth-child(odd) {
    background-color: #e5e5e5;
}

.CSSTableGenerator tr:nth-child(even) {
    background-color: #ffffff;
}

.CSSTableGenerator td {
    vertical-align: middle;
    border: 1px solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 7px;
    font-size: 100%;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}

.CSSTableGenerator tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.CSSTableGenerator tr td:last-child {
    border-width: 0px 1px 1px 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.CSSTableGenerator thead th {
    background: -o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000));
    background: -moz-linear-gradient( center top, #4c4c4c 5%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");
    background: -o-linear-gradient(top, #4c4c4c, 000000);
    background-color: #4c4c4c;
    border: 0px solid #000000;
    text-align: center;
    padding-left: 7px;
    border-width: 1px 1px 1px 1px;
    font-size: 125%;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    vertical-align: bottom;
}

.CSSTableGenerator tr td:nth-child(5),
.CSSTableGenerator tr th:nth-child(5) {
    display: none;
}

.CSSTableGenerator tr td:nth-child(7),
.CSSTableGenerator tr th:nth-child(7) {
    display: none;
}

.CSSTableGenerator tr td:nth-child(9),
.CSSTableGenerator tr th:nth-child(9) {
    display: none;
}

.weightinput {
    font-size: 100% !important;
    font-family: Arial !important;
    font-weight: bold !important;
    width: 60px !important;
}

#t3-content {
    width: 100%;
    margin-left: 60px;
    margin-right: 0px;
    padding-right: 60px
}

.t3-sidebar {
    display: none;
}

#flt1_spiceblends,
#flt0_spiceblends {
    width: 75%;
}

h2 {
    margin: 10px !important;
    margin-bottom: 0 !important;
}

.labelcss {
    display: inline !important;
    color: white;
    font-size: 100% !important;
    font-family: Arial !important;
    font-weight: bold !important;
    vertical-align: middle !important;
}

.disclaimer {
    padding: 0;
    margin-left: 10px;
}

#flt0_spiceblends {
    min-width: 140px;
    font-size: 10pt;
}

#flt1_spiceblends {
    min-width: 75px;
    font-size: 10pt;
}

#flt2_spiceblends {
    min-width: 250px;
    font-size: 10pt;
}

input {
    /*width: 13px !important;
    height: 13px !important;*/
    padding: 2 !important;
    margin-right: 5px !important;
    vertical-align: middle !important;
    position: relative !important;
    top: -1px !important;
    *overflow: hidden !important;
}

.printButton {
    font-size: 15pt;
    padding: 4px;
    margin: 10px;
    font-family: sans-serif;
    font-weight: bold;
    color: #444444;
}

@media print {
    body:before {
        content: url(/images/HC-home-logo_2016.png);
    }
    * {
        color: black !important;
        background: white;
    }
    label {
        color: black;
    }
    table {
        font-size: 80%;
        page-break-inside: auto
    }
    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }
    thead {
        display: table-header-group
    }
    tfoot {
        display: table-footer-group
    }
    #head-row {
        display: none;
        margin: 0 0 0 0;
    }
    .header-top,
    .t3-copyright,
    .fltrow,
    .t3-sidebar,
    .t3-module,
    .printButton,
    div.breadcrumbs {
        display: none;
        margin: 0 0 0 0;
    }
    .nocalc {
        display: none;
    }
    .printLogo {
        background-image: url(/images/HC-home-logo_2016.png) !important;
        background-repeat: no-repeat !important;
        display: inline-block;
        width: 500px;
        height: 200px;
    }
    @page {
        size: 8in 11in;
    }
}
