﻿@media (min-width: 768px) {
    body {
        padding-top: 110px;
    }

    .wideContent {
        display: none;
    }

    .narrowContent {
        display: inherit;
    }


    /**** Main Nav Bar ***********************************************************/
    .logoImg {
        background: url("../images/lotoja_logo_sml.png") no-repeat;
        height: 62px;
        width: 250px;
    }

    .navbar {
        height: 110px;
        min-height: 110px;
    }

    .navbar-brand {
        height: 60px;
    }

    .navbar-nav>li>a {
        height: 24px;
        line-height: 24px;
        max-width: 124px;
        text-align: center;
        padding-top: 1px;
        padding-bottom: 0px;
        font-size: 12pt;
    }

    #navbarContainer {
        height: 72px;
    }


    /**** Content Wrappers *******************************************************/
    .contentRootWrapper {
        min-height: calc(100% - 80px);
        max-width: 750px;
        left: calc((100% - 750px) / 2);
    }

    .label-cell {
        text-align: right;
    }


    /**** Footer Styles Overrides ********************************************/
    .footer .buttonLeft {
        max-width: 200px;
    }

    .footer .buttonRight {
        max-width: 200px;
    }

    .footer .buttonContainer {
        max-width: 750px;
    }

    .footerSmallMessage {
        visibility: visible;
    }

    .footerInlineMessage {
        visibility: hidden;
    }

    /**** Order Review Page ******************************************************/
    .qtyField {
        display: inline-block;
        width: 50px;
        text-align: center;
    }

    .unitPriceField {
        display: inline-block;
        width: 70px;
        text-align: right;
    }

    .totalField {
        display: inline-block;
        width: 70px;
        text-align: right;
    }

}