div.feed
{
    border: 1px solid black;
}

div.feed .header
{
    color: white;
    background: #666666;
    font-size: large;
    padding: 2px;
}

div.feed .header a
{
    color: white;
    text-decoration: none;
}

div.feed .header a:hover
{
    color: white;
    text-decoration: underline;
}

div.feed .content
{
    width: 100%;
    height: 200px;
    /* background-image: url(../images/icons/ajax-loader.gif); */
    background-position: center;
    background-repeat: no-repeat;
}

div.feed .content .frame
{
    width: 100%;
    height: 100%;
    border: none;
    overflow-x: hidden;
    /* visibility: hidden; */
    z-index: 2;
}

div.feeds .row
{
    margin-bottom: 10px;
}

div.feeds .column
{
    width: 50%;
    float: left;
}

div.feeds .left .feed
{
    margin-right: 5px;
}

div.feeds .right .feed
{
    margin-left: 5px;
}