/* FLOATING SIDEBAR STYLES */
.float-sidebar {
  float: right;           /* makes it float */
  width: 200px;           /* adjust width */
  margin: 0 0 15px 15px;  /* space from content */
  padding: 10px;
  border: none;
  background: gray;
  font-family: sans-serif;
}

.float-sidebar h2 {
color: black;
  font-size: 15px;
  margin: 0 0 8px;
}

.float-sidebar .shirt {
  margin-bottom: 12px;
}

.float-sidebar img {
  max-width: 100%;
  display: block;
  margin-bottom: 4px;
}

.float-sidebar p {
color: black;
  margin: 0;
  font-size: 14px;
}