.description_list_block .row {
    margin-bottom: 20px;
  }
     
  .description_list_block .button.button-small {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
  }

  #editableTable input {
    width: 85% !important;
    padding: 5px !important;
  }
  
  #editableTable th:last-child {
    text-align: right;
  }
  
  #editableTable td:last-child {
    text-align: right;
  }
  
  #editableTable td:last-child .button {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    background-color: #FFF;
  }
  
  #editableTable td:last-child .button .fa {
    line-height: 30px;
    width: 30px;
  }

  #purchase_order_list {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin: 35px 0;
    padding: 35px 0;
    padding-bottom: 0px !important;
  }

  .add-order .edit, .edit-order .edit {
    display: none;
  }