.t-centered {
    text-align: center;
}

.bg-color-x1 {
    background-color: #72837b;
}

.navbar.c-navbar a {
    color: inherit !important;
}

span.tiny-version {
    font-size: 0.8rem;
    vertical-align: top;
}

.card {
    border-color: #353d48;
}

img.emote {
    height: 2em;
}

.preview {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.spoiler {
    filter: blur(64px) contrast(0.2);
    transition: none;
}

.file-preview {
    transition: 0.2s ease-out filter;
}

.blur-wrapper {
    overflow: hidden;
    padding: 0;
}

.gone {
    display: none;
}

/* Override styles for code */
code {
    color: #ffd195;
    background-color: #251e1e;
    padding: 0.4em 0.5em;
    vertical-align: middle;
    line-height: 1.4;
}

.markdown-preview pre {
    background-color: #251e1e;
    padding: 1rem;

    /* make scrollable */
    overflow: auto;
}

pre.c-limited_height {
    max-height: 40vh;
}

div.popover-container.c-auto-width-popover {
    width: auto;
}

.c-p-less-margin>p {
    margin-bottom: 0.5rem;
}

.c-color-tertiary {
    background: #4099c4;
    color: #FFF;
}

.c-fix-color {
    color: inherit !important;
    background-color: inherit !important;
}

code.scroll-code {
    display: block;
    overflow: scroll;
}

.c-no-ul {
    text-decoration: none !important;
}