//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .osc-index-index {
        h1.checkout_header {
            color: @djo-gray;
            font-size: @h1__font-size;
            font-weight: @h1__font-weight;
            margin-top: 0;
            text-transform: none;
        }
        p.subtitle {
            color: @djo-gray;
            margin-bottom: 10px
        }
        .onestepcheckout-login-link {
            padding: 0 0 8px 0;
        }
        #onestepcheckout_logout_link {
            display: none;
        }
    }
}
