a.tabledrag-handle .handle {
  width: 30px;
  height: 30px;
}

.webform-multiple-table table {
  margin-bottom: 20px;
}

.container-wrap {
  margin: 0 -15px 15px;
  background-color: #FDFDFD;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  position: relative;
  padding: 15px;
}

.tabledrag-toggle-weight-wrapper {
  visibility: hidden !important;
}

.hours-width { 
  width: 60px; 
}

.comment-width { 
  width: 200px; 
}

.comment-width { 
  width: 100%; 
}

.form-managed-file .form-file {
  width: 100%;
}

#hours_verified_using_timesheets_table, #documents_tested_table {
  margin-left: 0em;
  margin-top: -30px;
}

.responsive-enabled>tbody>tr>td, .responsive-enabled>tbody>tr>th, .responsive-enabled>tfoot>tr>td, .responsive-enabled>tfoot>tr>th, .responsive-enabled>thead>tr>td, .responsive-enabled>thead>tr>th {
    border: 1px solid #ddd;
}

label {
  display: inline !important;
}

select {
  width: 100px;
}

.instruction-text {
  padding: 10px 15px; background-color: #F3F3F3;
}

.js-form-type-processed-text {
  width: 100% !important;
}