body {
  margin: 0;
  padding: 0;
}

.userHeader {
  background-color: #1f668b;
  padding: 2rem;
  text-align: left;
}
.userHeader img {
  height: 65px;
}

article {
  padding: 60px 5px 10px 10px;
}

header {
  height: 110px;
  background-color: #FFF;
  background-repeat: no-repeat;
}

.rapportPic {
  border: 0px solid #FFF;
  width: 32px;
}

article {
  padding: 80px 20px 10px 40px;
}

.newsContainer {
  padding: 0px 0px 15px 20px;
}

.newsContainer .newsItem {
  width: 33%;
  float: left;
  background-position: 0px 3px;
}

.newsContainer .newsItem .content {
  padding: 0px 30px 0px 60px;
}

nav {
  width: 100%;
  display: block;
  position: absolute;
  background-color: #EEE;
  margin: 0;
  top: 100px;
}

nav a {
  margin: 6px 0 6px 6px;
}

.vragen {
  width: 50%;
  float: right;
  padding: 15px;
}

.vragen span {
  white-space: nowrap;
}

.gridMain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

#oww,
#ww1,
#ww2 {
  width: 300px;
}

.infoTable .col1 {
  width: 75px;
}

.ui-widget-header {
  background: #EEE !important;
  color: #1f668b !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.extraInfoTable td {
  font-size: 0.9rem;
}
.extraInfoTable td .header td {
  background: #6BA2B8 !important;
  color: white;
}

.mySettingsContainer input {
  padding: 5px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  background: #FFF;
  border-radius: 5px;
}

#vragenForm label {
  font-weight: 200 !important;
  cursor: pointer;
}
#vragenForm table {
  width: 100%;
}
#vragenForm td {
  border-bottom: 1px solid #EEE;
  padding-right: 2em;
}
#vragenForm td:first-child {
  width: 20%;
}

.mobileOnly {
  display: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  color: #333;
}

.iButton {
  background: #1f668b !important;
  color: #FFF !important;
}

/*# sourceMappingURL=ae_layout_default.css.map */
