header div,
header p,
header th,
header td,
header ol,
header ul,
header li,
footer div {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
}

.breadcrumbs div,
.breadcrumbs li {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}

header a,
header a:visited,
header a:visited,
header a:active,
header a:link {
    color: #222;
}

header a.btn {
    color: white;
}

body {
    background-color: #f1f1f1;
}

body>table {
    margin: auto;
    width: auto;
}

table {
    width: auto;
    margin: 0;
}

table,
table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    border: none;
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 0px;
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
}

img[src*='line_yellow.gif'],
img[src*='pixel.gif'],
img[src*='line_blue_h.gif'],
img[src*='tab_spec_system.gif'],
img[src*='tab_parts.gif'],
img[src*='box_btm_6699cc.gif'],
img[src*='crnr_tl_6699cc.gif'],
img[src*='gradient_lightblue_long.jpg'],
img[src*='crnr_tr_6699cc.gif'] {
    display: none;
}


.copyright div {
    color: white;
    font-size: 13px;
}

#alert-container div {
    color: white;
}

.keyFeatures {
    font-size: 12px !important;
    margin-bottom: 5px;
    width: auto;
}

br,
.keyFeatures br {
    line-height: 0;
    margin: 0;
    display: block;
    content: "";
}

br+br {
    margin-top: 5px;
}

.keyFeatures hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.spec-main table,
.spec-table {
    width: 100% !important;
    margin: auto;
}

.spec-main {
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
    background-color: white;
    box-shadow: 2px 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-top: 3px solid #D22630;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 50px;
    position: relative;
}

.spec-main .sku {
    position: absolute;
    left: 0;
    background-color: #00173a;
    font-size: 19px;
    margin: 0;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    transform: translateY(-100%);
    line-height: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.spec-main>.row:first-child>.col:nth-child(2) {
    border-left: 1px lightgray dotted;
}

.spec-main .row {
    padding-bottom: 30px;
}


.spec-main.template.motherboards .spec-product-image>tbody>tr>td {
    display: inline-block;
}


@media (min-width: 992px) {
    .header-main.stuck {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .spec-main {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .spec-main>.row:first-child>.col:nth-child(2) {
        /*border-top: 1px lightgray dotted;*/
        border-left: none;
        margin-top: 30px;
    }
}

@media (max-width: 640px) {
    .spec-product-image td:first-child {
        text-align: center;
    }

    .spec-product-image>tbody>tr>td {
        display: block;
        width: auto;
    }
}

.spec-main a {
    text-decoration: underline;
}

.spec-main .padded-table {
    margin-top: 20px;
    width: 100% !important;
}

.crumbs {
    /*padding: 10px 12px;*/
}

.more {
    overflow: hidden;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: bold;
}

.more:before,
.more:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 45%;
}

.more:before {
    right: 1.5em;
    margin-left: -50%;
}

.more:after {
    left: 1.5em;
    margin-right: -50%;
}

.more:hover {
    color: #D22630;
    cursor: pointer;
}

#specDetailTable {
    visibility: hidden;
    position: relative;
}

#specModel {
    display: none;
}

.spec-product-board-image td {
    text-align: center;
}

#overDiv {
    background-color: white;
    padding: 5px 15px;
    border: 1px solid #aaa;
}

.spec-main.template .spec-product-image {
    text-align: center;
    margin-bottom: 20px;
}

.spec-main.template .spec-product-image img {
    max-height: 300px;
}

.spec-main.template .spec-key-features ol li.keyFeatures {
    display: list-item;
    padding: 5px;
}

.part-list {
    margin: 0;
}

.part-list table {
    margin-bottom: 30px;
}

.scrollable-table {
    overflow-x: auto;
}

#specDetailTable #spec-breadcrumbs {
    display: none;
}



.spec-main.template.motherboards .key-feature-list {
    text-align: left;
    padding: 0 5px;

}


.spec-main.template.motherboards .key-feature-list>li {
    width: auto;
}

.spec-main.template.motherboards table.prodBox {
    border: none;
}

.spec-main.template.motherboards .links-resources {
    margin-left: 0;
}

/*
.spec-main.template.motherboards .img-display {
    height: auto;
    width: auto;
}
*/

.spec-main.template.motherboards .tertiaryNavSection {
    width: auto;
}


.spec-main.template.motherboards .dotline {
    border: none !important;
}

.spec-main.template.motherboards #Optimized_List {
    padding: 0;
    margin: 0;
}

.spec-main.mobile-rack .spec-product-image img {
    max-width: 300px;
}

.print-btn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 24px;
    cursor: pointer;
    transform: translateY(-100%);
    padding-bottom: 5px;
}

.print-btn:hover {
    color: #D22630;
}

.spec-main .spec-product-image td > br {
    display: none;
}

.spec-main .spec-key-features td > br {
    display: none;
}

.spec-main td.feature span{
  display: inline-block;
}

@media (max-width: 991px) {
    .spec-main .sku {
        width: 100%;
        box-shadow: 2px 1px 3px 0 rgba(0, 0, 0, 0.2);
    }
}