@charset "utf-8";
/* CSS Document */
body {
    background-color: hsla(0, 0%, 4%, 1.00);
}
.main_content {
    max-width: 1200px;
    margin: 0px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
@media (orientation: landscape) {
    #cablecalc_overview {
        background-image: url("../images/cablecalc/2021/cablecalc_background_3840px.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        margin: 0px;
        min-height: 480px;
        position: relative;
        padding: 0px;
        margin-bottom: 0px;
    }
    @media screen and (max-width:1920px) {
        #cablecalc_overview {
            background-image: url("../images/cablecalc/2021/cablecalc_background_1920px.jpg");
            background-position: top center;
        }
    }
    @media screen and (max-width:1366px) {
        #cablecalc_overview {
            background-image: url("../images/cablecalc/2021/cablecalc_background_1366px.jpg");
        }
    }
    @media screen and (max-width:768px) {
        #cablecalc_overview {
            background-image: url("../images/cablecalc/2021/cablecalc_background_768px.jpg");
        }
    }
}
@media (orientation: portrait) {
    #cablecalc_overview {
        background-image: url("../images/cablecalc/2021/cablecalc_background_3840px.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        margin: 0px;
        min-height: 480px;
        position: relative;
        padding: 0px;
        margin-bottom: 0px;
    }
    @media screen and (max-width:1920px) {
        #cablecalc_overview {
            background-image: url("../images/cablecalc/2021/cablecalc_background_1920px.jpg");
            background-position: top center;
        }
    }
    @media screen and (max-width:1366px) {
        #cablecalc_overview {
            background-image: url("../images/cablecalc/2021/cablecalc_background_1366px.jpg");
        }
    }
    @media screen and (max-width:768px) {
        #cablecalc_overview {
            background-image: url("../images/cablecalc/2021/cablecalc_background_768px.jpg");
        }
    }
    @media screen and (max-width:560px) {
        #cablecalc_overview {
            background-image: url("../images/cablecalc/2021/cablecalc_background_560px.jpg");
        }
    }
}
.laptop_image {
    float: right;
    max-width: 700px;
    margin-left: 30px;
}
@media screen and (max-width:1024px) {
    .laptop_image {
        max-width: 540px;
    }
}
@media screen and (max-width:800px) {
    .laptop_image {
        max-width: 480px;
    }
}
@media screen and (max-width:640px) {
    .laptop_image {
        float: none;
        width: 100%;
        max-width: 530px;
        margin: 10px auto;
    }
}
main #os_logos {
    float: right;
    vertical-align: middle;
    margin: 10px;
    margin-left: 30px;
}
main #os_logos img {
    vertical-align: middle;
    margin: 0px;
    margin-left: 30px;
    padding: 0px;
}
@media screen and (max-width:650px) {
    main #os_logos img {
        margin-left: 15px;
    }
}
#ios_logo_container {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    /*	border: #FF0004 solid thin;
*/
}
#ios_logo {
    height: 36px;
    margin: 0px;
}
@media screen and (max-width:650px) {
    #ios_logo {
        height: 26px;
    }
}
main .pdf_icon {
    float: left;
    margin: 0px;
    margin-right: 10px;
    height: 70px;
    width: auto;
}
@media screen and (max-width:550px) {
    .os_image {
        height: 26px;
        padding: 0px;
        margin-right: 4px;
        margin-bottom: 16px;
        margin-top: 4px;
    }
    main .pdf_icon {
        height: 50px;
    }
}
main h1 {
    font-size: 2.8em;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 6px;
    color: #fffee8;
    margin: 0px;
    padding: 0px;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 1.00);
    clear: both;
}
main h2 {
    font-size: 2.6em;
    font-weight: 300;
    letter-spacing: 4px;
    color: #fffee8;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.00);
    word-wrap: normal;
    line-height: 1em;
}
main #cablecalc_ipad h2 {
    margin-top: 0px;
}
main h3 {
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1.00);
    text-align: justify;
    text-justify: inter-word;
    word-wrap: normal;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 1.4em;
    color: #fffee8;
}
main p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.1em;
    color: #fffee8;
    font-weight: 300;
    letter-spacing: 1.3px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1.00);
    line-height: 1.5em;
}
main p a {
    color: #ffffff;
    text-decoration: underline;
}
.find_out_more {
    font-size: 1.5em;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 0px;
    color: rgba(255, 230, 170, 1.00);
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1.00);
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 2.2em;
}
.find_out_more a {
    text-decoration: none;
}
@media screen and (max-width:1024px) {
    main p, main ul, main ol, main h3 {
        font-size: 1em;
    }
}
@media screen and (max-width:800px) {
    main h1 {
        font-size: 2em;
        letter-spacing: 3px;
    }
}
@media screen and (max-width:550px) {
    main h1 {
        font-size: 1.6em;
        letter-spacing: 2px;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    main h2 {
        font-size: 1.4em;
        font-weight: 400;
        letter-spacing: 2px;
        text-align: center;
        line-height: 1.2em;
    }
    main #cablecalc_ipad h2 {
        font-size: 1.2em;
        letter-spacing: 1px;
        text-align: center;
    }
    main h3 {
        font-size: 1em;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
    }
    main p {
        font-size: 0.8em;
        line-height: 1.4em;
    }
    .find_out_more {
        font-size: 1.2em;
        white-space: normal;
        line-height: 1.4em;
    }
}
main ol {
    margin-bottom: 40px;
    overflow: auto;
}
main ol li {
    list-style: decimal;
    list-style-position: inside;
}
main ul {
    overflow: auto;
    margin-bottom: 40px;
}
main li {
    list-style-type: circle;
    text-align: left;
    font-size: 1em;
    color: #fffee8;
    font-weight: 300;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1.00);
    margin-bottom: 10px;
    text-indent: auto;
    list-style: inside;
    list-style-position: outside;
    letter-spacing: 1.4px;
    line-height: 1.5em;
}
main li.small {
    font-size: 1em;
    letter-spacing: 0.2px;
}
@media screen and (max-width:550px) {
    main li {
        font-size: 0.9em;
    }
    main li.small {
        font-size: 0.8em;
        letter-spacing: 0.2px;
    }
    main ul {
        padding-left: 10px
    }
    main ol {
        padding-left: 10px
    }
}
#video-container {
    display: flex;
    justify-content: center;
    width: 80%;
    height: auto;
    margin: 10px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: rgba(45, 43, 30, 0.43) 5px solid;
    border-style: inset;
}
@media screen and (max-width:820px) {
    #video-container {
        width: 90%;
    }
}
@media screen and (max-width:640px) {
    #video-container {
        width: 100%;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
}
.video {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}
/*------------------------------------------------------------------------------------------- Wires ------------------------------------------------------------------------------------*/
#level_comparison {
    background-image: url(../images/cablecalc/cablecalc_level_background_3840px.jpg);
    background-size: auto 723px;
    background-repeat: repeat;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 80px;
    background-position: top center;
    margin: 0px;
    z-index: 0;
}
@media (orientation: landscape) {
    #level_comparison {
        background-image: url("../images/cablecalc/cablecalc_level_background_3840px.jpg");
    }
    @media screen and (max-width:1920px) {
        #level_comparison {
            background-image: url("../images/cablecalc/cablecalc_level_background_1920px.jpg");
        }
    }
    @media screen and (max-width:1366px) {
        #level_comparison {
            background-image: url("../images/cablecalc/cablecalc_level_background_1366px.jpg");
        }
    }
    @media screen and (max-width:768px) {
        #level_comparison {
            background-image: url("../images/cablecalc/cablecalc_level_background_786px.jpg");
        }
    }
}
@media (orientation: portrait) {
    #level_comparison {
        background-image: url("../images/cablecalc/cablecalc_level_background_3840px.jpg");
    }
    @media screen and (max-width:1920px) {
        #level_comparison {
            background-image: url("../images/cablecalc/cablecalc_level_background_1920px.jpg");
        }
    }
    @media screen and (max-width:1366px) {
        #level_comparison {
            background-image: url("../images/cablecalc/cablecalc_level_background_1366px.jpg");
        }
    }
    @media screen and (max-width:768px) {
        #level_comparison {
            background-image: url("../images/cablecalc/cablecalc_level_background_786px.jpg");
        }
    }
    @media screen and (max-width:560px) {
        #level_comparison {
            background-image: url("../images/cablecalc/cablecalc_level_background_560px.jpg");
            background-size: auto 500px;
            padding-bottom: 40px;
            padding-top: 60px;
        }
    }
}
.wire_container {
    height: 80px;
    padding: 0px;
    margin: 10px;
    margin-left: 0px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-align: left;
}
.overlay_image {
    margin: 13px;
    margin-right: 50px;
    margin-left: 50px;
}
.overlay_heading {
    float: left;
    margin: 0px;
    margin-top: 14px;
    padding: 0px;
    margin-left: -5000px;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    vertical-align: middle;
}
.wire_tip {
    margin: 0px;
    padding: 0px;
    height: 80px;
}
.black {
    color: #1B1B1B;
}
.white {
    color: #fffee8;
}
#cablecalc_level_1_wire {
    background-image: url(../images/cablecalc/brown_wire.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    min-width: 50%;
    display: inline-block;
    visibility: visible;
    position: relative;
    height: 100%;
    float: left;
    text-align: right;
    overflow: hidden;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#cablecalc_level_1 {
    overflow: hidden;
    text-align: center;
    margin: 0px;
    padding: 0px;
    /*background-color: #3E362A;*/
    background-color: #57371A;
    background: radial-gradient(ellipse farthest-corner at right bottom, #382820 0%, #41291c 8%, #59381e 30%, #714925 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #BD8B5F 0%, #B87D4F 8%, #A56B36 25%, #915e30 62.5%, #714925 100%);
    position: relative;
    max-height: 0px;
    -webkit-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.level_1_content {
    overflow: visible;
    text-align: center;
}
#cablecalc_level_2_wire {
    background-image: url(../images/cablecalc/black_wire.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    min-width: 50%;
    float: left;
    visibility: visible;
    position: relative;
    height: 100%;
    text-align: right;
    vertical-align: bottom;
    overflow: hidden;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#cablecalc_level_2 {
    overflow: hidden;
    text-align: center;
    margin: 0px;
    padding: 0px;
    /*background-color: #776653;*/
    background-color: #3E362A;
    position: relative;
    max-height: 0px;
    -webkit-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    background: radial-gradient(ellipse farthest-corner at right bottom, #181412 0%, #1F1B17 8%, #342d24 30%, #342d24 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #6b604f 0%, #4A4236 8%, #312a22 25%, #2B251E 62.5%, #2B251E 100%);
}
.level_2_content {}
#cablecalc_level_3_wire {
    background-image: url(../images/cablecalc/grey_wire.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    min-width: 50%;
    float: left;
    visibility: visible;
    position: relative;
    height: 100%;
    text-align: right;
    vertical-align: bottom;
    overflow: hidden;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#comparison_level_3_wire {
    background-image: url(../images/cablecalc/grey_wire.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    min-width: 50%;
    float: left;
    visibility: visible;
    position: relative;
    height: 100%;
    text-align: right;
    vertical-align: bottom;
    overflow: hidden;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#cablecalc_level_3 {
    overflow: hidden;
    text-align: center;
    margin: 0px;
    padding: 0px;
    /*background-color: #1F5371;*/
    background-color: #776653;
    position: relative;
    max-height: 0px;
    -webkit-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    background: radial-gradient(ellipse farthest-corner at right bottom, #3c322b 0%, #483b2f 8%, #544639 30%, #6d5d4b 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #B9A893 0%, #ac9880 8%, #86735d 25%, #86735d 62.5%, #6d5d4b 100%);
}
.level_3_content {}
#cablecalc_level_4_wire {
    background-image: url(../images/cablecalc/blue_wire.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    min-width: 50%;
    float: left;
    visibility: visible;
    position: relative;
    height: 100%;
    text-align: right;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#cablecalc_level_4 {
    overflow: hidden;
    text-align: center;
    margin: 0px;
    padding: 0px;
    /*background-color: #01760D;*/
    background-color: #1F5371;
    position: relative;
    max-height: 0px;
    -webkit-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    background: radial-gradient(ellipse farthest-corner at right bottom, #253a4b 0%, #204456 8%, #216283 30%, #1F5371 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #81d6ff 0%, #66bbf2 8%, #33A2F7 25%, #1F5371 62.5%, #1F5371 100%);
}
.level_4_content {}
.left {
    float: left;
    margin-right: 6px;
}
.right {
    float: right;
    margin-left: 6px;
}
#level_1_screenshot {
    max-width: 560px;
    float: left;
    margin: 20px;
    margin-left: 0px;
}
#level_2_screenshot {
    max-width: 500px;
    height: auto;
    float: right;
    margin: 0px;
    margin-left: 40px;
}
#level_1_printout {
    max-width: 1200px;
    margin: 10px;
    margin-top: 0px;
    padding: 0px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#level_2_printout {
    width: 100%;
    height: auto;
    margin: 10px;
    margin-top: 50px;
    padding: 0px;
    float: none;
}
#level_3_printout, #level_4_printout {
    width: 720px;
    height: auto;
    margin: 10px;
    margin-right: -10px;
    padding: 0px;
    float: right;
}
@media screen and (max-width:1200px) {
    #level_1_printout {
        max-width: 1000px;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-right: auto;
    }
    #level_2_printout, #level_3_printout, #level_4_printout {
        width: 624px;
        margin-right: 0px;
    }
}
@media screen and (max-width:976px) {
    #level_1_printout {
        max-width: 748px;
    }
    #level_1_screenshot, #level_2_screenshot {
        width: 400px;
        margin: 10px;
        padding: 0px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #level_2_printout, #level_3_printout, #level_4_printout {
        width: 748px;
        float: none;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-right: auto;
    }
}
@media screen and (max-width:600px) {
    #level_1_printout {
        max-width: 105%;
    }
    #level_2_printout, #level_3_printout, #level_4_printout {
        width: 105%;
        float: none;
    }
    #level_1_screenshot, #level_2_screenshot {
        margin: 0px;
    }
    .wire_container {
        height: 55px;
        margin: 5px;
        margin-left: 0px;
        width: 100%;
        cursor: pointer;
    }
    #cablecalc_level_p_wire {
        height: 55px;
    }
    #cablecalc_level_1_wire {
        height: 55px;
    }
    #cablecalc_level_2_wire {
        height: 55px;
    }
    #cablecalc_level_3_wire {
        height: 55px;
    }
    #cablecalc_level_4_wire {
        height: 55px;
    }
    .overlay_image {
        height: 25px;
        margin: 13px;
        margin-right: 0px;
        margin-left: 0px;
        padding: 0px;
    }
    .overlay_heading {
        font-size: 1.4em;
        letter-spacing: 1px;
        vertical-align: middle;
        margin-top: 13px;
    }
    .wire_tip {
        margin: 0px;
        height: 55px;
    }
    .level_1_content {
        padding: 0px;
        margin: 4px;
    }
    .level_2_content {}
    .level_3_content {}
    .level_4_content {}
    #level_1_screenshot, #level_2_screenshot {
        width: 320px;
        margin: 10px;
        padding: 0px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
