.customer {
  height: 30px;
  background-color: #D0D7C8;
  padding: 5px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: thin;
  border-bottom-width: thin;
  line-height: 20px;
  box-sizing: border-box;
}
.customer div {
  display: inline-block;
}
.customer .name {
  width: 500px;
}
.container-info {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  height: 30px;
  line-height: 30px;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #808080;
  background-color: #FFD595;
}
.RecipeQuantity {
  display: inline-block;
  width: 30px;
}
.RecipeQuantity input {
  text-align: center;
  background-color: #b7ff8f;
}
.Serving {
  width: 30px;
  float: right;
}
.Serving input {
  text-align: center;
  background-color: #eee;
}
.total {
  width: 1200px;
  height: 30px;
  line-height: 30px;
  background-color: #D0D0D0;
  border-bottom-style: solid;
  border-bottom-width: thin;
  display: block;
  position: relative;
  border-bottom-color: #808080;
  box-sizing: border-box;
}
.Step, .steptotal {
  width: 35px;
  height: 30px;
  cursor: all-scroll;
  float: left;
  clear: both;
}
.Ingredient {
  font-weight: bold;
  width: 280px;
  float: left;
  height: 30px;
  overflow: hidden;
}
.ServingHeading, .volume, .percent{
  width: 80px;
  float: left;
  height: 30px;
  text-align: right;
}
.volume, .percent {
  width: 110px;
}
.StepQuantityTotal, .TotalGr{
  width: 70px;
  float: left;
  height: 30px;
  font-weight: bold;
  text-align: right;
}
.CostAvgLast {
  width: 70px;
  float: left;
  height: 30px;
  text-align: right;
}
.ItemCost, .itemCostTotal {
  width: 90px;
  float: left;
  height: 30px;
  text-align: center;
}
.step-row {
  width: 1200px;
  height: 30px;
  line-height: 30px;
  border-bottom-style: solid;
  border-bottom-width: thin;
  display: block;
  border-bottom-color: #808080;
  background-color: #ECECEC;
}
.step-row.instruction {
  background-color: #FFFFCC;
}
.StepQuantity {
  width: 70px;
  float: left;
  height: 30px;
  text-align: right;
}
.StepQuantity input {
  width: 100%;
  text-align: center;
}
.step-row.instruction {
  height: auto;
  display: flex!important;
}
.Instruction {
  width: 1010px;
  flex: 1;
}
.Instruction textarea {
  font-family: inherit;
  font-size: inherit;
}