.my-basic-table {
	width: auto;
	border-collapse: collapse;
	margin: 15px auto;
	align-self: center;
}

.my-basic-table th,
.my-basic-table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
}

.my-coffee-table {
	width: auto;
	border-collapse: separate;
	border-spacing: 5px 10px;
 	margin: 20px 0;
 	text-align: left;
}

.my-coffee-table th {
  font-weight: normal;
}

.my-coffee-table th:first-child,
.my-coffee-table td:first-child {
	font-weight: bold;
}

#checkoutSidebar .next-step .next-step-back,
.cart-content.summary-wrapper .next-step-back {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

.cart-content.summary-wrapper .next-step-back:before {
  display: none;
}
