.table-row {
    display: table-row;
    }

.table-row :first-child {
    padding-left: 0px;
    }

.table-row :last-child {
    padding-right: 0px;
    }

.table-cell {
    display: table-cell;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
    }

a.table-cell img {
    -moz-border-radius: 2px;
    -moz-box-shadow: 0px 0px 10px #eee;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 10px #eee;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px #eee;
    background-color: white;
    }

a.thumbnail {
    cursor: zoom-in;
    }

.author {
    font-size: small;
    font-style: italic;
    }

.exception {
    background-color: #fff4f8;
    }

.expression {
    background-color: #eff5ff;
    }

p {
    text-align: justify;
}
