/*
body { background: #fff; font: 400 1em/1.4 "Open Sans", "Helvetica Neue", sans-serif; color: #333; text-align: center; padding: 4em 2em; }

h1 { font-weight: 300; font-size: 5em; line-height: 1.35; margin: 0 0 .125em; }
h1 + p { font-size: 1.5em; color: #999; max-width: 30em; margin: 0 auto 3em; }
    */
table { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; table-layout: fixed;}

th, td { font-family: inherit; font-size: .875em; line-height: 1.45; color: #333; vertical-align:top; padding: 4px; }
th { font-weight: 600; }

colgroup:nth-child(1) {border: 0 none;}
colgroup:nth-child(2) { border: 1px solid #ccc; }
colgroup:nth-child(3) { border: 1px solid #ccc; }
colgroup:nth-child(4) { border: 1px solid #ccc; }
colgroup:nth-child(5) { border: 1px solid #ccc; }
colgroup:nth-child(6) { border: 1px solid #ccc; }
colgroup:nth-child(7) { border: 1px solid #ccc; }
colgroup:nth-child(8) { border: 1px solid #ccc; }
colgroup:nth-child(9) { border: 1px solid #ccc; }
colgroup:nth-child(10) { border: 1px solid #ccc; }
colgroup:nth-child(11) { border: 1px solid #ccc; }

/* Tablehead */

thead th { background: #def4fe; background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); text-align: center; position: relative; border-bottom: 1px solid #ccc; padding: 3px 3px 3px 3x; font-weight: 400; color: #999; }
thead th:nth-child(1) { background: transparent;  }
/*thead th:nth-child(3) {  padding: 2em 0 5em; }*/
thead th h2 { font-weight: 700; font-size: 2em; line-height: 1.0; color: #828200; }
thead th h2 + p { font-size: 1.25em; line-height: 1.4; } 
/*
thead th:nth-child(3) h2 { font-size: 3.6em; }
thead th:nth-child(3) h2 + p { font-size: 1.5em; }
*/
thead th p.promo { font-size: 1em; color: #fff; position: absolute; top: 9em; left: -17px; z-index: 1000; width: 100%; margin: 0; padding: .625em 17px .75em; background: #c00; box-shadow: 0 2px 4px rgba(0,0,0,.25); border-bottom: 1px solid #900; }

thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }

/* Tablebody */

tbody th { background: #fff; border-left: 1px solid #ccc; }
tbody th span { font-weight: normal; font-size: 87.5%; color: #999; display: block; }

tbody td { background: #fff; text-align: left; }

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td { background: #f5f5f5; border: 1px solid #ccc; border-width: 1px 0 1px 1px; }
tbody tr:last-child td { border-bottom: 0 none; }

/* Tablefooter */

tfoot th  { padding: 2em 1em; border-top: 1px solid #ccc; }
tfoot td  { text-align: center; padding: 2em 1em; border-top: 1px solid #ccc; }

tfoot a  { font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; display: block; padding: 1.125em 2em; background: #828200; border-radius: .5em; }
.amz {
    width:100%;
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #828200;
    border-radius: 5px;
    padding-top:0px; 
}
.amz:hover {
        color: #fff;
        background: #820000;
        text-decoration: none;
    }

 .amz:visited {
        color: #fff;
        background: #820000;
        text-decoration: none;
    }

.amz2 {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #999;
    border-radius: 1px;
    padding-top: 0px;
}

    .amz2:hover {
        color: #fff;
        background: #990000;
        text-decoration: none;
    }

    .amz2:visited {
        color: #fff;
        background: #990000;
        text-decoration: none;
    }

.amz3 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #900000;
    border-radius: 5px;
    padding-top: 0px;
}

    .amz3:hover {
        color: #fff;
        background: #828200;
        text-decoration: none;
    }



.lz {
    color:#000000;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    font-variant: small-caps;
}

