div.button_container {
  padding-top: 24px;
}

div.collapsible_titlebar {
  display: none;
}

div.comments div.help_box_container div.help_box_content {
  top: -3em;
}

div.table_container table {
  margin: 0;
}

div.section_header {
  padding-right: 50px;
  right: 50px;
}

div#section_website div.table_container table tbody tr td.label {
  width: 10em;
}

div#section_website_message {
  margin-top: 10px;
}


div#section_website_message {
  padding-top: 10px;
}

div#wc_build_container {
}

input.check_name_field {
  width: 12em;
}

table {
  width: 100%;
}

table tbody tr td.label {
  width: 100px;
}

table tbody.sub_form_actions { 
  display: none;
}

textarea.comments {
  height: 4em;
  margin-bottom: 1em;
  width: 20em;
}

select {
  width: 18em;
}

@media (max-width: 400px) {
  textarea.comments, select {
    width: 13em;
  }
}