.floatquote {
    position: absolute;
}
.multiquote-wrap {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    z-index: 2;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.multiquote-wrap .floatquote {
    position: static;
}
.multiquote-wrap p {
    margin-bottom: 10px;
}
.multiquote-number {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    margin-left: 7.5px;
    display: inline-block;
    padding: 0 6px;
    line-height: 20px;
}
a.active-quote {
    background-color: #5C5C5C;
    color: #EBEBEB;
}
.active-quote .icon {
    color: #0A8ED0;
}
.mqbtn {
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin-left: 20px;
    margin-top: -2px;
}