/**/
/**/
/**/
/**/
/**/

/* LEESLIJST */
.leeslijst_body_box {
  margin: auto;
  height: 86%;
  width: 90%;
}
.leeslijst_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6%;
}
.leeslijst_body_column {
  width: 25%;
}
.leeslijst_body_block {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 99%;
  height: 54px;
  margin: 5px;
  font-size: 20px;
}
