/* CSS Document */

ol.notes {list-style-type:none;padding:0px;margin-left:6px;}
        .avatar {width:25px;height:25px;padding:3px;border:1px solid #151515;box-shadow:0px 0px 3px #000;background-image:url(http://i.imgur.com/9V2yR.jpg);}
        .note{float:left;margin:0px 2px 2px;line-height: 16px; font-size:12px;}
        .action, .note blockquote{display:none;}
        .more_notes_link_container{padding:0px !important;}
        .action a{color: #fff !important;}
        .note{z-index:10;}
        .note:hover{position:relative;z-index:100;}            
        .note:hover .action{
            display: block;
            position:absolute;
            float:center;

            white-space:nowrap;
            background:#000;
            color:#fff;
            padding:3px;
            border:1px solid #161616;
            font-size:11px;
            text-shadow:0px 0px 3px #000;
            background-image:url(http://i.imgur.com/s4vgD.jpg);
background-repeat:repeat;
            z-index:10;        
        }
		
/* CSS Document */		