.form-required::after {
content: '*';
display: inline-block;
color: red;
}

.webform-select-other--wrapper legend {
  border-bottom: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.webform-type-radios legend {
  border-bottom: none;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 5px;
}

#edit-request-information-expense-date-range-container {
  padding-top:10px;
}

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%;
}

#supporting_documents_upload_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;
}

.form-textarea {
  width: 100%;
}

.category {
  margin: 4px;
}
