/* 
    Document   : MoreLikeThisRenderer
    Created on : Jan 13, 2011, 2:55:25 PM
    Author     : gmalartre
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

smallResultTitle {
    color: #03c;
    cursor: hand;
    cursor: pointer;
    display: block;
    font-size: 1.0833em;
    font-weight: normal;
    line-height: 1.2;
    max-height: 33px;
    overflow: hidden;
    width: 160px;
}

#recommendation span.stat{
    color: #666;
    display: block;
    font-size: .9166em;
}

