#cart-item-0 .item-name {
  font-size : 1.3em;
  line-height : 1.8em;
}
#cart-item-id-The-Importance-of-Learning-to-be-Unimportant .item-image {
  float : left;
}
#cart-item-id-The-Importance-of-Learning-to-be-Unimportant .item-name {
  font-size : 1.3em;
  line-height : 1.8em;
}
#cart-title {
  font-size : 2em;
  padding : 8px;
}
.cart {
  float : left;
  font-family : Verdana,Geneva,sans-serif;
  height : 567px;
  margin-left : 329px;
  margin-top : 44px;
  overflow : auto;
  padding : 10px;
  width : 576px;
}
.cart-item {
  border : 1px solid #aaaaaa;
  -moz-border-radius : 2px;
  -webkit-border-radius : 2px;
  border-radius : 2px;
  clear : both;
  display : block;
  margin-top : 5px;
  padding : 5px;
}
.cart-item .clear {
  clear : both;
  display : block;
}
.cart-item .item-image {
  padding : 5px;
}
body {
  background-color : #000000;
  background-image : url("/images/large-background.jpg");
  background-repeat : no-repeat;
}
@media screen and (max-device-width: 480px) {
body {
  background-image : none;
}
}
