body {
	margin: 0; padding: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
table,
#edd_checkout_cart {
	table-layout: auto;
	display: table;
	border: 1px solid #e5e5e5;
	border-spacing: 0;
	border-collapse: separate;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	background: #ffffff;
	width: 100%;
	clear: both;
	margin: 0 0 20px 0;
}
th,
#edd_checkout_cart .edd_cart_header_row th {
	color: #32373c;
	line-height: 1.4em;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 400;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
	padding: 8px 10px;
	word-wrap: break-word;
	display: table-cell;
	vertical-align: inherit;
	background: #ffffff;
}

#edd_checkout_cart .edd_cart_header_row th:last-child {
	text-align: right;
}

td,
#edd_checkout_cart td {
	color: #555;
	font-size: 13px;
	line-height: 1.5em;
	padding: 8px 10px;
	word-wrap: break-word;
	font-family: inherit;
}
#edd_checkout_cart td, #edd_checkout_cart th {
	border: 0;
}
#edd_checkout_cart tr:nth-child(odd) td {
	background-color: #f9f9f9;
}
tr:nth-child(even) td {
	background-color: #ffffff;
}
a, a:link, a:visited {
	color: #0073aa;
	text-decoration: none;
}
a:hover {
	color: #00b4e4;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
	display: none;
}