@charset "UTF-8";
.structItemContainer {
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.structItemContainer>.structItem:first-child,.structItemContainer>.structItemContainer-group:first-child>.structItem:first-child {
    border-top: none
}

.structItem {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    background: #1a1a1a;
    list-style: none;
    margin: 0;
    margin-top: 6px;
    padding: 0;
    border-radius: 12px;
    width: 100%
}

.structItem.is-highlighted,.structItem.is-moderated {
    color: #fff;
    background: #1A1A1A
}

.structItem.is-deleted {
    opacity: .7
}

.structItem.is-deleted .structItem-title>* {
    text-decoration: line-through
}

.structItem.is-mod-selected {
    background: #ffeb90;
    opacity: 1
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 8px
}

.structItem--middle .structItem-cell {
    vertical-align: middle
}

.structItem-cell.structItem-cell--vote {
    width: 56px
}

.structItem-cell.structItem-cell--icon {
    width: 52px;
    position: relative
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconExpanded {
    width: 64px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd {
    width: 40px;
    padding-left: 8px / 2
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd .structItem-iconContainer {
    padding-top: 6px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmall {
    width: 76px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmallest {
    width: 40px
}

.structItem-cell.structItem-cell--icon .solutionIcon {
    padding-left: 0;
    padding-right: 0
}

.structItem-cell.structItem-cell--meta {
    width: 135px
}

.structItem-cell.structItem-cell--latest {
    width: 190px;
    text-align: right
}

.structItem-iconContainer {
    position: relative
}

.structItem-iconContainer img {
    display: block;
    width: 100%
}

.structItem-iconContainer .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px
}

.structItem-iconContainer .avatar.avatar--xxs {
    width: 24px;
    height: 24px;
    font-size: 14px
}

.structItem-iconContainer .structItem-secondaryIcon {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 20px;
    height: 20px;
    font-size: 12px
}

.structItem-cell--iconExpanded .structItem-iconContainer .avatar {
    width: 48px;
    height: 48px;
    font-size: 29px
}

.structItem-cell--iconExpanded .structItem-iconContainer .structItem-secondaryIcon {
    width: 22px;
    height: 22px;
    font-size: 13px
}

.structItem-title {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.structItem-title .label {
    font-weight: 400
}

.is-unread .structItem-title {
    font-weight: 700
}

.structItem-minor {
    font-size: 12px;
    color: #aaa
}

.structItem-minor a {
    color: inherit;
    text-decoration: none
}

.structItem-minor a:hover {
    text-decoration: underline
}

.structItem-parts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline
}

.structItem-parts>li {
    display: inline;
    margin: 0;
    padding: 0
}

.structItem-parts>li:nth-child(even) {
    color: #d6d6d6
}

.structItem-parts>li:before {
    content: "\00B7\20"
}

.structItem-parts>li:first-child:before {
    content: "";
    display: none
}

.structItem-pageJump {
    margin-left: 8px;
    font-size: 8px
}

.structItem-pageJump a {
    color: #d6d6d6;
    background: #141414;
    border: 1px solid #474747;
    text-decoration: none;
    border-radius: 2px;
    padding: 0 3px;
    opacity: .5;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.structItem:hover .structItem-pageJump a,.has-touchevents .structItem-pageJump a {
    opacity: 1
}

.structItem-pageJump a:hover {
    text-decoration: none;
    background: #1a1a1a
}

.structItem-statuses,.structItem-extraInfo {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

.structItem-statuses>li,.structItem-extraInfo>li {
    float: left;
    margin-left: 8px
}

.structItem-statuses input[type=checkbox],.structItem-extraInfo input[type=checkbox] {
    vertical-align: -2px
}

.structItem-statuses .reactionSummary {
    vertical-align: -2px
}

.structItem-extraInfo .reactionSummary {
    vertical-align: middle
}

.structItem-status::before {
    display: inline-block;
    font-size: 90%;
    color: #aaa
}

.structItem-status.fa--xf svg {
    color: #aaa
}

.structItem-status--deleted::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: .875em;
    mask: url('/styles/fa/regular/trash-alt.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/trash-alt.svg?v=5.15.3') no-repeat center
}

.structItem-status--locked::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: .875em;
    mask: url('/styles/fa/regular/lock.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/lock.svg?v=5.15.3') no-repeat center
}

.structItem-status--moderated::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1em;
    mask: url('/styles/fa/regular/shield.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/shield.svg?v=5.15.3') no-repeat center;
    color: #9064b4
}

.structItem-status--redirect::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1em;
    mask: url('/styles/fa/regular/external-link.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/external-link.svg?v=5.15.3') no-repeat center
}

.structItem-status--starred::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1.125em;
    mask: url('/styles/fa/regular/star.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/star.svg?v=5.15.3') no-repeat center;
    color: #9064b4
}

.structItem-status--sticky::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: .75em;
    mask: url('/styles/fa/regular/thumbtack.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/thumbtack.svg?v=5.15.3') no-repeat center
}

.structItem-status--featured::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1em;
    mask: url('/styles/fa/regular/medal.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/medal.svg?v=5.15.3') no-repeat center
}

