del code {
  text-decoration-line: line-through;
  text-decoration-style: double;
}
img {
  margin: 10pt;
}

.tagcloud-item {
  margin: 1rem;
  padding: 0.24rem;
  white-space: nowrap;
  font-weight: 700;
}

.tagcloud {
    display: inline-block;
    height:0;
    width:20%;
    padding-bottom:20%;
    text-align: center;
}

#language-switcher {
    margin-left: auto;
    font-size: 14px;
}
#language-switcher span, #language-switcher a {
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    text-decoration: none;
    padding: 0 20px;
}
#language-switcher a:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    filter: invert(0.3);
}
#language-switcher span {
    color: rgba(0, 0, 0, 0.4);
}
button.small.outline {
    padding: 5px 5px;
    line-height: 1em;
}
button.small.outline a {
    text-decoration: none;
}
