#viewer_info{
display: table;
}

#viewer_info dl.item-list {
    margin: 1px;
    display: table-row;
}
#viewer_info .item-list dt
{
    font-weight: 600;
    background-color: rgba(0,0,0,.3);
    padding: 1em;
    display: table-cell;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

#viewer_info .item-list dd
{
    display: table-cell;
    background-color: rgba(0,0,0,.3);
    padding: 1em;
    border-bottom: 1px solid #333;
}
#viewer_info dt { clear: both; }

#viewer_info hr{
    border: 0px;
    border-top:1px #666 dotted;
}

#viewer_info a
{
    color: #ccc;
    text-decoration: none;
}
#viewer_info a:hover
{
    color: #fff;
}