.content
{
    max-width: 900px;
    text-align: center;
    padding-bottom: 2%;
}

@media (max-width: 500px) { .content {
    padding-left : 0;
    padding-right: 0;
} }

.review
{
    font-size: 18px;
    margin-bottom: 30px;
    color: #202020;
    display: inline-block;
    text-align: left;
}

.review a:hover
{
    background: #ffe0a0;
}

.item
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-right: -20px;
    margin-left:  -20px;
}

.item.unavailable
{
    margin-bottom: 30px;
}

.item .limited div
{
    width: 0;
    min-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    .details {
        display: none;
    }
}

.item .limited:hover div
{
    white-space: normal;
    .details {
        display: unset;
    }
}

.item td
{
    padding: 2px;
    vertical-align: top;
}

.item_image
{
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.item_image img
{
    width: 100%;
    max-width: 400px;
}

.item .name, .variation .name
{
    font-weight: 600;
}

.item table
{
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
    max-width: 600px;
}

.item table .data
{
    /* white-space:nowrap; */
    padding-left: 10px; 
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #f0f0f0;
}

.item table .unknown
{
    display: none;
}

.variations
{
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
    text-align: left;
}

.variation
{
    display: flex;
    margin-top: 1em;
}

.variation .image {
    flex-basis: 55px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 5px;
}

.variation img {
    max-height: 50px;
    max-width: 50px;
}

.item .attribute
{
    white-space:nowrap;
    border-bottom: 2px solid #fff;
    border-top:    2px solid #fff;
    background: #f0f0f0;
    width: 1%;
    padding-right: 40px;
}

@media (max-width: 500px) {
    .item .attribute {
        white-space: normal;
        width: auto;
        min-width: 100px;
        padding-right: 10px;
    }
}

.price_info
{
    margin-left: 10px;
    font-size: 80%;
    white-space: normal;
}

@media (max-width: 710px) { .price_info {
    display: block;
    margin-left: 0px;
} }

.price_info, .price_info a
{
    color: #505050;
}

.linkindicator
{
    color: #0000ff;
}

.item td.linkindicator
{
    padding-right: 4px;
    width: 1px;
}

.eblink a
{
    font-weight: 600;
}

.eblink
{
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
}

.search_around_the_world
{
    margin-top: 20px;
}

.similar_items
{
    text-align: center;
}


.similar_items a
{
    display: inline-block;
    margin: 15px;
    width: 130px;
    height: 90px;
    vertical-align: top;
    text-align: center;
    font-weight: 600;
    color: #707070;
}

.similar_items a:hover
{
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}

.similar_items img
{
    height: 50px;
    display: block;
    margin: auto;
}

.sets
{
    margin-top:    55px;
    margin-bottom: 55px;
}

.sets p
{
    font-weight: bold;
    color: #707070;
}

.sets a
{
}

.sets a::after
{
    content: "";
    display: block;
    margin-bottom: 8px;
}

.sets a::before
{
    content: "→ ";
}

.sets a:hover
{
    text-decoration: underline;
}

@media (max-width: 500px) {
    body {
        padding-left : 0px;
        padding-right: 0px;
    }
}

.content .similar_items_header {
    display: inline-block;
    font-weight: 600;
    color: #707070;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}
