.level.is-info {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.level.is-info p.title {
  color: #fff;
}

.image.book {
  box-shadow: 0px 0px 10px 4px #3d3d3d;
}

.button > .tag {
  margin-left: 0.5rem;
}

.button > i.fa {
  margin-right: 0.5rem;
}

.hero.is-info p.subtitle > a {
  border-bottom: 1px dotted white;
  font-weight: bold;
}

.hero.is-info p.subtitle > a:hover {
  border: none;
}

.level.is-warning {
  background-color: #ffdd57;
  color: #3d3d3d;
}

.announcement {
  font-size: 0.8rem;
}

.announcement > .fa {
  margin-right: 0.4rem;
}

.announcement a {
  border-bottom: 1px dashed #3d3d3d;
}

.announcement a:hover {
  border: none;

}

.tile h1.title > .fa {
  font-size: 1em;
}

.footer {
  padding: 1rem 1.5rem 1rem;
}

.tile.ch {
  display: none;
}

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 8px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
