@charset "utf-8";

/*$SkipWCCopr$*/
/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2008, 2010 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */
 
 /* CSS Document */
@import url("common1_1.css");

.button_primary > .button_text {
	font-size: 9px;
}

h1.text-uppercase, h4.form__section-title, p.exclude-global.input__label, label#billingMethodLabel, label#firstNameLabel, label#lastNameLabel, label#downshift-2-label, label#zipCodeLabel, label#address1Label, label#address2Label, label#cityLabel, label#downshift-3-label, button.btn.btn-secondary, h2#shopcartItemsInCartHeaderMsg, td.order-total__label, .pt-1.u-text-xs, span#aviResponse, div#aviApplyBtnText {
	font-weight: 550 !important;
}

/* Start Bug-156033 */
@media screen and (max-width: 320px) {
	#requestedShippingDate_inputField div#widget_requestedShippingDate {
		height: 45px !important;
	}
	#widget_requestedShippingDate .dijitArrowButton.dijitArrowButtonContainer {
		padding-top: 5px !important;
	}
	#requestedShippingDate .dijitPlaceHolder {
		top: -27px !important;
	}
}
/* End Bug-156033 */