/* width */
*::-webkit-scrollbar {
  width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px #00CCFF;
  border-radius: 10px;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #0033FF;
  border-radius: 10px;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #FFFF00;
}
body {
/* background: #555;  */
}

.content {
  height: 800px;
  width: 400px;
  margin: auto;
/*  background: white;*/
  padding: 0px;
}
#hoesje {
 border-radius: 5px;
 border: 1px solid #66FF00;
}
#table {
 border-radius: 5px;
 border: 0px solid #0000FF;
}

#wb_Text1
{
   color: #000000;
   font-family: "Times New Roman";
   font-weight: normal;
   font-size: 20px;
}
P {
  font-size: 11pt
  }

p {
  font-weight: 900;
}
p {
  color: #FFFF00;
}
