﻿
.live-chat-button {
    display: block;
    padding: 8px 18px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding-left: 40px;
    border: 0px;
    background: #2979b4 url(../images/LiveChatBubble.png) no-repeat 8px 7px;
}
.live-chat-button:hover {background: #004376/*#8f4521*/ url(../images/LiveChatBubble.png) no-repeat 8px 7px; }

.help-button {
    display: block;
    padding: 8px 18px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding-left: 40px;
    border: 0px;
    background: #2979b4 url(../images/white-help-Icon.png) no-repeat 8px 7px;
}
.help-button:hover {background: #004376/*#8f4521*/ url(../images/white-help-Icon.png) no-repeat 8px 7px; }

.channel-count-button {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding-left: 40px;
    border: 2px solid;
    padding: 4px 20px;
    font-weight: bold;
    background: #2979b4
}
    .channel-count-button:hover {
        background: #004376;
        border: 2px solid #2fa55a;
    }

    .channel-count-button:focus {
        outline: 0;
    }

