table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse !important;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  color: #666 !important;
}
thead{
	vertical-align: middle !important;
}
thead th {
  background: #fafafa !important;
  padding: 1.387em !important;
}

th {
  font-weight: 700 !important;
   border-bottom: 1px solid #eee !important; 
}
td{
	line-height: 25px !important;
  vertical-align: middle !important;
  background: #fff !important;
 border-bottom: 1px solid #eee !important; 
}

td {
  text-align: left !important;
  border: 1px solid #eee !important;
  color: #666;
  padding: 1.2em 1.387em !important;
  border-bottom: 1px solid #eee !important; 
}

div#customer_details {
  border: 1px solid #eee;
  padding: 20px;
}

.woocommerce-checkout #payment ul.payment_methods{
	border: none !important;
}

.form-row.place-order {
  border: 1px solid #eee;
  background-color: #FAFAFA;
}

.woocommerce form .form-row {
  margin: 0 0 10px !important;
  width: 80% !important;
  float: left !important;
}

.woocommerce-checkout-payment .form-row.place-order {
  width: 100% !important;
}
p.form-row.terms {
  float: left !important;
  text-align: left;
  width: auto !important;
}

#payment #place_order{
	float: left !important;
	  width: 20%;
  height: 43px;
  background-color: #ec5e00;
}
