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