table
{
    width: 100%;
}

table.detailpage-detaildata
{
    margin-bottom: 0;
}

tr:hover {
    background-color: unset !important;
  }
  

.detailpage-title
{
    flex: 0 0 100%;
}

.detailpage-item
{
    flex: 1 0 400px;
    min-width: 300px;
    margin-right: 20px;
}

.detailpage-360-view
{
    text-align: center;
}

.detailpage-gallery
{
    text-align: center;
}

.detailpage-image
{
    border-radius: 1em;
    max-height: 600px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 25%);
}

.pspw-gallery a { display: none; } 
.pspw-gallery a:nth-of-type(1) { display: block; }

.pswp__img
{
    max-width: none;
    object-fit: contain;
}

.detailpage-image-legend
{
    text-align: center;
    margin-bottom: 20px;
}

.detailpage-comment
{
    margin-top: 2em;
    flex: 0 0;
    margin-left: auto;
    margin-right: auto;
}

#submitbid
{
    color: white;
    width: 100%;  
    height: unset;
}

.detaildata-container
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detaildata-container.comment
{
    flex-direction: column;
}

/* Begin breakpoint: mobileisolate */
@media all and (max-width: 45em) 
{
    .detaildata-container
    {
        flex-direction: column;
        text-align: center;
    }

    .detailpage-bidform,
    .detailpage-detaildata
    {
        padding: 0.25em;
    }

    .detailpage-comment
    {
        padding: 0.25em;
    }

    .detailpage-item
    {
        padding-top: 1em;
        margin-right: unset;
    }
}