/*
 * Qype - no stars on user-pics
 *
 * Author      : RegineH
 * Updated     : February 12th, 2008
 * Website     : http://www.qype.com/people/RegineH
 * Description : doesn't show user-stars and points
 * Usage       : use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("qype.com") {

.ContentUserPhotoBoxStar,
.ContentProfilePhotoBoxStar {
    display: none;
}

}