.faq-bot-button {
    position: fixed;
    color: rgb(255, 255, 255);
    font-family: Roboto, proxima-nova, Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    z-index: 9999999;
    bottom: 50%;
    right: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.15);
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
    -webkit-overflow: auto !important;
    overflow: auto !important;
    line-height: 1.5;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    margin-bottom: 60px;
    animation: none;
}