﻿#fb-chat-wrapper
{
    position: fixed;
    bottom: 0;
    left: 10px;
    z-index: 999999998;
    width: 300px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
}
#fb-chat-wrapper #fb-chat-header
{
    float: left;
    width: 294px;
    font-family: helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #FFFFFF;
    padding: 5px 0 5px 6px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    background: none;
    background-color: #0F70BA;
    border: 0;
    border-bottom: none;
    z-index: 999999999;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#fb-chat-header-text
{
    display: inline-block;
    width: 180px;
}

#fb-chat-wrapper #fb-chat-body
{
    float: left;
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: none;
    background-color: #fff;
    z-index: 999999999;
}

#fb-chat-wrapper #fb-chat-body .fb-page
{
    margin-top: -130px;
    float: left;
}
.fb_iframe_widget
{
    display: inline-block;
    position: relative;
}
.fa
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
