*{
/*width:auto*/
}

table.gallery-table {
    width: 100% !important;
    position: relative;
    /* display: inline-block !important; */
}

.image-content img {
    width: 100% !important;
    margin: 0 !important;
}

.field-257-td li,.field-267-td li {
    float: left;
    margin-left: 5px;
    width: 32%;
}

.gallery-table tbody {
    border: solid 1px #ddd;
}

.gallery-table td {
    padding: 5px;
}

.gallery-table th {
    padding: 5px;
    background: #e2e2e2;
    font-size: 10px !important;
}

.gallery-table thead {
    border: solid 1px #c6c6c6;
    transform: none !important;
}

td.alt-name {
    /* min-width: 300px; */
}
table img {
    width: 100px;
    height: auto;
    margin-left: 10px;
}