.tablenobordernocolor.gallery > table, tr, th, td {
    border : 0 !important;
    background-color: transparent !important;
}

div.gallery.center {
    max-width:fit-content;
    margin: 0 auto;
}

div.gallery.left {
    max-width:min-content;
    margin: 0 auto 0 0;
}

div.gallery.right {
    max-width:min-content;
    margin: 0 0 0 auto;
}

.gallery table,.gallery tr,.gallery th,.gallery td  {
    max-width: fit-content;
    text-align:center !important;
    vertical-align: text-top !important;
    margin: 10px auto !important;
    /* for setting the pre/strong style in all gallery table text */
    line-height: normal;
    font-size: 0.8rem;
    font-weight: bold;
}

.gallery sub, .gallery sup {
    line-height: normal;
}

div.gallery {
    max-width: fit-content;
}

div.gallery.thumbnail, div.gallery.thumbnail-300, 
div.gallery.thumbnail-250, div.gallery.thumbnail-200 {
    border: 0;
}

.gallery img {
    max-width: 100%;
}
.gallery.thumbnail img, .gallery.thumbnail-300 img {
    max-height:300px;
}
.gallery.thumbnail-500 img {
    max-height:500px;
}
.gallery.thumbnail-450 img {
    max-height:450px;
}
.gallery.thumbnail-400 img {
    max-height:400px;
}
.gallery.thumbnail-250 img {
    max-height:250px;
}
.gallery.thumbnail-350 img {
    max-height: 350px;
}
.gallery.thumbnail-200 img {
    max-height:200px;
}
