/* CSS Document */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}
div.recentlyDonated div.listItem {
  width: 220px;
  height: 350px;
  margin-right: 20px;
  float: left;
  padding: 0;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 5px;
}
div.recentlyDonated div.listItem img {
  margin-bottom: 10px;
  padding: 0;
  width: 220px;
  height: 220px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
div.recentlyDonated div.listItem h3 {
  font-weight: bold;
  font-size: 1.3em;
}
div.recentlyDonated div.listItemContents {
  text-decoration: none;
  margin-left: 10px;
}
div.recentlyDonated div.listItem a:hover {
  color: #900;
  font-weight: bold;
}
div.recentlyDonated div.listItem h3, div.listItem p {
  color: #444;
}
nav {
  margin-bottom: 20px;
}
a.navbar-brand img {
  max-height: 80px;
}
.sidebar {
  background-color: #efefef;
  border-radius: 5px;
  padding: 20px;
}
/* FOR ITEMS LIST */
div.listItem {
  height: 72px;
  padding: 0;
  margin-bottom: 20px;
  background-color: #efefef;
  border: none;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
}
div.listItem.vertical {
  border-radius: 5px;
}
div.listItem img {
  margin: 0;
  padding: 0;
  float: left;
  width: 70px;
  height: 70px;
}
div.listItem h3 {
  margin: 7px 0 0;
  padding: 0;
}
div.listItemContents {
  text-decoration: none;
  display: block;
  height: 70px;
  margin-left: 140px;
  border-left: none;
  text-overflow: ellipsis;
}
div.listItem a {
  text-decoration: none;
  color: #333;
}
div.listItem a:hover {
  color: #900;
  font-weight: bold;
}
div.listItem h3, div.listItem p {
  color: #444;
}
div.listAuctionNumber {
  font-family: 'Oswald', sans-serif;
  margin-right: 0;
  padding: 0;
  float: left;
  height: 70px;
  width: 60px;
  text-align: center;
  font-size: 18px;
  border-right: none;
  background-color: #fff;
  color: #999;
  font-weight: bold;
}
div.listAuctionNumber p {
  margin: 20px 5px 0;
}