h3 {
  border-bottom: 2px #ff3860 dashed;
  text-shadow: -1px 1px 0 #FCC;
  padding-bottom: 5px;
}
h3:before {
  content: "\f06c";
  font-family: FontAwesome;
  color: #ff3860;
  margin-right: 5px;
}
.spec th{
  min-width: 100px;
}
.photo {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 10px;
  box-shadow: #ccc 1px 1px;
}
.photo:hover {
  opacity: 0.8;
}
.fa-star, .fa-star-o {
  color: #ffdd57;
  top: 5px;
  position: relative;
}
.fa-check-square, .fa-check-square-o {
  color: #ff3860;
  top: 5px;
  position: relative;
  margin-right: 5px;
}
.gray {
  color: #999;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}
figure.image.is-32x32 img {
  border-radius: 50%;
}
.breadcrumb_list {
  margin-bottom: 20px;
}
.breadcrumb_list li {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumb_list li a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #4a4a4a;
}
@media screen and (max-width: 480px) {
  table.spec tr:last-child {
    display: none;
  }
}
.content ul {
  margin-left: 0px;
  padding: 15px 40px;
  border: solid 1px hsl(0, 0%, 86%);
  background: hsl(0, 0%, 96%);
}
.document_request .box {
  background-color: #ffeaea;
}
