.projectbit_spot img {
    max-width: 64px;
}

.projectbit img {
    max-width: 50px;
    height: 26px;
}
.projectbit .label {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    float: right;
    margin-left: 4px;
}
.projectbit .description {
    font-size: 12px;
    line-height: 11px;
    color: var(--text-muted-hover-color-light-main);
}
.projectbit .description ul li {
    font-size: 12px;
    line-height: 11px;
    color: var(--text-muted-hover-color-light-main);
}
.projectbit td .active {
    font-weight: bold;
    color: var(--url-color);
}

.table-cell {
    display: table-cell;
    padding-right: 4px;
    vertical-align: middle;
}

.feed-project-logo {
    max-width: 50px;
    max-height: 32px;
}

.feed-navigation .page-switch .btn {
    min-width: 32px;
}

.feed-tabs {
    justify-content: space-evenly;
}
.feed-tabs .feed-switcher .feed-switcher-icon {
    display: inline-block;
    min-width: 14px;
    text-align: center;
}
.feed-tabs .feed-switcher > a:hover {
    background: none;
    box-shadow: var(--caption-color) 0px -3px 0px inset;
}
.feed-tabs .feed-switcher > a:focus, .feed-tabs .feed-switcher > a:active {
    background: none;
    box-shadow: var(--caption-color) 0 3px 0 inset, var(--caption-color) 0px -3px 0px inset;
}
.feed-tabs .feed-switcher.active > a, .feed-tabs .feed-switcher.active > a:hover {
    color: var(--text-color);
    background-color: var(--tooltip-background-color);
}
.feed-tabs a {
    color: var(--text-color);
}

.spoiler-menu li > a i,
.project-menu li > a i {
    width: 18px;
    text-align: right;
    margin-right: 2px;
    color: var(--text-color-max);
}

@media (max-width: 640px), (max-width: 834px) and (orientation: portrait) {
    .layout-root .navigation-side-menu-block {
        border: 0;
    }
    .layout-root .navigation-side-menu {
        position: fixed;
        z-index: 1001;
        top: var(--header-height);
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: auto;
        width: 100%;
        pointer-events: auto;
        background: var(--body-background-main);
        padding-bottom: var(--space-standard);
    }
}