html,
body {
    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, SimSun, sans-serif;
    font-size: 12px;
}

.container {
    border: 1px solid #879EBC;
    background-color: #fff;
}

.full-width-borderless-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.full-width-borderless-table td,
.full-width-borderless-table th {
    padding: 0;
}

.hover-bg1 {
    background-color: #FFFFFF;
}

.hover-bg1:hover {
    background-color: #fffed9;
}

.hover-bg2 {
    background-color: #F8F9FC;
}

.hover-bg2:hover {
    background-color: #fffed9;
}

.homepage-forum-last-post {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.homepage-forum-last-post-goto-last-post {
    text-align: center;
}

.title {
    font-size: 32px;
    color: #110000;
}

.top-row-right-content {
    text-align: center;
}

.footer {
    text-align: center;
}

#top-tooltip {
    border: solid 2px #DDE3EC;
    box-sizing: border-box;
}

#top-nav-multi-function {
    text-align: right;
}

.smaller-text {
    font-size: smaller;
}

.valign {
    display: flex;
    justify-content: center;
}

.forum-major-box-title-bar {
    background-image: url("../images/default/headerbg.gif");
    height: 24px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.forum-major-box-title-bar a {
    color: #FFFFFF;
}

.forum-major-box-content-area {
    border: 1px solid #DDE3EC;
    padding: 1em;
}

.large-text {
    font-size: large;
}

.xlarger-text {
    font-size: x-large;
}

.quick-reply-subject {
    width: 100%;
}

.quick-reply-content {
    width: 100%;
    min-height: 8rem;
}

.forum-post-avatar {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.forum-post-avatar,
.forum-post-attachment-image,
.forum-post-signature-sep {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.forum-post-signature-sep {
    display: inline-block;
}

@media (max-width: 720px) {
    .hidden-mobile {
        display: none;
    }

    .multi {
        font-size: larger;
    }

    table {
        font-size: 12px;
    }
}