/* Minification failed. Returning unminified contents.
(28,16): run-time error CSS1030: Expected identifier, found ':'
(28,25): run-time error CSS1031: Expected selector, found ')'
(28,25): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.center {
    text-align: center;
}

.well {
    background-color: #ededed;
    border: 1px solid #cccacc;
    border-radius: 3px;
    padding: 1.5em;
    margin-bottom: 1.125em;
}

.deliveryOptionList {
	white-space: nowrap;
}

	.deliveryOptionList input[type=checkbox] {
		display: inline-block;
	}

	.deliveryOptionList label {
		display: inline-block;
		white-space: normal;
	}

button:disabled,
input:disabled,
label:has(input:disabled){
	cursor: not-allowed;
}
