.addrssbox, #article-list .list
{
    display: none;
}

#feed-content-overlay
{
    background-color: rgba(41, 41, 41, 0.7);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
    display: none;
}

#feed-content-overlay-outer
{
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

#feed-content-overlay-inner
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#feed-content-container
{
    display: inline-block;
    outline: none;
    text-align: left;
    background-color: White;
}

#feed-content-toolbar
{
    background-color:rgb(219, 15, 15);
    width: 100%;
    height: 30px;
}

#feed-content-window-open
{
    top: 5px;
    position: relative;
    left: 5px;
}

#feed-content-loading
{
    top: 5px;
    position: relative;
}

#feed-content-overlay-close
{
    float: right;
    position: relative;
    top: 5px;
    right: 5px;
}

.content-img
{
    max-width: 150px;
    max-height: 150px;
    /* height: expression(this.width > this.height ? auto: expression(this.height > 150 ? 150: true));
    width: expression(this.width > this.height ? expression(this.width > 150 ? 150 : true) : auto); */
    cursor: pointer;
}

.content-img-enlarged
{
    max-width: 525px;
    height: auto;
    /* width: expression(this.width > 525 ? 525 : true); */
    cursor: pointer;
}
