@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body {
  margin: 0;
  padding: 0;
}

.userHeader {
  background-color: #283453;
  padding: 2rem;
}
.userHeader img {
  max-height: 65px;
}

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

header {
  background-color: #283453;
  text-align: center;
  background-repeat: no-repeat;
}

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

article {
  padding: 40px 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: #283453;
  margin: 0;
  top: 155px;
}

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;
}

#chartContainer {
  height: 150px;
  width: 95%;
  float: left;
}

#AssLegenda {
  width: 95%;
  font-size: 12px;
  background: #eee;
  display: flex;
  justify-content: left;
  align-content: center;
  padding-top: 10px;
}
#AssLegenda ul {
  width: 100%;
  padding: 1rem;
}
#AssLegenda li {
  display: flex;
  justify-content: space-between;
}

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