﻿.feedinside
{
    max-height:700px;
    min-height:200px;
    max-width:600px;
    min-width:320px;
    overflow:hidden;
    overflow-y:auto;
    /*padding:10px;
    border:1px solid #444;
    background-color:#222;*/
    padding-right:10px;
}

.feedimage img
{
    width:100%;
    border-radius:4px;
}

.feeditem
{
    display:block;
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
    background-color:white;
    border-radius:4px;
    padding:10px;
}

.feedlinks
{
    display:block;
    height:auto;
    overflow:hidden;
}

.feedlinks a
{
    border:0px;
    outline:0px;
    margin-right:6px;
    cursor:pointer;
    display:block;
    float:left;
}

.feedlinks img
{
    height:32px;
}


.feeddetails h4
{
    color:#f09;
    margin-bottom:5px;
}

.feeddetails p
{
    color:#111;
}

.feeddetails a
{
    color:#ff7aca;
}

.feedimage
{
    margin-bottom:20px;
}