.card {
    border: 1px solid darkgray;
    box-shadow: 4px 4px 8px #444444;
    margin: 2rem;
}

.card-divider {
    font-weight: bold;
    background: #cd081b;
    color: white;
}

.card-divider a {
    font-weight: normal;
}

a.find-more-button {
    border: 1px solid #555555;
    box-shadow: -4px 4px 8px #444444;
    background: #8a0819;
    margin: 0;
    transform: rotate(270deg);
    transform-origin: left center 0;
    position: fixed;
    top: 19.5rem;
    left: 1rem;
    font-weight: bold;
}

a.find-more-button.button:hover {
    background: #cd081b;
}

a.find-more-button i.back-arrow {
    padding-left: 0.5rem;
}

input.search-button {
    background-color: #cd081b;
    font-weight: bold;
    margin-top: 1rem;
    width: 10rem;
}

@media screen and (max-width: 39.9375em) {
    a.find-more-button {
        top: 17.3rem;
    }
}

.part-list {
    margin-left: 3rem;
}

.part-list .card-divider {
    background: #ebebeb;
    color: inherit;
}

.part-list .card-section {
    border-top: 1px solid #ebebeb;
    /*height: 10rem;*/
    max-width: none;
}

.part-list .card-section div.icon-container {
    text-align: center;
}

.part-list .card-section .part-info .part-text {
    text-align: left;
}

.part-list .card-section .part-text div {
    vertical-align: center;
}

.part-list .sticky-container {
    padding: 0;
    width: 100%;
    max-width: none;
}

.part-list .sticky {
    width: 100%;
}

.part-list .description {
    font-weight: bold;
    margin-bottom: 1.2rem;
}

.part-list tbody tr:nth-child(even) {
    background-color: inherit;
}
.part-list td {
    padding: 0 0.5rem 0.1rem 0;
}
.part-list .text-label {
    font-size: 0.9rem;
    text-align: right;
    width: 5rem;
    display: inline-block;
    padding-bottom: 0.25rem;
}

.part-list .text {
    padding-left: 1rem;
    width: 100%;
}

.part-list .button.small {
    font-size: 1rem;
    padding: 0.5rem;
    margin-bottom: 0;
}

.part-list .list-title {
    vertical-align: middle;
    line-height: 2rem;
}

.part-list .icon-container .button.small {
    margin-top: 0.5rem;
}

.printable-part-list th,
.printable-part-list td {
    padding: 0.5em 0.1em;
    font-size: 0.8em;
}

.content {
    padding-top: 0;
    padding-bottom: 1rem;
    max-width: 1400px;
}

@media (min-width:1800px) {
    body {
        background: url('/images/service_station_2x.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-width: 340px;
    }
}

@media (min-width:1200px) {
    body {
        background: url('/images/service_station.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-width: 340px;
    }
}

@media (min-width:700px) {
    body {
        background: url('/images/service_station_medium.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-width: 340px;
    }
}

@media (max-width:699px) {
    body {
        background: url('/images/service_station_small.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-width: 340px;
    }
}

.header {
    background: white;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.logo {
    height: 120px;
}

.contact-info {
    padding-top: 0.5rem;
    font-size: 0.8rem;
    font-weight: bold;
}

.contact-info .phone-number {
    font-size: 1.1rem;
    line-height: 1.2rem;
}

.contact-info p {
    margin-bottom: 0;
}

.shopping-list {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1rem;
    padding-top: 0.7rem;
}

.shopping-list i {
    font-size: 1.2rem
}

.shopping-list .resource-count {
}

.footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer a {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navigation,
.email {
    white-space: nowrap;
}

.part-icon {
    max-height: 8rem;
    min-width: 26px;
    min-height: 26px;
}

a.disabled {
    color: lightgray;
    text-decoration: none;
    cursor: default;
}

.shopping-link {
    position: relative;

}

.resource-count {
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0.2rem;
    position: absolute;
    left: 0.1rem;
    top: -1.1rem;
    text-align: center;
    width: 1.2rem;
}

.map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.order-quantity {
    width: 3em;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .footer,
    .find-more-button,
    .shopping-list,
    .sticky-container,
    .icon-container {
        display: none;
    }

    .logo {
        height: 90px;
    }

    .contact-info .phone-number {
        font-size: inherit;
    }

    .card {
        border: 0;
        margin: 0.5em !important;
    }
}
