@media print {
    .nav-toolbar,
    .nav-primary-links,
    .bottom-nav-links,
    .top-tool,
    .bottom-tool,
    .heading-card-default {
        display: none;
    }

    .bootstrap td .section-link {
        display: none;
    }

    #specsHeader {
        width: 100% !important;
    }
}

div#mainContent {
    padding: 0;
    width: 80em;
}

div.middle {
    font-size: 20px;
}

div.cad {
    margin-left: 5px;
}

div.spec {
    margin-right: 5px;
}

.ver {
    padding-left: 5px;
    padding-right: 12px;
    padding-top: 6px;
    text-align: center;
}

a.cad_select {
    color: black;
    font-size: 20px;
}

a.cad_deselect {
    font-size: 20px;
}

a.spec_select {
    color: black;
    font-size: 20px;
}

a.spec_deselect {
    font-size: 20px;
}

.bootstrap tr.header2 td .fa-external-link {
    font-size: 0.75em;
}

table.specs {
    border-collapse: collapse;
    width: 801px;
    margin-bottom: 20px;
    border: 1px solid white;
    border-top: none;
}


table.specsHeader {
    margin-bottom: 0px;
}

table.specsHeader tr.selections td {
    padding: 6px 3px;
    font-size: 0.8em;
    color: #666;
}

table.specsHeaderInner {
    border-collapse: collapse;
}

table#specsHeader .specsHeaderInner th {
    border: none;
}

table.specsHeaderInner th.productHeaderContainer {
    text-align: right;
}

#specsHeaderContainer {
    margin-top: 0px;
    padding-right: 90px;
}

#specsHeaderContainer.all {
    padding-right: 50px;
}

.specsContainer {
    padding-right: 90px;
}

.specsContainer.all {
    padding-right: 50px;
}

table.specs td {
    font-size: 13px;
    padding: 3px 4px;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #eee;
}

table.specs tr:first-child td {
    border-top: none;
}

/* Begin Table Feature Rows */
table.specs td:first-child {
    border-right: 1px solid #aaa;
    max-width: 150px;
}

table.specs tr.feature td.selected {
    background: #eefcee;
}

table.specs tr.feature:hover td,
table.specs tr.feature:hover td {
    background: #E5FCE5;
}

table.specs td.product {
    width: 24px;
    padding: 0px;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}

table.exclude td.product i {
    color: #ccc;
}

table.exclude td.selected i {
    color: black;
}

table.specs td.filter {
    text-align: center;
}

table.specs td.comsol {
    border-right: 1px solid #aaa;
}

table.exclude tr.feature td,
table.exclude tr.header3 td,
table.exclude tr.header4 td {
    color: #bbb;
}

table.specs tr.include td {
    color: black;
}

img.toggler {
    margin-left: -13px;
    margin-right: 3px;
    cursor: pointer;
}

table.specs tr.in1 td:first-child {
    padding-left: 23px;
}

table.specs tr.in2 td {
    background-color: #f6f6f6;
}

table.specs tr.in2 td:first-child {
    padding-left: 38px;
}

table.specs tr.in3 td {
    background-color: #efefef;
    border-bottom: 1px solid #dfdfdf;
}

table.specs tr.in3 td:first-child {
    padding-left: 53px;
}

/* End Table Feature Rows */


/* Begin Table Headers */
table.specs th h2 {
    font-size: 20px;
    line-height: 24px;
}

table.specs tr th {
    padding-top: 15px;
    border: none;
    vertical-align: bottom;
    text-align: left;
    box-sizing: border-box;
}

table.specs tr th a {
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    margin-left: 2px;
}

/* End Table Headers */


/* Begin Feature Headers */
table.specs tr.header2 td,
table.specs tr.header3 td,
table.specs tr.header4 td,
table.specs tr.header5 td,
table.specs tr.header6 td {
    border-right: none;
}

table.specs tr.header2 td {
    padding: 25px 5px 3px 10px;
    font-weight: 100;
    font-size: 20px;
    font-family: GillSansRegular, arial, helvetica, verdana;
}

table.specs tr.header3 td {
    padding: 15px 5px 3px 10px;
    font-weight: bold;
    font-size: 12px;
}

table.specs tr.header4 td {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

table.specs tr.header5 td,
table.specs tr.header6 td {
    font-style: italic;
    padding-top: 10px;
}

table.specs td.footnote {
    border: none;
    padding-top: 30px;
}

/* End Feature Headers */
a.anchor {
    position: relative;
    top: -255px;
}

th.verticalHeader {
    height: 140px;
    white-space: nowrap;
    width: 24px;
    padding: 0;
}

th.verticalHeader > div {
    -webkit-transform: translate(4px, -5px) rotate(315deg);
    transform: translate(4px, -5px) rotate(315deg);
    width: 23px;
    font-size: 12px;
}

.specs th.rotate > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.bootstrap .nav-tabs-spec {
    font-size: 0.8em;
}

.bootstrap .nav.nav-tabs-spec > li > a {
    padding: 5px 8px;
}

.bootstrap .container .content-box {
    overflow: visible;
}

.bootstrap .nav .dropdown-menu .divider {
    border-bottom: 1px solid #eeeeee;
}

li.dropdown:hover .dropdown-menu {
    display: block;
    margin: 0px;
}

.spec-filter-box {
    padding: 5px 15px;
}