/* @@include cssms/lib/mixins/css3.css */

div.thumb-holder {
    display:inline-table;
}
div.thumb-holder div.tt-a {
    display:table-cell;
}
* html div.thumb-holder, * html div.thumb-holder div.tt-a {
    display:inline-block
}
div.thumb-holder a {
    text-decoration:none !important;
}

span.shadow {
    display:block;
    text-align:center;
    background-position:center;
    background-repeat:no-repeat;
    padding:3px 4px 5px 4px;
}
/* T9904 CSS shadows */
.shadow {
    background-image: none !important; /* This has to stay !important because of old cached content inside freeform deviations */
}
.shadow > a.thumb > img:not(.lit) {
    box-shadow:0 0 0 1px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.2);
}
.shadow > a.thumb.lit, .shadow > a.thumb.film {
    box-shadow:0 0 0 1px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.2);
}
.crop-w .shadow > a.thumb > img:not(.lit),
.crop-h .shadow > a.thumb > img:not(.lit),
.shadow.mild > a.thumb > img:not(.lit) {
    box-shadow:none;
}

span.mild {
    background-image:none !important;
}
* html div.stream span.shadow img {
    position:relative;
    top:3px;
}

div.stream {
    text-align:center;
}

div.stream.writer-stream {
    text-align:left;
}

div.stream a img {
    vertical-align:middle;
    border:none;
}
/* prop up the box for IE */
div.stream span.shadow a i {
    display:none;
    width:1px;
}
*+html div.stream span.shadow a i {
    *display:inline-block;
    *height:89px;
}
*+html div.stream span.shadow {
    *min-height: 89px;
}
div.stream div.tt-a span.tt-w,
div.stream div.tt-a div.tt-w,
div.rs-customicon div.rs-customicon-cont {
    display:table-cell;
    display:inline-block;
    vertical-align:top;
    margin:8px 0;
    width:205px;
}
#dailyDevs div.stream div.tt-a span.tt-w {
    width: auto;
}

div.stream div.tt-fh {
    margin-left: 9px;
    margin-right: 9px;
}

div.stream div.tt-fh span.tt-w,
div.stream div.tt-fh div.tt-w {
    width:305px;
}
div.stream div.tt-fh .tv150 span.tt-w,
div.stream div.tt-fh .tv150 div.tt-w {
    width:205px;
}
.muro-redraw.icon {
    margin-left: 4px;
}

div.stream span.tt-w span.user-symbol,
div.stream div.tt-w span.user-symbol {
    font-size: 110%;
}

