.body {
    zoom: 1;
    margin-top: 12px !important;
}

.body:after {
    content: "";
    display: block;
    clear: both;
}

.body .thumb {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;

    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}

.first .body .thumb {
    max-width: 225px;
    max-height: 225px;
}

.body .original {
    display: block;
    margin-bottom: 8px;

    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 800px;
}

.body p {
    min-height: 18px;
}

.quote {
    background: #d5e5d5;
    border-left: 4px solid #4CAF50;
    margin-bottom: 8px;
    display: block;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    zoom: 1;
}

.quote > * {
    padding: 4px 8px;
}

.quote .l {
    background: #a8c2a8;
}

.quotethumb {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;

    width: auto;
    height: auto;
    max-width: 75px;
    max-height: 75px;
}

.quote hr {
    margin: 2px 0;
    padding: 0;
}

#gallery {
    border-collapse: collapse;
    width: 100%;
    display: table;
}

#gallery td {
    padding: 8px;
}

#gallery img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
    border: none;
}