.item_box {
  width: 180px;
}

.item_box:hover {
  background: #ffbf00;
}

.item_box .image {
  float: left;
  width: 60px;
}

.item_box img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 5px 5px 5px 5px;
}

.item_box .item_description {
  float: left;
  width: 120px;
  margin: 0;
  padding: 2px 0 0 0
}

.item_box .distance,
.item_box .category,
.item_box .delete_button,
.item_box .edit,
.item_box .title,
.item_box .item_type {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 0.85em;
}

.item_box .title {
  color: #0badc6;
}

.sidebar .title {
  color: #fff;
}

.item_box .category {
  font-weight: bold;
}
