.woocommerce .button {
	background: rgb(130,186,65) !important;
	border: none !important;
	border-radius: 4px !important;
	color: rgb(255,255,255) !important;
	cursor: pointer !important;
	height: 2.1em !important;
	line-height: 2.333em !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
.woocommerce .button:hover { background: rgb(77,77,77) !important; }

.woocommerce table, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment
{ border-radius: 0 !important; }

.woocommerce .payment_methods, .woocommerce .woocommerce-checkout-payment, .woocommerce .payment_box {
	background: transparent !important;
	padding: 0 !important;
}

.woocommerce .payment_box:before { display: none !important; }

	.woocommerce .payment_methods img {
		display: inline-block !important;
	}
	
	.woocommerce .wc_payment_method > label {
		font-size: 125%;
		font-weight: bold;
		text-transform: uppercase;
	}
	
.woocommerce .place-order { padding-right: 0 !important; }

.woocommerce a.remove {
	line-height: 1.25em !important;
	text-align: center !important;
}


/* CSS3 MEDIA QUERIES */

/* LARGE SCREENS (content area over 1440 pixels) */
@media screen and (min-width: 1440px) {

}


/* SMALLER COMPUTERS (content area under 1200 pixels) */
@media screen and (max-width: 1200px) {

}


/* TABLETS (content area under 1024 pixels) */
@media screen and (max-width: 1024px) {

}


/* PHONES (content area under 782 pixels) */
@media screen and (max-width: 782px) {

}
