@import "./bulma.css";

html {
  background-color: white;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%; }

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5; }

.further-info a:hover {
  color: white;
}

.decorator-free {
    list-style-type: none;
    min-height: 190px;
}

.bright li {
    color: black;
}
.bright p {
    color: black;
}
.bright a {
    color:black;
    text-decoration:underline;
}

/* ewc Ver 1.0 */
.box-yellow {
  background-color: rgb(255,230,175);
}
/* ewc Ver 2.0 */
.box-green {
  background-color: rgb(194,235,205);
}
/* CircUPath BRO Ver 1.0 */
.box-blue {
  background-color: rgb(171,209,254);
}
/* further info */
.box-purple {
  background-color: rgb(220,201,255);
}
.dbfz-light {
  background-color: #cfe09b;
}