a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
body {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
}
label {
  font-weight: normal;
}
ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.panel {
  border-radius: 0;
  box-shadow: none;
}

.modal-body {
    position: relative;
    padding: 15px;
    background: #e5f3fb;
}

.modal-body img {
  width: 100%;
}

#comment-recipe-modal .modal-body,
#comment-recipe-login-modal .modal-body,
#save-recipe-modal .modal-body,
#new-collection-modal .modal-body,
#edit-collection-modal .modal-body {
    position: relative;
    padding: 15px;
    background: #fff;
}

.out-of-stock {
    position: relative;
}
.out-of-stock-image {
    position: absolute;
    top: 15px;
    width: 92%;
}