﻿.chat-launcher a.chat-online {
    width: 55px;
    height: 55px;
    /*box-shadow: rgba(0, 0, 0, 0.4) 0 8px 14px;*/
    position: fixed;
    color: #fff;
    bottom: 16px;
    right: 16px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    /*  background-color: #FFF; */
}

    .chat-launcher.handheld a.chat-online {
        right: 30px !important;
    }

    .chat-launcher a.chat-online img {
        height: 55px;
        margin-right: 3px;
    }

.chat-online {
   display: none;
   background-color: #945b5a;
}

.chat-contact .chat-online {
   background-color: initial;
}

.chat-offline {
    display: none;
    padding-top: 10px;
}

.chat-image-link {
    text-decoration:none;
}

.chat-contact div.chat-online .chat-title {
    font-weight: bold;
}

.chat-contact div.chat-online .chat-section {
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 1px #333;
    padding-bottom: 10px;
    padding-top: 20px;
}

.chat-contact div.chat-online .chat-blurb {
    padding-top: 10px;
}
