#main {
margin-bottom: 0;
background-image: url(../img/impex/memory/eisbaer.jpg);
background-repeat: no-repeat;
background-position: 100% 100%;
background-size: cover;
}
h1 {
padding-top: 25px;
}
h1 span.claim {
color: #CC3333;
}
#memory>* {
position: absolute;
}
#memoryCards {
padding: 8px;
}
.memoryCard {
position: relative;
display: inline-block;
cursor: pointer;
margin: 8px;
}
.memoryCard .front, .memoryCard .back {
border-radius: 8px;
background-color: #FFF;
box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
}
.memoryCard .front img, .memoryCard .back img {
border-radius: 8px;
width: 125px;
height: 125px;
}
.memoryCard img {
vertical-align: bottom;
}
#memoryButtons {
z-index: 25000;
}
#memoryResults {
padding: 5px;
background-color: #FFF;
}
#memoryResults:empty {
background-color: rgba(0, 0, 0, 0);
}
.memoryResult {
clear: both;
overflow: auto;
padding: 5px;
background-color: #FFF;
}
.memoryResult:hover {
cursor: pointer;
background-color: #D6E5F2;
}
.price.memoryPrice.loading {
background-position: left center;
}