.structItem-status--watched::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: .875em;
    mask: url('/styles/fa/regular/bell.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/bell.svg?v=5.15.3') no-repeat center
}

.structItem-status--solved::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1em;
    mask: url('/styles/fa/regular/check-circle.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/check-circle.svg?v=5.15.3') no-repeat center;
    color: #52e056
}

.structItem-status--attention::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1.125em;
    mask: url('/styles/fa/regular/bullhorn.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/bullhorn.svg?v=5.15.3') no-repeat center;
    color: #9064b4
}

.structItem-status--upvoted::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1em;
    mask: url('/styles/fa/regular/thumbs-up.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/thumbs-up.svg?v=5.15.3') no-repeat center
}

.structItem-status--downvoted::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1em;
    mask: url('/styles/fa/regular/thumbs-down.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/thumbs-down.svg?v=5.15.3') no-repeat center
}

.structItem.structItem--note {
    color: #fff;
    background: #9064b4
}

.structItem.structItem--note .structItem-cell {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    font-size: 12px;
    text-align: center
}

@media (max-width: 900px) {
    .structItem-cell {
        vertical-align:top
    }

    .structItem-cell.structItem-cell--meta {
        width: 115px;
        font-size: 12px
    }

    .structItem-cell.structItem-cell--latest {
        width: 140px;
        font-size: 12px
    }
}

@media (max-width: 650px) {
    .structItem-cell+.structItem-cell.structItem-cell--icon {
        padding-left:0;
        width: 44px
    }

    .structItem-cell.structItem-cell--main,.structItem-cell.structItem-cell--newThread {
        display: block;
        padding-bottom: .2em
    }

    .structItem-cell+.structItem-cell.structItem-cell--main,.structItem-cell+.structItem-cell.structItem-cell--newThread {
        padding-left: 0
    }

    .structItem-cell.structItem-cell--meta {
        display: block;
        width: auto;
        float: left;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        color: #aaa
    }

    .structItem-cell.structItem-cell--meta .structItem-minor {
        display: none
    }

    .structItem-cell.structItem-cell--meta .pairs>dt,.structItem-cell.structItem-cell--meta .pairs>dd {
        display: inline;
        float: none;
        margin: 0
    }

    .structItem-cell.structItem-cell--latest {
        display: block;
        width: auto;
        float: left;
        padding-top: 0;
        padding-left: 0
    }

    .structItem-cell.structItem-cell--latest:before {
        content: "\00A0\00B7\20";
        color: #aaa
    }

    .structItem-cell.structItem-cell--latest a {
        color: #aaa
    }

    .structItem-cell.structItem-cell--latest .structItem-minor {
        display: none
    }

    .structItem-cell.structItem-cell--iconEnd {
        display: none
    }

    .structItem-pageJump,.structItem-extraInfoMinor {
        display: none
    }

    .is-unread .structItem-latestDate {
        font-weight: 400
    }
}

@media (max-width: 480px) {
    .structItem-parts .structItem-startDate {
        display:none
    }

    .structItem.structItem--quickCreate .structItem-cell--icon,.structItem.structItem--quickCreate .structItem-cell--vote {
        display: none
    }

    .structItem.structItem--quickCreate .structItem-cell--newThread {
        padding-left: 8px;
        padding-bottom: 8px
    }
}
