body{background: #fcfcfc}
.wrapper{margin-top: 5px; margin-bottom: 5px; }


/* Thumbnails and image lightbox
------------------------------------------------------------------------- */
.edytor-thumbnail img {
    border: 3px solid white;
    box-shadow: 0 0 3px gray;
    max-height: 100px;
    max-width: 100%;
}
.edytor-thumbnail img:hover {
    cursor: zoom-in;
}
.featherlight .edytor-lightbox:hover {
    cursor: zoom-out;
}
.edytor-lightbox {
    display: none;
}
.featherlight .edytor-lightbox {
    display: block;
}
.edytor-lightbox img {
    max-width: 100%;
}

td.image .edytor-thumbnail img {
    border-width: 2px;
    max-height: 50px;
    max-width: 150px;
}

a.image img {
    border: 3px solid white;
    box-shadow: 0 0 3px gray;
    height: 100px;
}









