#edit-field-started-by-wrapper {
  float: left;
  width: 25%;
}

#edit-field-project-for-wrapper {
  display: inline-block;
  width: 25%;
}

#edit-field-status-wrapper {
  display: inline-block;
  width: 25%;
  padding-right: 24%;
}

#edit-field-assigned-to-wrapper {
  float: left;
  width: 25%;
}

#edit-field-high-priority-wrapper {
  display: inline-block;
  width: 25%;
  padding-top: 10px;
  height: 55.3px;
}

#edit-field-reviewed-by-debbie-wrapper {
  display: inline-block;
  width: 25%;
  padding-top: 10px;
  height: 55.3px;
}

/*#edit-field-reviewed-by-debbie-wrapper label, #edit-field-high-priority-wrapper label {*/
/*  font-weight: bold;*/
/*  font-weight: 700;*/
/*}*/

/*#edit-field-version-wrapper {*/
/*  display: inline-block;*/
/*  width: 25%;*/
/*  padding-right: 49%;*/
/*}*/

#edit-field-brief-description-wrapper {
  float: left;
  width: 50%;
  padding-right: 0.5%;
}

#edit-field-notify-who-wrapper {
  display: inline-block;
  width: 49.5%;
}

#edit-field-qa-checklist-wrapper {
  width: 49%;
  float: right;
  padding-left: 1%;
}

#edit-field-programmer-notes-wrapper {
  width: 49%;
  display: inline-block;
  padding-right: 1%;
}

#edit-field-associated-files-wrapper {
  float: left;
  width: 49%;
  padding-right: 1%;
}

#edit-field-history-wrapper {
  display: inline-block;
  width: 49%;
  padding-left: 1%;
}

.js-form-type-vertical-tabs, .layout-region-node-secondary {
  display: none;
}

.layout-region-node-main, .layout-region-node-footer {
  width: 100%;
}

#edit-actions {
  width: 100%;
  display: flex;
  justify-content: center;
}

.node-project-form #edit-actions, .node-project-edit-form #edit-actions {
  /*width: 100%;*/
  /*display: flex;*/
  /*justify-content: center;*/
  position: fixed;
  bottom: 0;
  background: white;
  color: #ddd;
  background-color: white;
  margin: 0;
  padding: 12px 0;
  /*padding-right: 5em;*/
  border-top: 1px solid #bebfb9;
  /*background-color: #0f0f0f;*/
  /*box-shadow: -1px -2px 2px 1px rgba(0, 0, 0, 0.3333);*/
}
