area{
  cursor: default;
}
.difference-instructions{
  color: #dc3545;
}
.stars{
  text-align: center;
  color: #d03c28;
}
.star-item{
  display: inline-block;
  width: 28px;
  height: 26px;
}
.star-filled{
  background: url('../images/star.svg') center center no-repeat;
}
.star-empty{
  background: url('../images/star_empty.svg') center center no-repeat;
}
img.map{
  width: 100%;
}
#canvas{
      max-width: 100%;
}
