.jibbadabba {
  display: none;
}

.nieuwe-recensie {
  max-width: 600px;
}

#vote .ratingstar:hover {
  cursor: pointer;
}

.recensie {
  position: relative;
  width: 100%;
  border: 1px gray solid;
  padding: 10px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.recensie .geschrevendoor {
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
}

.recensie .geschrevendoor .adminpart {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 24px;
  text-align: right;
}

.recensie .geschrevendoor .adminpart a {
  margin-right: 5px;
}

.recensie .geschrevendoor .star {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
}

.recensie .geschrevendoor .date {
  font-size: 16px;
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 16px;
}
