﻿.document-widget {
    color: #333;
}

    .document-widget.normal table {
        border: 0;
    }

        .document-widget.normal table > tbody > tr > td {
            border: 0;
            padding: 6px;
        }

    .document-widget.normal .document {
        display: block;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .document-widget.normal .document .comment-count {
            color: #333;
            font-size: 12px;
            font-weight: bold;
        }

    .document-widget.gallery .document {
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

        .document-widget.gallery .document a.no-image {
            display: block;
            padding: 60px 0;
            text-decoration: none;
            color: #333;
        }

        .document-widget.gallery .document a {
            display: block;
        }

            .document-widget.gallery .document a.title {
                padding: 12px 0;
                text-align: center;
                text-decoration: none;
                color: #333;
            }

        .document-widget.gallery .document:hover a.title {
            text-decoration: underline;
        }
