div#zoom-image
{
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}
div#zoom-image > img
{
    border-radius: 3%;
    max-width: 75%;
    max-height: 100%;
}

div#zoom-name
{
    cursor: default;
    margin-top: 5px;
    padding: 3px 5px;

    font-weight: bold;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    background: #999999;
    border-radius: 5px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#zoom-text
{
    cursor: default;
    white-space: pre-wrap;
    margin-top: 1px;
    padding: 3px;
    font-size: 14px;
    background: #999999;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.good > div#zoom-name, .good > div#zoom-text { background: #77aa77; }
.bad > div#zoom-name, .bad > div#zoom-text { background: #aa7777; }

div#zoom-links
{
    cursor: default;
    margin-top: 5px;
    height: 24px;
    float: right;
    background: #999999;
    border-radius: 5px;
    padding: 5px;
}

div#zoom-links > a
{
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

div#zoom-links > a > img
{
    width: 100%;
    height: 100%;
}
