.cs-c-emotes-button {
    width: 32px;
    height: 32px;
    float: left;
    background: none;
    border: none;
    padding: 0px;
    line-height: 1.4;
    font-size: 0.82em;
    outline: 0;
    margin: 0 4px 0 0;
    padding: 0;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    z-index: 100;
}
.cs-c-emotes-show-container {
    position: relative;
    padding-left: 6px;
}
.cs-c-emotes-show-emote {
    display: inline-block;
    position: relative;
    height: auto;
    width: 34px;
    padding: 0 5px;
    cursor: pointer;
}
.cs-c-emotes-show-emote-author {
    cursor: auto!important;
}
.cs-c-emotes-show-emote-count {
    display: block;
    position: absolute;
    bottom: -9px;
    right: -1px;
    color: #40aa04;
    text-shadow: 0px 0px 1px #0a106f;
    font-size: 10px;
    font-weight: bold;
}
.cs-c-emotes-wrapper {
    position: relative;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
}
.cs-c-emotes-container {
    position:absolute;
    width: 254px;
    background:#f3f3f3;
    padding:6px;
    box-shadow: #666666 1px 1px 6px;
    -moz-box-shadow: #666666 1px 1px 6px;
    -webkit-box-shadow: #666666 1px 1px 6px;
    margin-top:-5px;
    z-index:99999;
}
span.cs-c-emotes-emoticon {
    background-color:#f3f3f3;
    display:block;
    float:left;
    width: 48px;
    height: 48px;
    cursor:pointer;
    border-bottom:1px dotted #ccc;
    border-right:1px dotted #ccc;
    padding:3px;
}
span.cs-c-emotes-emoticon:hover {
    position:relative;
    z-index:1;
    background-color:#fff;
    box-shadow: #666666 1px 1px 6px;
    -moz-box-shadow: #666666 1px 1px 6px;
    -webkit-box-shadow: #666666 1px 1px 6px;
}
span.cs-c-emotes-button-icon img {
    width:32px;
    height:32px;
}
span.cs-c-emotes-button-icon {
    display: block;
    background: url(https://slopeofhope.com/commentsys/images/emotes/grinning.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    width: 32px;
    height: 32px;
    /* position:absolute;
    right:5px;
    z-index:1000;*/
}

@media (max-width: 590px) {
    .cs-c-emotes-button {
        display: none !important;
    }
    .cs-c-emotes-show-container {
        display: none !important;
    }
}
