/* watched */
#watched {
    display:block;
    clear:both;
}

    #watched * {
        transition: all 0.2s ease-out;     
    }

    #watched span.clear {
        display:block;
        clear:both;
    }
    
    #watched h6 {
        background: #dadada;
    }
    
    #watched:hover h6 {
        background: rgba(244, 157, 30, 1);    
    }

    #watched .watched {
        width:24%;
        border:1px solid #ebebeb;
        float:left;
        margin-left: 0;
        margin-right: 0.7%;
        margin-bottom:10px;
        border-radius: 3px;
    }

    #watched .watched:hover {
        border-color: #999999;
    }
    
        #watched .watched a {
            text-decoration: none;
        }
        
        #watched .watched a.hover figure,
        #watched .watched a:hover figure {
            background: #fafafa;
        }
    
        #watched .watched figure figcaption {
            display: table-cell;
            vertical-align: middle;
            height: 70px;
            padding: 0px 5px;
        }
        
        #watched .watched figure p {
            float:left;
            margin:10px;
            overflow:hidden;
        }

            #watched .watched figure p img {
                display:block;
                margin:auto;
                max-width:70px;
            }
    
/* /watched */

#categoriesLinks div {
    height:20px;
    line-height:20px;
    font-size:13px;
}

    #categoriesLinks div a {
        font-size:13px;
        text-decoration: none;
        color:black;            
    }
    
    #categoriesLinks div a:hover {
        text-decoration: underline;     
    }