.multinput {
  ul {
    li {
      display: table;
      margin-bottom: 10px;
      width: 100%;

      .left {
        min-width: 600px;
        width: calc(100% - 8px);
        display: table;
        .label {
          display: table-cell;
        }
        .middle{
          display: table-cell;
         span{
           margin: 0 8px 0;
         }
        }
        .content {
          display: table-cell;
        }
      }
      .reduce {
        width: 35px;
        display: table-cell;
        margin-left: 8px;
        button{
          width: 100%;
        }
      }
    }
  }
}