.CenterBlock {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Hover {
  cursor: pointer;
}
.recipes a {
  text-decoration: none;
}
.recipes .recipe,
.recipes .category {
  height: 335px;
}
.recipes .recipe .recipe-image {
  height: 183px;
}
.recipes .recipe .recipe-image img {
  width: auto;
  height: 100%;
}
.recipes .category .category-image {
  width: 217px;
  height: 217px;
  position: relative;
}
.recipes .category .category-image img.primary {
  width: auto;
  height: 100%;
}
.recipes .category .category-image div.secondary {
  display: table;
  border: 1px solid #808080;
  border-radius: 50%;
  color: black;
  background-color: white;
  position: absolute;
  height: 6rem;
  width: 6rem;
  top: -1rem;
  left: 39%;
}
.recipes .category .category-image div.secondary > .subcategory-label {
  display: table-cell;
  vertical-align: middle;
}
.recipes .category .category-image div.secondary > .subcategory-label > small {
  display: block;
}
.recipes i.glyphicon[class*="glyphicon-star"] {
  font-size: large;
  color: gold;
}
.recipes i.glyphicon.glyphicon-star-empty {
  color: #777777;
}
.recipes .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}
.recipes .nav-tabs > li {
  float: none;
}
