.shadow {
  border: 1px solid #5e5e5e;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
}
.just-shadow {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
}
.just-border {
  border: 1px solid #5e5e5e;
}
/* Osprey Games CSS */
.col-wrapper a {
  color: #9e3d23;
}
.col-wrapper button,
.col-wrapper .button {
  background: #9e3d23;
  border-color: #9e3d23;
}
.col-wrapper button:hover,
.col-wrapper .button:hover,
.col-wrapper button:focus,
.col-wrapper .button:focus {
  background: #76271a;
  border-color: #76271a;
}
.col-wrapper h1,
.col-wrapper h3,
.col-wrapper h4,
.col-wrapper h5,
.col-wrapper h6 {
  color: #9e3d23;
}
.col-wrapper .block-title h3 {
  color: #5e5e5e;
}
.category-title {
  float: left;
  overflow: auto;
}
.category-title h1 {
  float: left;
  padding-top: 25px;
  padding-left: 7px;
}
.block-gaming-resources .bottom-banner {
  background: #9e3d23;
}
.block-subscribe .block-content {
  background: #dcb199;
}
.block-latest-posts .block-content {
  background: #dcb199;
}
.block-latest-forum .block-content {
  background: #dcb199;
}
.block-latest-forum .topics-container .latest-topic:nth-child(even) {
  background: #fcf5ee;
}
.product-view .add-to-cart {
  background: #dcb199;
}
.product-view-grouped .grouped-items-table td {
  background: #dcb199;
}
.product-view-grouped .add-to-cart {
  background: none;
}
