.shoutbox {
    margin-left: 10px;
    font-size: 200%;
    font-family: Arial, sans-serif;
}

.comcenter2-list2 li:hover {
    background: rgba(255, 255, 255, 0.2);
}

.comcenter2-toggle {
    display: none;
}

.show-cc-btn2.comcenter2-toggle {
    display: block;
}

.show-cc-btn2 {
    /*right: 46px;*/
    left: 12px;
    top: -6px;
    position: absolute;
    opacity: 1;
}

.comcenter2-toggle button {
    background: none;
    margin: 0px;
    padding: 7px 0px 0px;
    outline: 0px;
    border: 0px currentColor;
    border-image: none;
    width: auto;
    color: rgb(213, 221, 229);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

    .comcenter2-toggle button:not(:hover) {
        opacity: 0.9;
    }

    .comcenter2-toggle button .icon2 {
        background: url("../img/comcenter/header-icons.png") no-repeat -240px 0px;
        top: -3px;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
    }

#comcenter2-area2 {
    top: 0px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: absolute;
}

#comcenter2-friends {
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    /*width: 237px;*/
    width: 455px;
    left: 0px;
    bottom: 0px;
    font-size: 12px;
    display: block;
    position: fixed;
    z-index: 1001;
}

    #comcenter2-friends .jspVerticalBar {
        left: 100px;
    }

#comcenter2-tab-friends-content {
    background: none;
    left: 0px;
    top: 48px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    margin-bottom: 0px;
    position: absolute;
}

#comcenter2-friends #comcenter2-tab-friends-content li {
    padding: 4px 8px;
    position: relative;
}

    #comcenter2-friends #comcenter2-tab-friends-content li:hover {
        background: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }

#comcenter2Show, #comcenter2Hide {
    cursor: pointer;
    z-index: 10000;
    position: fixed;
    top: 6px;
    left: -58px;
    background: black;
    border-radius: 5px;
    color: white;
    font-size: 200%;
    width: 300px;
    text-align: center;
    display: none;
}

#comcenter2Hide {
    left: -3px;
    display: block;
}

#comcenter2Show {
    z-index: 10001;
    background-color: transparent;
}

#comcenterShow, #comcenterHide {
    cursor: pointer;
    z-index: 10000;
    position: fixed;
    top: 6px;
    right: 0px;
    background: black;
    border-radius: 5px;
    color: white;
    font-size: 200%;
    width: 50px;
    text-align: center;
    display: none;
}

#comcenterHide {
    right: -100px;
    display: block;
}

#comcenterShow {
    z-index: 10001;
    background-color: transparent;
}

#comcenter3-area3 {
    top: 0px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: absolute;
}

#comcenter3-friends {
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    /*width: 237px;*/
    width: 455px;
    left: 0px;
    bottom: 0px;
    font-size: 12px;
    display: block;
    position: fixed;
    z-index: 1001;
}

    #comcenter3-friends .jspVerticalBar {
        left: 100px;
    }

#comcenter3-tab-friends-content {
    background: none;
    left: 0px;
    top: 48px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    margin-bottom: 0px;
    position: absolute;
}

#comcenter3-friends #comcenter3-tab-friends-content li {
    padding: 4px 8px;
    position: relative;
}

    #comcenter3-friends #comcenter3-tab-friends-content li:hover {
        background: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }

#comcenter3Show, #comcenter3Hide {
    cursor: pointer;
    z-index: 10000;
    position: fixed;
    top: 6px;
    left: -58px;
    background: black;
    border-radius: 5px;
    color: white;
    font-size: 200%;
    width: 300px;
    text-align: center;
    display: none;
}

#comcenter3Hide {
    left: -3px;
    display: block;
}

#comcenter3Show {
    z-index: 10001;
    background-color: transparent;
}
