* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, a * {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
body{
  background-color: #333333;
  color: #EFEFEF;
  font-family: 'Federo', sans-serif;
}
dl{
    margin-top: 10px;
}
dt{
    padding-top: 20px;
}
dd{
    font-size: 0.8em;
    padding-left: 20px;
}
dd span{
    padding-right: 20px;
}
h1{
  font-size: calc(1em + 7vw);
  margin: 50px 0 0 50px;
  text-shadow: 2px 2px 2px #000000;
}
h2{
    margin-bottom: 10px;
    margin-top: 0px;
}
h3{
  margin-top: 30px;
}
p{_
    margin-bottom: 10px;
}
label{
  display: block;
  width: 150px;
}
label#labelSortListValue{
  display: inline;
}
li{
    list-style-type: square;
    margin-left: 15px;
    padding-bottom: 5px;
}

.box {
    background-color: #dddcd3;
    border-radius: 6px;
    box-shadow: 5px 5px 25px rgb(0, 0, 0);
    color: #000000;
    margin: 25px;
    width: 240px;
  }
.box div{
    margin: 21px;
}
.box .overlay {
    margin: 0;
    opacity: 0.2;
}
.box div.description{
    margin: 0px;
}
.box .picture{
    text-align: center;
}
.box .picture img{
    border-radius: 6px;
    border: 1px solid #a5a3a3;
    width: 198px;
}
.heading{
    font-weight: bold;
}
.description *{
    color:#737373;
}
.gifted, .price{
  text-align: right;
}
.gifted{
  cursor: pointer;
}

#center {
  font-size: 1em;
  margin: 200px auto 0 auto;
  max-width: 85%;
}
#center>div>form#login{
}
#center>div>form * input{
  width: 125px;
}
#center>div>form * input[type=submit]{
  text-align: left;
  width: 100px;
}
#center a, #copyright a {
  color: #b7b418;
  text-decoration: none;
}
#center a:hover, #copyright a:hover {
    color: #EFEFEF;
}
#copyright{
    clear: both;
    padding: 20px;
    text-align: center;
    width: 100%;
}
#globalNavigation{
  position: absolute;
  right: 20px;
  text-align: right;
  top: 20px;
}
#header{
  background-color: #b7b418;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#header a{
  color: #FFFFFF;
}
#navigation{
  margin-bottom: 5px;
  margin-left: 55px;
}
#navigation * li{
    display: inline;
}
ul#listOfWishlists{
  list-style-type: none;
  margin-left: 10px;
  margin-top: 5px;
}
#wishlist{
    display: flex;
    flex-wrap: wrap;
}
#systemFeedback{
  color: #662222;
  font-size: 1.1em;
  font-weight: bold;
}
@media only screen and (max-width: 600px) { 
}