.centered-btn{
    margin: 10px auto;
}
.edit-price{
    max-width: 8rem;
}
.edit-name{
    min-width:calc(100% - 8rem);
}

.price-list {
  padding-left: 25px;
}
.price-list li {
  position: relative;
  padding-right: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8BC34A;
  margin-bottom: 10px;
}
.price-list li .price-right {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
}
.price-list li .delete-item{
    position: absolute;
    right: -50px;
    top: -5px;
}

.price-list li input{
    border: none;
    background-color: #fafafa;
}

