@import url('tabs.css');
@import url('menu.css');
@import url('colorfixes.css');
@import url('links.css');

body {
    background-color: #fdfdfd !important;
}

footer {
    margin-top: 1.5em !important;
}

.underline {
    text-decoration: underline;
}

ul.nobullets {
    list-style: none;
}

header * {
    color: white !important;
    font-weight: normal !important;
}

header * {
    background-color: #456789 !important;
}

.row.section {
    padding-bottom: 1.5em;
}
.row.section.extra-space {
    padding-bottom: 3em;
}

.row.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

table.full-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

img.image-border {
    border: solid #f0f0f0 1px;
}

.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.chart-container {
    border: 1px solid lightgrey;
}

.bottom-space-1em {
    padding-bottom: 1em;
}

td.inset {
    padding: 1em;
}

table.description-table div.product-type      {
    font-weight: bold;
}

td.inset div {
    padding-top: 1em;
}

.metric {
}

.metric.chart:not(:last-child) {
    border-right: 1px solid black;
}

/* default to yes so we only have to mark the no's */
.metric.chart, .metric.chart abbr {
    background-color: green;
    color: white;
    text-align: center;
}

.metric.chart.no {
    background-color: lightgrey;
    color: transparent;
}

.text-bold {
    font-weight: bold;
}

/* icon spacing */
i.fa {
    padding-right: .5em;
}

.caption {
    font-weight: bold;
    text-align: justify;
    line-height: 1em;
    padding-top: .25em;
}

ol.spaced-list li, li.spaced-list li {
    margin-top: 1em;
}

/* FOUC fix */

.no-js .top-bar {
    display: none;
}

@media screen and (min-width: 40em) {
    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
}