#main, #primary {
    overflow: visible;
}

.judge-tooltip {
    position: relative;
}

.judge-tooltip .avatar {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 180px;
    bottom: -50px;
    z-index: 100;
    background: url(../images/notfound-200.jpg) 5px 5px #FEFEFE no-repeat;
    display: none;
    box-sizing: content-box;
}

.judge-tooltip:hover .avatar {
    display: block;
    overflow: hidden;
}

.avatar {
    margin: 0;
    padding: 5px;
    list-style-type: none;
    overflow: hidden;
    max-height: 200px;
}

.avatar {
    clear: left;
}

.avatar  img {
    border-radius: 5px;
}

.avatar span {
    float: right;
    font-size: 80%;
}

.avatar b {
    display: block;
}

.avatar ul li.cover {
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.avatar  em {
    display: inline-block;
    font-size: 80%;
    font-weight: bold;
    width: 100px;
}

.judge-tooltip .avatar img {
    width: auto;
    margin-top: 0;
}

.wp-caption.judgeimg {
    width: 200px;
    display: inline-block;
}

.judgeimg img {
    width: 190px;
    height: 190px;
}