.checkout-header{
	padding: 10px 0;
}
.checkout-content{
	padding: 10px 0;
}
input[type=number]{
	text-align: right;
}
table tr td,table tr th{
	padding: 5px;
}
.strike {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #eee; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.strike span { 
    background:#fff; 
    padding:0 10px; 
}