.Row { display:inline-block; width: 100%; border-bottom: solid 1px gray; padding-top: 2px; padding-bottom: 2px; }
.Row .Name { float: left; width: 260px; height: 100%; font-weight: bold; }
.Row .Finish { float: left; width:110px; height: 100%; }
.Row .Price { float: left; width: 70px; text-align: right; }
.Row .PriceStuckout { text-decoration: line-through; color: #333399;}
.Row .Quantity {text-align: center; }

.SettingRow { width: 100%; border-bottom: solid 1px gray; margin-top: 10px;}
