.feed-box h1 {
    font-family:verdana,helvetica,sans-serif;
    font-size:12pt;
    margin-left: 10px;
    border-bottom: 1px solid #CCC;
}
#content {
    line-height:normal;
}
.feed-box {
    display:inline-block;
    width:30em;
    margin-left: 1em;
    margin-right: 1.5em;
    background:transparent;
}
.item-box {
    font-family:helvetica,arial,sans-serif;
    text-align: left;
    font-size:8pt;
    height:50px;
    width:auto;
    display:block;
    margin: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom:1.5em;
}
.item-box .thumb-wrap {
    width:50px;
    height:50px;
    margin-right:1em;
    border:1px solid black;
    text-align:center;
    float:left;
    overflow: hidden;
}
.item-box .thumb-wrap img {
    height: 50px;
    text-align:center;
    font-size: xx-small;
}

.item-box .thumb-wrap a strong{
    margin:0;
    padding:0;
}

.item-box .listing-desc {
    float:right;
}
