.forum_recent{}

.forum_recent table,
.forum_recent th,
.forum_recent td{
    border-width: 0;
    border-collapse: collapse;
}

.forum_recent table{
    background-color:transparent;
    max-width:99%;
}

.forum_recent tr{}

.forum_recent td,
.forum_recent th{
    padding:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.forum_recent th{
    color:#f90;
}

.forum_recent table a img{
    margin:0;
    margin-right:0.2em;
    margin-bottom:-0.2em;
    max-width:32px;
}

.forum_recent.checking{
    min-height:16px;
    background-image:url('graphics/loading_spinner_sm.gif');
    background-position:1em center;
    background-repeat:no-repeat;
}
.forum_recent.empty{
    min-height:unset;
    background-image:none;
    display:none;
}