.content
{
 max-width: 900px;
 text-align: center;
}

@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
{
 border-bottom: 4px solid #f26522
}

.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;
}

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

.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
{
	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
{
 margin-top: 1em;
 margin-left: 1.2em;
}

.variation:before
{
 display: inline-block;
 position: absolute;
 content: "→";
 margin-left: -1.2em;
 color: #0000ff;
}

.variation p
{
 margin: 0px;
}

.attribute
{
 white-space:nowrap;
 border-bottom: 2px solid #fff;
 border-top:    2px solid #fff;
 background: #f0f0f0;
}

.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;
}

.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;
}

