body {
  padding-top: 50px;
}

.frame {
    overflow: hidden;
    position: relative;
}

.frame .buttons {
        height: 50px;
}

.frame .buttons .fa {
            cursor: pointer;
}

.frame .buttons a {
            position: relative;
            height: 50px;
            line-height: 50px;
            display: inline-block;
            text-align: center;
            width: 50px;
            border-left: 1px solid #ddd;
}
.frame1 {
    overflow: hidden;
    position: relative;
}

.frame1 .buttons {
        height: 50px;
}

.frame1 .buttons .fa {
            cursor: pointer;
}

.frame1 .buttons a {
            position: relative;
            height: 50px;
            line-height: 50px;
            display: inline-block;
            text-align: center;
            width: 50px;
            border-left: 1px solid #ddd;
}
.label1 {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    display: inline;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #f55604 !important;
}

.clickChat {
    cursor: pointer;
}

.clickChat:hover {
        color: #3c8dbc;
}

#chatContent {
    z-index: 999999;
    position: fixed;
    width: 100%;
}

#chatContent > div {
        display: block;
}

