body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: #333;
  background-color: #fff;
}

.js-enabled {
  display: none;
}

.ui-widget {
  font-size: 1em;
}

h1 {
  color: #0066cc;
}

a,
.ui-widget-content a {
  color: #0066cc;
  text-decoration: none;
}

h3 {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px #ccc solid;
}

label.field_label {
  float: left;
  width: 150px;
}

.form_element_wrapper {
  margin: 15px 0px;
}

.wrapper_submit {
  width: 100%;
}

.wrapper_submit_verder {
 text-align: right;
}


table#beschikbare_modules td.module {
  padding: 10px;
  vertical-align: top;
}

table#beschikbare_modules td.module label {
  float: none;
  font-size: 13px;
}

table.overzicht th {
  width: 200px;
  text-align: left;
}

label.error.checked {
  display: inline;
  color: #fff;
  padding-left: 20px;
  background: url(../img/checked.gif) no-repeat;
}

label.error {
  display: none;
  margin-left: 10px;
  font-size: 12px;
  color: red;
}

#beschikbare_modules label.error {
  margin-left: 0px;
}

#dialog {
  display: none;
}

.item_description {
  margin-top: 5px;
  margin-left: 25px;
  color: #555;
  font-size: 11px;
}

.ui-accordion {
  margin: 10px 10px 10px 40px;
}

.description-module {
  margin: 0px 25px;
}

.description-module ul {
  margin: 10px 0;
  padding: 0;
  list-style-position: inside;
}