.supportBadge {
    /* position: absolute;
    left: 800px;
    top: 10px; */
}

.support-thb {
    position: absolute;
    left: 986px;
    top: 28px;
    display: none;
    z-index: 1;
}

.support-thb .thb-bubbles {
    opacity: 0.5;
}

.support-thb .thb-box {
    width: 300px;
    position: absolute;
    left: -200px;
    top: 68px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 1px 1px #444;
}

.support-thb .thb-box .back {
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    opacity: 0.8;
    border: 1px solid #444;
    
}

.support-thb .thb-box .fore {
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 10px;
    border: 1px solid #0e91bb;
}

.support-thb .thb-box .thb-item {
    padding: 10px;
    cursor: pointer;
    font: small-caps 16px/14px Arial;
    height: 32px;
}

.support-thb .thb-box .thb-item:hover {
    background: #10afcf;
    color: white;
}

.support-thb .thb-box .thb-item img {
    float: left;
    
}

.support-thb .thb-box .thb-item .image {
    float: left;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin: 0 12px 0 0;
}