#live-chat {
    z-index: 9;
}

#live-chat h4 {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}

#live-chat .chat {
    display: block;
}

.helpful-links div a {
    display: inline-block;
    width: 100%;
    border: 1px solid #000000;
    background-color: #eeeeee;
    color: #0000FF !important;
    text-align: center;
    padding: 8px;
}

.helpful-links div a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.chat-close {
    color: #ffffff !important;
}

#tab-lofchat-1 {
    min-height: 75px;
}

#tab-lofchat-1 .offline-message a {
    color: #0000FF !important;
}

#tab-lofchat-1 .offline-message a:hover {
    text-decoration: underline;
    font-weight: bold;
}

#tab-lofchat-1 .msg-user, #tab-lofchat-1 .msg {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #000000;
}

#tab-lofchat-1 div:last-of-type {
    border-bottom: none;
}

@media print {
    #live-chat {
        display: none;
    }
}