<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#feedback {
    position: fixed;
    right: 0;
    bottom: 30px;
    height: 480px;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 1001
}

#feedback-form {
    float: left;
    width: 330px;
    height: 100%;
    z-index: 1000;
    padding: 15px;
    background-clip: 'padding-box';
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    margin-right: 15px;
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 80px;
    height: 112px;
    margin-top: 390px;
    padding-top: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

#feedback-form textarea { resize: none; }

.icon-chat{
    position: relative;
    background: url(../../images/icon-chat.png) no-repeat center center #F15E07;
    width: 65px;
    height: 65px;
    border-radius: 50px;
}
</pre></body></html>