.floatquote {
/* MODIFICATIE 2 */
    position: absolute;	/* Enable selective quote: deze lijn inschakelen, volgende lijn uitschakelen */
/*    display: none;*/	/* Disable selective quote: deze lijn inschakelen, vorige lijn uitschakelen */
}
.multiquote-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #12A3EB;
    border-radius: 7px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
}
.multiquote-wrap .floatquote {
    position: static;
}
.active-quote {
    border-color: #0A8ED0;
}
.active-quote .icon {
    color: #0A8ED0;
}
.mqbtn {
    cursor: pointer;
}

/* MODIFICATIE 2 */
.post-buttons .multiquote {
    display: none; /* Disable multi-quote: deze lijn inschakelen, anders uitschakelen*/
}