p.buy {
    font-weight: 300;
    letter-spacing: 0.6px;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.1em;
    color: #FFFCC0;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 2px rgba(34, 25, 7, 1.00);
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
    clear: both;
}
p.buy a {
    color: #FFFCC0;
    text-underline-offset: 4px;
    font-weight: 500;
}
@media screen and (max-width:550px) {
    p.buy {
        letter-spacing: 0.8px;
        font-size: 0.9em;
        line-height: 1.3em;
    }
    p.buy a {
        text-underline-offset: 2px;
    }
}
/*-------------------------------------------------------------------------------- CableCalc Ipad ------------------------------------------------------------------------------------*/
#cablecalc_ipad {
    padding-bottom: 30px;
    overflow: visible;
    position: relative;
    background-color: hsla(187, 100%, 7%, 1.00);
    text-align: center;
    background: radial-gradient(ellipse farthest-corner at right bottom, hsla(187, 100%, 9%, 1.00) 0%, hsla(187, 100%, 7%, 1.00) 8%, hsla(189, 86%, 16%, 1.00) 30%, hsla(187, 100%, 7%, 1.00) 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, hsla(187, 100%, 7%, 1.00) 0%, hsla(187, 100%, 7%, 1.00) 8%, hsla(187, 100%, 7%, 1.00) 25%, hsla(187, 81%, 4%, 1.00) 62.5%, hsla(187, 100%, 5%, 1.00) 100%);
}
#cablecalc_ipad_image {
    margin: 10px;
    margin-left: 50px;
    margin-right: 0px;
    width: 660px;
    float: right;
}
#cablecalc_ipad img.app_store {
    float: none;
}
@media screen and (max-width:1200px) {
    #cablecalc_ipad_image {
        width: 580px;
    }
}
@media screen and (max-width:1000px) {
    #cablecalc_ipad_image {
        width: 660px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
    }
}
@media screen and (max-width:800px) {
    #cablecalc_ipad_image {
        width: 530px;
    }
}
@media screen and (max-width:550px) {
    #cablecalc_ipad {
        padding: 0px;
        margin-bottom: 0px;
    }
    #cablecalc_ipad_image {
        width: 105%;
    }
    #cablecalc_ipad h2 {
        font-size: 1.5em;
        line-height: 1.6em;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px;
        letter-spacing: 2px;
        text-align: left;
    }
}
/*--------------------------------------------------------------------- Comparison ----------------------------------------------------------------------------------------------------*/
#comparison {
    padding-top: 20px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 50px;
    background-color: hsla(0, 0%, 2%, 1.00);
    margin: 0px auto;
    text-align: center;
}
#comparison_chart {
    background-image: url("../images/backgrounds/cablecalc_comparison_background_long.jpg");
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: left;
    padding-bottom: 20px;
    padding-top: 0px;
    padding-left: 26px;
    padding-right: 0px;
    margin: 0px auto;
    overflow: visible;
    /*				  border: thin hsla(359,100%,50%,1.00) solid;
*/ display: inline-block;
}
#comparison_table {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    overflow: visible;
}
#comparison_table td {
    padding: 0px;
    vertical-align: top;
    margin: 0px;
    overflow: visible;
}
#comparison_table .wire_tip_vertical {
    width: 50px;
    margin: 0px;
    padding: 0px;
    border: none;
}
#comparison_table .table_image {
    padding: 0px;
    margin: 0px;
    text-align: left;
    max-height: 28px;
}
#comparison_table img.overlay_image_vertical {
    width: 30px;
    padding-left: 10px;
}
#comparison_table .comparison_level_1_wire {
    background-image: url(../images/cablecalc/brown_wire_vertical.png);
    background-repeat: repeat-y;
    background-size: 50px auto;
    background-position: left;
    margin: 0px;
    padding: 0px;
    width: 64px;
}
#comparison_table .comparison_level_2_wire {
    background-image: url(../images/cablecalc/black_wire_vertical.png);
    background-repeat: repeat-y;
    background-size: 50px auto;
    background-position: left;
    margin: 0px;
    padding: 0px;
    width: 64px;
}
#comparison_table .comparison_level_3_wire {
    background-image: url(../images/cablecalc/grey_wire_vertical.png);
    background-repeat: repeat-y;
    background-size: 50px auto;
    background-position: left;
    margin: 0px;
    padding: 0px;
    width: 64px;
}
#comparison_table .comparison_level_4_wire {
    background-image: url(../images/cablecalc/blue_wire_vertical.png);
    background-repeat: repeat-y;
    background-size: 50px auto;
    background-position: left;
    margin: 0px;
    padding: 0px;
    width: 64px;
}
@media screen and (max-width:550px) {
    #comparison_chart {
        background-image: url(../images/backgrounds/cablecalc_comparison_background_240px.jpg);
        background-size: 110px auto;
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 6px;
    }
    #comparison_table .wire_tip_vertical {
        width: 20px;
    }
    #comparison_table .table_image {
        max-height: 16px;
    }
    #comparison_table img.overlay_image_vertical {
        width: 12px;
        padding: 0px;
        margin: 0px;
        padding-left: 4px;
    }
    #comparison_table .comparison_level_1_wire {
        background-size: 20px auto;
        background-position: left;
        width: 22px;
        margin-right: 0px;
    }
    #comparison_table .comparison_level_2_wire {
        background-size: 20px auto;
        width: 22px;
        margin-right: 0px;
    }
    #comparison_table .comparison_level_3_wire {
        background-size: 20px auto;
        width: 22px;
        margin-right: 0px;
    }
    #comparison_table .comparison_level_4_wire {
        background-size: 20px auto;
        width: 22px;
        margin-right: 0px;
    }
}
#comparison_table td.comparison_text {
    padding: 0px;
    padding-left: 20px;
}
.printed_label {
    margin: 4px;
    text-align: center;
    height: 28px;
    white-space: nowrap;
    font-size: 1.2em;
    letter-spacing: 1px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Play', sans-serif;
    line-height: 28px;
}
@media screen and (max-width:800px) {
    .printed_label {
        font-size: 1em;
        letter-spacing: 1px;
        padding: 0px 10px;
        ;
    }
}
@media screen and (max-width:550px) {
    #comparison_table td.comparison_text {
        padding-left: 20px;
    }
    .printed_label {
        margin: 2px;
        font-size: 0.6em;
        letter-spacing: 0px;
        height: 16px;
        line-height: 16px;
        padding: 0px 4px;
        ;
    }
}
.brown_text {
    color: hsla(29, 50%, 72%, 1.00);
    text-shadow: 2px 2px 4px rgba(34, 21, 5, 1.00);
    background-color: hsla(27, 54%, 29%, 1.00);
    box-shadow: inset 0 0 20px hsla(27, 54%, 40%, 1.00);
}
.black_text {
    color: hsla(53, 32%, 80%, 1.00);
    text-shadow: 2px 2px 4px rgba(34, 21, 5, 1.00);
    background-color: hsla(0, 0%, 10%, 1.00);
    box-shadow: inset 0 0 20px #4E4E4E;
}
.gray_text {
    color: hsla(0, 0%, 82%, 1.00);
    text-shadow: 2px 2px 4px rgba(34, 21, 5, 1.00);
    background-color: hsla(0, 0%, 36%, 1.00);
    box-shadow: inset 0 0 20px #7A7A7A;
}
.blue_text {
    color: hsla(0, 0%, 82%, 1.00);
    text-shadow: 2px 2px 4px rgba(34, 21, 5, 1.00);
    background-color: hsla(201, 61%, 43%, 1.00);
    box-shadow: inset 0 0 20px hsla(201, 61%, 43%, 1.00);
}