﻿@charset "UTF-8";



/* Button used to open the chat form - fixed at the bottom of the page */
.chat-button {
    /* background-color: #555;*/
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 80px;
    right: 4px;
    width: 80px;
}
