.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;
}