#header-lock {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-12-x-12 {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.icon-16-x-16 {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.svg svg {
    fill: #4b515d; /* MDBootstrap stylish color */
    width: 100%;
    height: 100%;
}

.svg-white svg {
    fill: #fff !important;
}

h1 {
    font-size: 1.5rem;
}

.filtered {
    display: none;
}

pre {
    max-width: 100%;
    white-space: pre-wrap;
}