figure.image-left {
    float: left;
    margin: 0px 10px 0px 0px !important;
}

figure.image-right {
    float: right;
    margin: 0px 0px 0px 10px !important;
}
figure.image-center {
    margin: 0;
}

figure { 
    margin: 0px 0px 10px 0px;
    max-width: 100%;
    height: auto;
}

figure.image-left img, figure.image-right img, figure.image-center img, figure img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}

figure.image-center img {
  max-width: 100%;
  height: auto;
}

.btn { /* Consequent hetzelfde lettertype op buttons */
	font-family: system-ui, BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.disabledreviewscounter-container table tr:nth-child(even){
  background-color: rgb(211, 211, 211, .5);
}