#MainImageContainer {
    height: 300px;
}

.MainImage {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.ImageSelector {
    width: 141px;
    height: 100px;
    object-fit: contain;
    background: #fff;
}

.DetailTableSectionTitle {
    border: none !important;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 20px;
    padding: 0 !important;
}
.DetailTableBlankCell {
    border: none !important;
    background: none !important;
}

#WidgeTable th {
    width: 16%;
}
#WidgeTable td {
    width: 16%;
    word-break: break-all;
}

#VerticalTable {
    width: 100%;
    border-collapse: collapse;
}
#VerticalTable th {
    background: #ddd;
    width: 25%;
}
#VerticalTable th, #VerticalTable td {
    border: 1px solid #666;
    width: 25%;
    padding: 6px;
}

@media (max-width: 568px) {
    #VerticalTable th, #VerticalTable td {
        display: block;
        min-height: 33px;
        width: 100%;
    }
}
