#yrt {
}

#yrt > ul > li > div.yrtTable {
    display: table;
    width:auto;
    height: auto;
    border-spacing:2px;
    /*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}
#yrt > ul > li > div > div.yrtRow {
    display: table-row;
    width:auto;
}
#yrt > ul > li > div > div > div.yrtCell1 {
    display:table-cell;
    width:auto;
    height: auto;
    text-align: center;
    font-size: 90%;
}
#yrt > ul > li > div > div > div.yrtCell2 {
    display:table-cell;
    width:auto;
    height:auto;
    border-spacing:2px;
    vertical-align:top;
    text-indent:10px;
    padding-left:5px;
}
#yrt > ul > li > div > div > div > span.yrtYelp {
    text-align:right;
    font-size: 80%;
}