@CHARSET "UTF-8";

/********* public:bb_code.less ********/
.bbCodeBlock{display:flow-root;margin:.5em 0;background:#f6f6f6;border:1px solid #e8e8e8;border-left:3px solid #4e5963}.bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content{font-size:13px}.bbCodeBlock-title{padding:6px 11px;font-size:13px;color:#4e5963;background:#fbfbfb}.bbCodeBlock-title:before,.bbCodeBlock-title:after{content:" ";display:table}.bbCodeBlock-title:after{clear:both}a.bbCodeBlock-sourceJump{color:inherit;text-decoration:none}a.bbCodeBlock-sourceJump:hover{text-decoration:underline}a.bbCodeBlock-sourceJump:after{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0aa";width:1.28571429em;text-align:center;display:inline-block;margin-left:5px}.bbCodeBlock-content{position:relative;padding:6px 11px}.bbCodeBlock-content:before,.bbCodeBlock-content:after{content:" ";display:table}.bbCodeBlock-content:after{clear:both}.bbCodeBlock-expandLink{display:none;position:absolute;top:87px;left:0;right:0;height:75px;cursor:pointer;z-index:100;background:transparent;background:linear-gradient(to bottom, rgba(246,246,246,0) 0%, #f6f6f6 80%)}.bbCodeBlock-expandLink a{position:absolute;bottom:6px;left:0;right:0;text-align:center;font-size:13px;color:#4e5963;text-decoration:none}.bbCodeBlock--screenLimited .bbCodeBlock-content{max-height:300px;max-height:70vh;overflow:auto;-webkit-overflow-scrolling:touch}.bbCodeBlock--expandable{overflow:hidden;-webkit-transition: -xf-height .25s ease, height .25s ease, padding .25s ease, margin .25s ease, border .25s ease;transition: -xf-height .25s ease, height .25s ease, padding .25s ease, margin .25s ease, border .25s ease}.bbCodeBlock--expandable .bbCodeBlock-content{overflow:hidden}.bbCodeBlock--expandable .bbCodeBlock-content .bbCodeBlock:not(.bbCodeBlock--expandable) .bbCodeBlock-content{overflow:visible}.bbCodeBlock--expandable .bbCodeBlock-content .bbCodeBlock.bbCodeBlock--screenLimited .bbCodeBlock-content{overflow:auto}.bbCodeBlock--expandable .bbCodeBlock-expandContent{max-height:150px;overflow:hidden}.bbCodeBlock--expandable.is-expandable .bbCodeBlock-expandLink{display:block}.bbCodeBlock--expandable.is-expanded .bbCodeBlock-expandContent{max-height:none}.bbCodeBlock--expandable.is-expanded .bbCodeBlock-expandLink{display:none}.bbCodeBlock--unfurl{color:#141414;background:#eeeff0;padding:6px;width:650px;max-width:100%;border-left:2px solid #4f93da;overflow:hidden}.bbCodeBlock--unfurl .contentRow-header{margin:0;font-size:15px;font-weight:normal;overflow:hidden;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis}.bbCodeBlock--unfurl .contentRow-snippet{font-size:12px;font-style:normal}.bbCodeBlock--unfurl .contentRow-minor{font-size:12px}.bbCodeBlock--unfurl.is-pending{opacity:0.5}.bbCodeBlock--unfurl.is-pending.is-recrawl{opacity:1}.bbCodeBlock--unfurl.is-simple .contentRow-figure{display:none}.bbCodeBlock--unfurl .bbCodeBlockUnfurl-icon{width:12px;vertical-align:-2px}.bbCodeCode{margin:0;padding:0;font-family:Monaco,Consolas,monospace;font-size:13px;line-height:1.4;text-align:left;direction:ltr;white-space:pre;position:relative;-moz-tab-size:4;tab-size:4}.has-hiddenscroll .bbCodeCode{padding-bottom:11px}.bbCodeCode code{font-family:inherit}.bbCodeCode .prism-token.prism-comment,.bbCodeCode .prism-token.prism-prolog,.bbCodeCode .prism-token.prism-doctype,.bbCodeCode .prism-token.prism-cdata{color:#a50}.bbCodeCode .prism-token.prism-constant{color:#05a}.bbCodeCode .prism-token.prism-tag{color:#170}.bbCodeCode .prism-token.prism-boolean{color:#219}.bbCodeCode .prism-token.prism-symbol,.bbCodeCode .prism-token.prism-atrule,.bbCodeCode .prism-token.prism-keyword{color:#708}.bbCodeCode .prism-token.prism-selector,.bbCodeCode .prism-token.prism-function{color:#05a}.bbCodeCode .prism-token.prism-deleted{color:#d44}.bbCodeCode .prism-token.prism-inserted{color:#292}.bbCodeCode .prism-token.prism-string,.bbCodeCode .prism-token.prism-attr-value{color:#a11}.bbCodeCode .prism-token.prism-number{color:#164}.bbCodeCode .prism-token.prism-attr-name,.bbCodeCode .prism-token.prism-char,.bbCodeCode .prism-token.prism-builtin{color:#00c}.bbCodeCode .prism-token.prism-regex,.bbCodeCode .prism-token.prism-important,.bbCodeCode .prism-token.prism-variable,.bbCodeCode .prism-token.prism-package{color:#05a}.bbCodeCode .prism-token.prism-class-name,.bbCodeCode .prism-token.prism-important,.bbCodeCode .prism-token.prism-bold{color:#00f}.bbCodeCode .prism-token.prism-bold{font-weight:bold}.bbCodeCode .prism-token.prism-italic,.bbCodeCode .prism-token.prism-constant{color:#05a;font-style:italic}.bbCodeCode .prism-token.prism-entity{cursor:help}.bbCodeInline{margin:0;font-size:80%;background:#f6f6f6;border:1px solid #e0e0e0;border-radius:2px;padding-top:1px;padding-right:3px;padding-bottom:1px;padding-left:3px;font-family:Monaco,Consolas,monospace;line-height:1.4;box-decoration-break:clone;-webkit-box-decoration-break:clone;white-space:pre-wrap}.bbCodeSpoiler{margin:.5em 0}.has-no-js .bbCodeSpoiler-button{display:none}.bbCodeSpoiler-content{display:none;opacity:0;-webkit-transition: all .25s ease, -xf-opacity .25s ease;transition: all .25s ease, -xf-opacity .25s ease;overflow-y:hidden;height:0;-webkit-transition-property:all,-xf-height;transition-property:all,-xf-height}.bbCodeSpoiler-content.is-active{display:block}.bbCodeSpoiler-content.is-active{display:block;opacity:1}.bbCodeSpoiler-content.is-transitioning{display:block}.bbCodeSpoiler-content.is-active{height:auto;overflow-y:visible}.bbCodeSpoiler-content.is-transitioning{overflow-y:hidden}.has-no-js .bbCodeSpoiler-content{display:block !important}.bbCodeSpoiler-content>.bbCodeBlock--spoiler{margin:.2em 0 0}.bbCodeInlineSpoiler{filter:blur(6px);cursor:pointer}.has-js .bbCodeInlineSpoiler a,.has-js .bbCodeInlineSpoiler span{pointer-events:none}.bbCodeInlineSpoiler .smilie{filter:grayscale(90%)}.bbCodeInlineSpoiler:hover{filter:blur(5px)}.bbTable>table.noborder>thead>tr>td,.bbTable>table.noborder>tbody>tr>td,.bbTable>table.noborder>thead>tr>th,.bbTable>table.noborder>tbody>tr>th{border:none}.bbTable>table.alternate>thead>tr:nth-child(2n)>td,.bbTable>table.alternate>tbody>tr:nth-child(2n)>td,.bbTable>table.alternate>thead>tr:nth-child(2n)>th,.bbTable>table.alternate>tbody>tr:nth-child(2n)>th{background:#f6f6f6}.bbTable>table.nobackground>thead>tr,.bbTable>table.nobackground>tbody>tr{background:none}.bbTable>table.nobackground>thead>tr>td,.bbTable>table.nobackground>tbody>tr>td,.bbTable>table.nobackground>thead>tr>th,.bbTable>table.nobackground>tbody>tr>th{background:none}.bbTable>table.centered,.bbTable>table.center{margin:0 auto}.bbTable>table.right{float:right}.bbTable>table.collapse,.bbTable>table.nofullwidth{width:auto !important}.bbCodeBlock--hidden{border-left-color:#c84448}.bbCodeBlock--hidden .bbCodeBlock-title{color:#c84448 !important}.bbCodeBlock--visible{border-left-color:#63b265}.bbCodeBlock--visible .bbCodeBlock-title{color:#63b265 !important}

/********* public:message.less ********/
.message+.message,.message.message--bordered.message-cell{border-top:1px solid #d9d9d9}.message.is-mod-selected,.block--messages .message.is-mod-selected{background:#cad0d5}.message.is-mod-selected .message-cell--user,.block--messages .message.is-mod-selected .message-cell--user,.message.is-mod-selected .message-cell--vote,.block--messages .message.is-mod-selected .message-cell--vote{background:#cad0d5}.message.is-mod-selected .message-userArrow:after,.block--messages .message.is-mod-selected .message-userArrow:after{border-right-color:#cad0d5}.message-inner{display:flex}.message-inner+.message-inner{border-top:1px solid #d9d9d9}.message-cell{display:block;vertical-align:top;padding:11px}.message--quickReply .message-cell>.formRow:last-child>dd{padding-bottom:0}.message-cell.message-cell--closer{padding:6px}.message-cell.message-cell--closer.message-cell--user{flex:0 0 132px}.message--simple .message-cell.message-cell--closer.message-cell--user{flex:0 0 82px}.message-cell.message-cell--closer.message-cell--action{flex:0 0 52px}.message-cell.message-cell--user,.message-cell.message-cell--action{position:relative;background:#f6f6f6;border-right:1px solid #d9d9d9;min-width:0}.message-cell.message-cell--vote{position:relative;background:#f6f6f6;border-left:1px solid #d9d9d9;border-right:0;padding-top:0;padding-bottom:0}.message--solution .message-cell.message-cell--vote{background:#daf3d8}.message-cell.message-cell--vote .solutionIcon{margin-top:6px}.message-cell.message-cell--user{flex:0 0 142px}.message--simple .message-cell.message-cell--user{flex:0 0 82px}.message-cell.message-cell--action{flex:0 0 62px}.message-cell.message-cell--main{flex:1 1 auto;width:100%;min-width:0}.message-cell.message-cell--main.is-editing{padding:0}.message-cell.message-cell--main .block{margin:0}.message-cell.message-cell--main .block-container{margin:0;border:none}.message-cell.message-cell--alert{font-size:13px;flex:1 1 auto;width:100%;min-width:0;color:#26313b;background:#aeb6be}.message-cell.message-cell--alert a{color:#4e5963}.message-cell.message-cell--extra{flex:0 0 202px;border-left:1px solid #d9d9d9;background:#f6f6f6}.message-cell.message-cell--extra .formRow-explain{margin:6px 0 0;font-size:13px;color:#969696;font-size:80%}.message-cell.message-cell--extra .formRow-explain a{color:inherit;text-decoration:underline}.message-cell.message-cell--header,.message-cell.message-cell--solutionHeader{flex:1 1 auto;width:100%;min-width:0;padding:6px 11px;margin:0}.message-cell.message-cell--header{font-weight:400;text-decoration:none;font-size:20px;color:#1b64b6;background:#eeeff0;border-bottom:1px solid #e0e0e0;background:linear-gradient(0deg, #eeeff0, #f7f7f8);border-bottom:none}.message-cell.message-cell--header a{color:inherit;text-decoration:none}.message-cell.message-cell--header a:hover{text-decoration:underline}.message-cell.message-cell--solutionHeader{color:#3d793f;font-size:17px;background:#daf3d8;border-left:3px solid #63b265}.message-main{height:100%;display:flex;flex-direction:column}.message-content{flex:1 1 auto;min-height:1px}.message-footer{margin-top:auto;padding-left:5px}.message-expandWrapper{position:relative;overflow:hidden;-webkit-transition: -xf-height height ease;transition: -xf-height height ease}.message-expandWrapper .message-expandContent{max-height:250px;overflow:hidden}.message-expandWrapper .message-expandContent--small{max-height:160px}.message-expandWrapper.is-expandable .message-expandLink{display:block}.message-expandWrapper.is-expanded .message-expandContent{max-height:none}.message-expandWrapper.is-expanded .message-expandLink{display:none}.message-column{display:flex;flex-direction:column;align-items:center}.message-expandLink{display:none;position:absolute;top:60%;bottom:0;left:0;right:0;cursor:pointer;z-index:100;background:transparent;background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 70%)}.message-expandLink:empty{cursor:auto;background:transparent;background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%)}.message-expandLink a{position:absolute;bottom:11px;left:0;right:0;text-align:center;font-size:13px;color:#4e5963;text-decoration:none}@media (max-width:650px){.message:not(.message--forceColumns) .message-inner{display:block}.message:not(.message--forceColumns) .message-cell{display:block}.message:not(.message--forceColumns) .message-cell:before,.message:not(.message--forceColumns) .message-cell:after{content:" ";display:table}.message:not(.message--forceColumns) .message-cell:after{clear:both}.message:not(.message--forceColumns) .message-cell.message-cell--user{width:auto;border-right:none;border-bottom:1px solid #d9d9d9;padding:8px 11px}.message:not(.message--forceColumns) .message-cell.message-cell--vote{width:auto;border-left:none;border-top:1px solid #d9d9d9}.message:not(.message--forceColumns) .message-cell.message-cell--vote .solutionIcon{margin-top:0}.message:not(.message--forceColumns) .message-cell.message-cell--main{padding-left:11px}.message:not(.message--forceColumns) .message-cell.message-cell--extra{width:auto;border-left:none;border-top:1px solid #d9d9d9}.message:not(.message--forceColumns) .message-column{flex-direction:row;justify-content:space-evenly}.message--simple:not(.message--forceColumns) .message-cell.message-cell--user,.message--quickReply:not(.message--forceColumns) .message-cell.message-cell--user{display:none}}.message-userArrow{position:absolute;top:22px;right:-1px;border:11px solid transparent;border-left-width:0;border-right-color:#d9d9d9}.message-userArrow:after{position:absolute;top:-10px;right:-11px;content:"";border:10px solid transparent;border-left-width:0;border-right-color:#fff}.message-avatar{text-align:center}.message-avatar .avatar{vertical-align:bottom}.message-avatar-wrapper{position:relative;display:inline-block;vertical-align:bottom;margin-bottom:.5em}.message-avatar-wrapper .message-avatar-online{position:absolute;left:50%;margin-left:-.615em;bottom:-.5em}.message-avatar-wrapper .message-avatar-online:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f2bd";width:.969em;text-align:center;line-height:1;font-weight:bold;color:#7fb900;background:#f6f6f6;border:#f6f6f6 solid 2px;border-radius:50%;display:inline-block}.message-name{font-weight:500;font-size:inherit;text-align:center;margin:0}.message-userTitle{font-size:12px;font-weight:normal;text-align:center;margin:0}.message-userPostsLikes{color:#666;font-family:'Roboto Condensed',sans-serif;font-size:12px;display:block;line-height:19px;text-align:center}.message-userPostsLikes.dark{color:#f5f5f5}.message-userBanner.userBanner{display:block;margin-top:4px}.message-userExtras{margin-top:3px;font-size:12px}.message--deleted .message-userDetails{display:none}.message--deleted .message-avatar .avatar{width:48px;height:48px;font-size:29px}@media (max-width:650px){.message-userPostsLikes{text-align:left}.message:not(.message--forceColumns) .message-userArrow{top:auto;right:auto;bottom:-1px;left:24px;border:none;border:11px solid transparent;border-top-width:0;border-bottom-color:#d9d9d9}.message:not(.message--forceColumns) .message-userArrow:after{top:auto;right:auto;left:-10px;bottom:-11px;border:none;border:10px solid transparent;border-top-width:0;border-bottom-color:#fff}.message:not(.message--forceColumns).is-mod-selected .message-userArrow:after{border-color:transparent;border-bottom-color:#cad0d5}.message:not(.message--forceColumns) .message-user{display:flex}.message:not(.message--forceColumns) .message-avatar{margin-bottom:0}.message:not(.message--forceColumns) .message-avatar .avatar{width:48px;height:48px;font-size:29px}.message:not(.message--forceColumns) .message-avatar .avatar+.message-avatar-online{left:auto;right:0}.message:not(.message--forceColumns) .message-userDetails{flex:1;min-width:0;padding-left:11px;padding-top:8px}.message:not(.message--forceColumns) .message-name{text-align:left}.message:not(.message--forceColumns) .message-userTitle,.message:not(.message--forceColumns) .message-userBanner.userBanner{display:inline-block;text-align:left;margin:0}.message:not(.message--forceColumns) .message-userExtras{display:none}.message:not(.message--forceColumns) .message--deleted .message-userDetails{display:block}}.message-content{position:relative}.message-content .js-selectToQuoteEnd{height:0;font-size:0;overflow:hidden}.message--multiQuoteList .message-content{min-height:80px;max-height:120px;overflow:hidden}.message--multiQuoteList .message-content .message-body{pointer-events:none}.message-attribution{color:#969696;font-size:12px;padding-bottom:3px}.message-attribution:before,.message-attribution:after{content:" ";display:table}.message-attribution:after{clear:both}.message-attribution.message-attribution--plain{border-bottom:none;font-size:inherit;padding-bottom:0}.message-attribution.message-attribution--split{display:flex;align-items:flex-end;flex-wrap:wrap;padding-left:5px}.message-attribution.message-attribution--split .message-attribution-opposite{margin-left:auto}.message-attribution-main{float:left}.message-attribution-opposite{float:right}.message-attribution-opposite.message-attribution-opposite--list{display:flex;list-style:none;margin:0;padding:0}.message-attribution-opposite.message-attribution-opposite--list>li{margin-left:14px}.message-attribution-opposite.message-attribution-opposite--list>li:first-child{margin-left:0}.message-attribution-opposite a{color:inherit}.message-attribution-opposite a:hover{text-decoration:none;color:#0f509a}.message-attribution-gadget{display:inline-block;margin:-3px -7px;padding:3px 7px}.message-attribution-source{font-size:12px;margin-bottom:3px}.message-attribution-user{font-weight:500}.message-attribution-user .avatar{display:none}.message-attribution-user .attribution{display:inline;font-size:inherit;font-weight:inherit;margin:0}.message-newIndicator,a.message-newIndicator{font-size:90%;color:#fff;background:#4e5963;border-radius:2px;padding-top:1px;padding-right:4px;padding-bottom:1px;padding-left:4px;white-space:nowrap}a.message-newIndicator:hover{color:#fff}.message-minorHighlight{font-size:13px;color:#4f93da}.message-fields{margin:11px 0}.message--simple .message-fields{margin-top:6px;margin-bottom:6px}.message-fields:last-child{margin-bottom:0}.message-body{margin:11px 0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;padding:5px}.message-body:before,.message-body:after{content:" ";display:table}.message-body:after{clear:both}.message-body p{padding:0 0 25px}.message-body p.permalink{font-size:1.1em;margin-top:-20px}.message-body p.permalink a{color:#666}.message-body p.permalink a:hover{color:#c00;border-bottom:1px solid #c00;padding-bottom:1px}.message-body p a.permalinkfeat{font-size:1.6em}.message-body p.grey,.message-body p.byline{font-size:0.8em;color:#555}.message-body p.grey a,.message-body p.byline a{color:#555}.message-body ol li{list-style-type:decimal;list-style-position:inside}.message-body ul li{list-style-type:square;list-style-position:inside}.message-body h5{font-family:"Roboto",sans-serif;font-weight:500;line-height:1.5;padding:0 0 21px;font-size:18px;letter-spacing:-0.1px}.message-body h5 strong{color:#075bc0;font-weight:500;font-size:0.85em;text-transform:uppercase;letter-spacing:0.6px}.message--simple .message-body{margin-top:6px;margin-bottom:6px}.message-body:last-child{margin-bottom:0}.message-body .message-title{font-size:17px;font-weight:400;margin:0 0 11px 0;padding:0}body.dark .message-body h5 strong{color:#83b0e8}.message-attachments{margin:.5em 0}.message-attachments-list{list-style:none;margin:0;padding:0}.message-lastEdit{margin-top:.5em;color:#969696;font-size:11px;text-align:right}.message-signature{margin-top:11px;font-size:12px;color:#969696;border-top:1px solid #e0e0e0;padding-top:3px}.message-actionBar .actionBar-set{margin-top:11px;font-size:13px}.message--simple .message-actionBar .actionBar-set{margin-top:6px}.message .likesBar{margin-top:11px;padding:6px}.message .reactionsBar{margin-top:11px;padding-left:5px}.message-historyTarget{margin-top:11px}.message-gradient{position:absolute;bottom:0;left:0;right:0;height:60px;background:#fff;background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 90%)}.message-responses{margin-top:6px;font-size:13px}.message-responses .editorPlaceholder .input{font-size:inherit}.message-responseRow{margin-top:-1px;background:#f6f6f6;border:1px solid #e0e0e0;padding:6px}.message-responseRow.message-responseRow--likes,.message-responseRow.message-responseRow--reactions{display:none;opacity:0;-webkit-transition: all .25s ease, -xf-opacity .25s ease;transition: all .25s ease, -xf-opacity .25s ease;overflow-y:hidden;height:0;-webkit-transition-property:all,-xf-height;transition-property:all,-xf-height}.message-responseRow.message-responseRow--likes.is-active,.message-responseRow.message-responseRow--reactions.is-active{display:block;opacity:1}.message-responseRow.message-responseRow--likes.is-transitioning,.message-responseRow.message-responseRow--reactions.is-transitioning{display:block}.message-responseRow.message-responseRow--likes.is-active,.message-responseRow.message-responseRow--reactions.is-active{height:auto;overflow-y:visible}.message-responseRow.message-responseRow--likes.is-transitioning,.message-responseRow.message-responseRow--reactions.is-transitioning{overflow-y:hidden}@media (max-width:650px){.message:not(.message--forceColumns) .message-attribution-user .avatar{display:inline-flex;width:21px;height:21px;font-size:13px}.message:not(.message--forceColumns) .message-content{min-height:1px}}@media (max-width:480px){.message-signature{display:none}}.message-menuGroup{display:inline-block}.message-menuTrigger{display:inline-block}.message-menuTrigger:after{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0d7";width:1.2em;display:inline-block;text-align:center;font-weight:900;unicode-bidi:isolate;text-align:right}.message-menuTrigger:hover:after{color:black}.message-menu-section--editDelete .menu-linkRow{font-weight:500;font-size:15px}.message-menu-link--delete i:after{content:"\f2ed";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--edit i:after{content:"\f044";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--report i:after{content:"\f119";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--warn i:after{content:"\f071";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--spam i:after{content:"\f05e";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--ip i:after{content:"\f0e8";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--history i:after{content:"\f1da";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--follow i:after{content:"\f234";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--ignore i:after{content:"\f235";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--share i:after{content:"\f1e0";width:1.28571429em;display:inline-block;text-align:center}.message-articleUserInfo{background:#f6f6f6;border-top:1px solid #d9d9d9}.message-articleUserInfo:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.message-articleUserInfo .contentRow-figure{width:120px;text-align:center}.message-articleUserInfo .contentRow-main{padding-left:22px;text-align:left}@media (max-width:650px){.message-articleUserInfo .contentRow-figure{width:auto}.message-articleUserInfo .contentRow-main{padding-left:11px}}.message-articleWrittenBy{color:#969696;font-size:13px}.message-articleUserName{font-weight:500;font-size:20px;margin:0;display:inline}.message-articleUserBlurb,.message-articleUserBlurb div{font-size:13px;display:inline}.message-articleUserAbout{font-size:13px;margin:.5em 0}.message-articleUserBanners .userBanner{margin-bottom:3px}.message-articleUserStats{font-size:13px;color:#969696}@media (max-width:480px){.message-articleUserStats{display:none}}.comment-inner{display:table;table-layout:fixed;width:100%}.comment-avatar{display:table-cell;width:24px;vertical-align:top}.comment-avatar .avatar,.comment-avatar img{vertical-align:bottom}.comment-main{display:table-cell;padding-left:11px;vertical-align:top}.comment-contentWrapper{margin-bottom:6px}.comment-user{font-weight:500}.comment-body{display:inline}.comment-note{color:#969696;font-size:11px}.comment-input{display:block;height:2.34em;margin-bottom:6px}.comment-actionBar .actionBar-set{margin-top:6px;color:#969696}.comment-likes,.comment-reactions{display:none;opacity:0;-webkit-transition: all .25s ease, -xf-opacity .25s ease;transition: all .25s ease, -xf-opacity .25s ease;overflow-y:hidden;height:0;-webkit-transition-property:all,-xf-height;transition-property:all,-xf-height;margin-top:6px;font-size:12px}.comment-likes.is-active,.comment-reactions.is-active{display:block;opacity:1}.comment-likes.is-transitioning,.comment-reactions.is-transitioning{display:block}.comment-likes.is-active,.comment-reactions.is-active{height:auto;overflow-y:visible}.comment-likes.is-transitioning,.comment-reactions.is-transitioning{overflow-y:hidden}.formSubmitRow.formSubmitRow--messageQr .formSubmitRow-controls{text-align:center;padding-left:0;padding-right:0;margin-left:11px;margin-right:11px}@media (max-width:540px){.formSubmitRow.formSubmitRow--messageQr .formSubmitRow-controls{text-align:right}}.messageNotice{margin:6px 0;padding:6px 11px;color:#26313b;background:#aeb6be;font-size:12px;border-left:2px solid #4e5963}.messageNotice.messageNotice--nested{border-left-width:1px}.messageNotice:not(.messageNotice--highlighted) a,.messageNotice:not(.messageNotice--highlighted) a:hover{color:#4e5963}.messageNotice:before{display:inline-block;font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:.2em;font-size:125%;color:#4e5963}.messageNotice.messageNotice--highlighted{color:#141414;background:#eeeff0;border-left-color:#4f93da}.messageNotice.messageNotice--highlighted:before{color:#4f93da}.messageNotice.messageNotice--deleted:before{content:"\f2ed";width:1.28571429em;display:inline-block;text-align:center}.messageNotice.messageNotice--moderated:before{content:"\f132";width:1.28571429em;display:inline-block;text-align:center}.messageNotice.messageNotice--warning:before{content:"\f071";width:1.28571429em;display:inline-block;text-align:center}.messageNotice.messageNotice--ignored:before{content:"\f131";width:1.28571429em;display:inline-block;text-align:center}@media (min-width:650px){.block:not(.block--messages) .block-container:not(.block-container--noStripRadius)>.block-body:first-child>.message:first-child .message-inner:first-of-type .message-cell:first-child,.block:not(.block--messages) .block-topRadiusContent.message .message-inner:first-of-type .message-cell:first-child,.block:not(.block--messages) .block-topRadiusContent>.message:first-child .message-inner:first-of-type .message-cell:first-child{border-top-left-radius:3px}.block:not(.block--messages) .block-container:not(.block-container--noStripRadius)>.block-body:first-child>.message:first-child .message-inner:first-of-type .message-cell:last-child,.block:not(.block--messages) .block-topRadiusContent.message .message-inner:first-of-type .message-cell:last-child,.block:not(.block--messages) .block-topRadiusContent>.message:first-child .message-inner:first-of-type .message-cell:last-child{border-top-right-radius:3px}.block:not(.block--messages) .block-container:not(.block-container--noStripRadius)>.block-body:last-child>.message:last-child .message-inner:last-of-type .message-cell:first-child,.block:not(.block--messages) .block-bottomRadiusContent.message .message-inner:last-of-type .message-cell:first-child,.block:not(.block--messages) .block-bottomRadiusContent>.message:last-child .message-inner:last-of-type .message-cell:first-child{border-bottom-left-radius:3px}.block:not(.block--messages) .block-container:not(.block-container--noStripRadius)>.block-body:last-child>.message:last-child .message-inner:last-of-type .message-cell:last-child,.block:not(.block--messages) .block-bottomRadiusContent.message .message-inner:last-of-type .message-cell:last-child,.block:not(.block--messages) .block-bottomRadiusContent>.message:last-child .message-inner:last-of-type .message-cell:last-child{border-bottom-right-radius:3px}}.block--messages .block-container{background:none;border:none}.block--messages .message,.block--messages .block-row{color:#141414;background:#fff;border-width:1px;border-style:solid;border-top-color:#e0e0e0;border-right-color:#d9d9d9;border-bottom-color:#ccc;border-left-color:#d9d9d9;border-radius:4px}.block--messages .message+.message,.block--messages .block-row+.message,.block--messages .message+.block-row,.block--messages .block-row+.block-row{margin-top:6px}.block--messages .block-filterBar{border-width:1px;border-style:solid;border-top-color:#e0e0e0;border-right-color:#d9d9d9;border-bottom-color:#ccc;border-left-color:#d9d9d9;border-radius:4px;margin-bottom:6px}.block--messages .message-spacer+.message,.block--messages .message-spacer+.block-row{margin-top:6px}.block--messages .message-inner .message-cell{border-radius:0}.block--messages .message-inner:first-of-type .message-cell:first-child{border-top-left-radius:3px}.block--messages .message-inner:first-of-type .message-cell:last-child{border-top-right-radius:3px}.block--messages .message-inner:last-of-type .message-cell:first-child{border-bottom-left-radius:3px}.block--messages .message-inner:last-of-type .message-cell:last-child{border-bottom-right-radius:3px}@media (max-width:650px){.block--messages .message-inner .message-cell{border-radius:0}.block--messages .message-inner:first-of-type .message-cell:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.block--messages .message-inner:last-of-type .message-cell:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.block--messages .message--simple .message-cell--user+.message-cell{border-radius:0;border-top-left-radius:3px;border-top-right-radius:3px}}@media (max-width:650px){.block--messages .message,.block--messages .block-row,.block--messages .block-filterBar{border-left:none;border-right:none;border-radius:0}.block--messages .message .message-inner .message-cell{border-radius:0}.block--messages .message .message-inner .message-cell:first-child,.block--messages .message .message-inner .message-cell:last-child{border-radius:0}.block--messages .message--simple .message-cell--user+.message-cell{border-radius:0}}.message--article.is-moderated{background:#eeeff0}.message--article.is-deleted{opacity:.65}.message--articlePreview{display:flex;flex-direction:column;min-width:0;margin-bottom:11px}.message--articlePreview:last-child{margin-bottom:0}.message--articlePreview .articlePreview-main{display:flex;flex-direction:column;flex:1 1 auto}.message--articlePreview .articlePreview-image{flex:0 0 auto;align-self:center;width:100%;max-width:750px;background:center / cover #f6f6f6 no-repeat;text-decoration:none}.message--articlePreview .articlePreview-image:after{content:'';display:block;padding-bottom:75%}.message--articlePreview .articlePreview-image+.articlePreview-text .bbImageWrapper,.message--articlePreview .articlePreview-image+.articlePreview-text .bbImage{display:none}.message--articlePreview .articlePreview-text{flex:1 1 auto;display:flex;min-width:0;flex-direction:column;padding:11px}.message--articlePreview .articlePreview-text .bbWrapper{position:relative;max-height:11.2em;overflow:hidden}.message--articlePreview .articlePreview-text .bbWrapper:after{content:'';position:absolute;bottom:0;right:0;text-align:right;width:75%;height:1.4em;background:linear-gradient(to right, rgba(255,255,255,0), #fff)}.message--articlePreview .articlePreview-title{margin:0;font-size:17px}.message--articlePreview .articlePreview-content{flex:1 1 auto}.message--articlePreview .articlePreview-links{text-align:right;padding-top:6px}.message--articlePreview .articlePreview-statuses{float:left;display:flex;list-style:none;margin:0;padding:0}.message--articlePreview .articlePreview-statuses>li{margin-right:8px}.message--articlePreview .articlePreview-statuses .message-newIndicator{font-size:13px}.message--articlePreview .articlePreview-footer{padding:0 11px}.message--articlePreview .articlePreview-meta{display:flex;align-items:center;border-top:solid 1px #d9d9d9;padding:6px 0;color:#969696;font-size:13px}.message--articlePreview .articlePreview-meta>li{margin-right:11px}.message--articlePreview .articlePreview-meta>li:last-child{margin-right:0}.message--articlePreview .articlePreview-replies{white-space:nowrap}.message--articlePreview .articlePreview-by,.message--articlePreview .articlePreview-repliesLabel{display:none}.block--articles.block--messages.block--expanded .article-title{margin:0 0 5px;font-size:24px;font-weight:400}.block--articles.block--messages.block--expanded .message-snippet-link{margin-top:.5em;text-align:center}.block--articles.block--messages.block--expanded .message+.message{margin-top:15px}@supports (display: grid){@media (min-width:650px){.block--previews .block-body{display:grid;gap:11px;grid-template-rows:auto;grid-template-columns:repeat(2, 1fr);grid-template-areas:"a a"}.block--previews .block-body>.message:first-of-type:last-of-type{grid-area:a}.block--previews .block-body>.message--articlePreview{margin-bottom:0}.block--previews .block-body>.message--articlePreview:nth-of-type(-n+5) .articlePreview-title{font-size:20px}.block--previews .block-body>.message--articlePreview:nth-of-type(-n+5) .articlePreview-image{max-width:none}.block--previews .block-body>.message--articlePreview:nth-of-type(-n+5) .articlePreview-image:after{padding-bottom:60%}.block--previews .block-body>.message--articlePreview:nth-of-type(-n+5) .articlePreview-meta .articlePreview-by{display:block}.block--previews .block-body>.message--articlePreview:first-of-type{grid-area:a}.block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-title{font-size:24px}.block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-meta{border-top:none}.block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-main{flex-direction:row-reverse}.block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-image{width:50%}}@media (min-width:900px){.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body{grid-template-columns:repeat(4, 1fr);grid-template-areas:"a a a a" "b_1 b_1 b_2 b_2" "b_3 b_3 b_4 b_4"}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message:first-of-type:last-of-type{grid-area:a}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(1){grid-area:a}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(2){grid-area:b_1}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(3){grid-area:b_2}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(4){grid-area:b_3}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(5){grid-area:b_4}}@media (min-width:1190px){.p-body-main--withSidebar .block--previews .block-body{grid-template-columns:repeat(4, 1fr);grid-template-areas:"a a a a" "b_1 b_1 b_2 b_2" "b_3 b_3 b_4 b_4"}.p-body-main--withSidebar .block--previews .block-body>.message:first-of-type:last-of-type{grid-area:a}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(1){grid-area:a}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(2){grid-area:b_1}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(3){grid-area:b_2}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(4){grid-area:b_3}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(5){grid-area:b_4}}}@media (max-width:650px){.message-body{padding:0}}.betweenPosts{text-align:center;padding:25px 0;margin:0 auto}

/********* public:notices.less ********/
.notices{list-style:none;margin:0;padding:0;margin:15px 0;margin:-5px 0 20px}.notices.notices--block .notice{margin-bottom:10px}.notices.notices--floating{margin:0 20px 0 auto;width:300px;max-width:100%;z-index:800}@media (max-width:340px){.notices.notices--floating{margin-right:10px}}.notices.notices--floating .notice{margin-bottom:20px}.notices.notices--scrolling{display:flex;align-items:stretch;overflow:hidden;border-width:1px;border-style:solid;border-top-color:#e0e0e0;border-right-color:#d9d9d9;border-bottom-color:#ccc;border-left-color:#d9d9d9;margin-bottom:10px}.notices.notices--scrolling.notices--isMulti{margin-bottom:30px}.notices.notices--scrolling .notice{width:100%;flex-grow:0;flex-shrink:0;border:none}.noticeScrollContainer{margin-bottom:10px}.noticeScrollContainer .lSSlideWrapper{border-width:1px;border-style:solid;border-top-color:#e0e0e0;border-right-color:#d9d9d9;border-bottom-color:#ccc;border-left-color:#d9d9d9}.noticeScrollContainer .notices.notices--scrolling{border:none;margin-bottom:0}.notice{position:relative;border-width:1px;border-style:solid;border-top-color:#e0e0e0;border-right-color:#d9d9d9;border-bottom-color:#ccc;border-left-color:#d9d9d9}.notice:before,.notice:after{content:" ";display:table}.notice:after{clear:both}.notice.notice--primary{color:#141414;background:#eeeff0}.notice.notice--accent{color:#26313b;background:#aeb6be}.notice.notice--accent a:not(.button--notice){color:#4e5963}.notice.notice--dark{color:#fefefe;border:none;background:#141414}.notice.notice--dark a:not(.button--notice){color:#b4b4b4}.notice.notice--light{color:#141414;background:#fefefe}.notice.notice--light a:not(.button--notice){color:#828282}.notice.notice--enablePush{display:none}@media (max-width:900px){.notice.notice--enablePush{padding:3px 3px 11px;font-size:13px}}@media (max-width:900px){.notice.notice--cookie .notice-content{padding:3px 3px 11px;font-size:12px}.notice.notice--cookie .notice-content .button--notice{font-size:12px;padding:3px 6px}.notice.notice--cookie .notice-content .button--notice .button-text{font-size:12px}}.notice.notice--cookieAdvanced .notice-content{padding:1em 0}.notice.notice--cookieAdvanced .notice-content .u-pageCentered{display:grid;grid-template-columns:1fr 290px;gap:20px;align-items:end}@media (max-width:650px){.notice.notice--cookieAdvanced .notice-content .u-pageCentered{display:block}}.notice.notice--cookieAdvanced .notice-content h2{margin:0}.notice.notice--cookieAdvanced .notice-content .button{width:100%;margin:.5em 0;font-weight:bold}.notice.notice--cookieAdvanced .notice-content form.is-active{display:contents;grid-column:span 2}.notice.notice--cookieAdvanced .notice-content form.is-active .formRow.formRow--fullWidth>dd{padding-left:0;padding-right:0}.notice.notice--cookieAdvanced .notice-content form:not(.is-active){display:none}.notices--block .notice{font-size:14px;border-radius:4px}.notices--floating .notice{font-size:11px;border-radius:4px;box-shadow:1px 1px 3px rgba(0,0,0,0.25)}.notices--floating .notice.notice--primary{background-color:rgba(238,239,240,0.8)}.notices--floating .notice.notice--accent{background-color:rgba(174,182,190,0.8)}.notices--floating .notice.notice--dark{background-color:rgba(20,20,20,0.8)}.notices--floating .notice.notice--light{background-color:rgba(254,254,254,0.8)}.has-js .notices--floating .notice{display:none}.notice.notice--hasImage .notice-content{margin-left:70px;min-height:70px}@media (max-width:900px){.notice.notice--hidewide:not(.is-vis-processed){display:none;visibility:hidden}}@media (max-width:650px){.notice.notice--hidemedium:not(.is-vis-processed){display:none;visibility:hidden}}@media (max-width:480px){.notice.notice--hidenarrow:not(.is-vis-processed){display:none;visibility:hidden}}.notice-image{float:left;padding:11px 0 11px 11px}.notice-image img{max-width:48px;max-height:48px}.notice-content{padding:11px;overflow:hidden;position:relative;border:3px #fff solid;background-color:rgba(127,180,240,0.3);border-radius:4px}.notice-content .actions{float:left;width:180px;height:95px;margin-top:-5px}.notice-content .actions .button{display:block;margin:10px 15px;text-shadow:none;width:135px;height:38px;line-height:27px;font-size:13.5px;text-transform:none}.notice-content .actions .button.q{background-color:#c00;background-position:0 -13px;color:white;font-weight:500;border-color:rgba(204,0,0,0.3)}.notice-content .actions .button.q:hover{background-color:#e72325}.notice-content .intro{margin-left:185px}.notice-content .intro .icon{display:block;float:left;background-image:url(https://www.techspot.com/images/signin_icon2.png);background-size:60px 60px;background-repeat:no-repeat;width:60px;height:60px;margin:12px 25px 0 0}.notice-content .intro .message{padding:15px;line-height:1.5}.notice-content .intro .message a{border-bottom:1px dotted #05408f;padding-bottom:1px}.notice-content .mobileOnly{display:none}@media (max-width:650px){.notice-content .desktop{display:none}.notice-content .mobileOnly{display:block}}.notice-content a.notice-dismiss{float:right;color:inherit;font-size:14px;line-height:1;height:1em;box-sizing:content-box;padding:0 0 5px 5px;opacity:.5;-webkit-transition: opacity .25s ease;transition: opacity .25s ease;cursor:pointer}.notice-content a.notice-dismiss:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00d";width:.75em;display:inline-block;text-align:center}.notice-content a.notice-dismiss:hover{text-decoration:none;opacity:1}.notices--floating .notice-content a.notice-dismiss{font-size:14px}@media (max-width:650px){.notices{display:none}}

/********* public:structured_list.less ********/
.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;border-top:1px solid #e8e8e8;list-style:none;margin:0;padding:0;width:100%}.structItem.is-highlighted,.structItem.is-moderated{background:#eeeff0}.structItem.is-deleted{opacity:.7}.structItem.is-deleted .structItem-title>*{text-decoration:line-through}.structItem.is-mod-selected{background:#cad0d5;opacity:1}.structItem-cell{display:table-cell;vertical-align:top;padding:11px 8.5px}.structItem--middle .structItem-cell{vertical-align:middle}.structItem-cell.structItem-cell--vote{width:57px}.structItem-cell.structItem-cell--icon{width:53px;position:relative}.structItem-cell.structItem-cell--icon.structItem-cell--iconExpanded{width:65px}.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd{width:41px;padding-left:4.25px}.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd .structItem-iconContainer{padding-top:6px}.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmall{width:77px}.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmallest{width:41px}.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 a{color:#1e2833}.structItem-title .label{font-weight:400}.is-unread .structItem-title{font-weight:500}.structItem-minor{font-size:12px;color:#969696}.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:#555}.structItem-parts>li:before{content:"\00B7\20"}.structItem-parts>li:first-child:before{content:"";display:none}.structItem-pageJump{margin-left:8px;font-size:11px}.structItem-pageJump a{color:#555;background:#f6f6f6;border:1px solid #d9d9d9;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:#fff}.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{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:90%;color:#969696}.structItem-status--deleted::before{content:"\f2ed";width:.875em;display:inline-block;text-align:center}.structItem-status--locked::before{content:"\f023";width:.875em;display:inline-block;text-align:center}.structItem-status--moderated::before{content:"\f132";width:1em;display:inline-block;text-align:center;color:#4e5963}.structItem-status--redirect::before{content:"\f08e";width:1em;display:inline-block;text-align:center}.structItem-status--starred::before{content:"\f005";width:1.125em;display:inline-block;text-align:center;color:#7e8891}.structItem-status--sticky::before{content:"\f08d";width:.75em;display:inline-block;text-align:center}.structItem-status--watched::before{content:"\f0f3";width:.875em;display:inline-block;text-align:center}.structItem-status--solved::before{content:"\f058";width:1em;display:inline-block;text-align:center;color:#63b265}.structItem-status--attention::before{content:"\f0a1";width:1.125em;display:inline-block;text-align:center;color:#4e5963}.structItem-status--upvoted::before{content:"\f164";width:1em;display:inline-block;text-align:center}.structItem-status--downvoted::before{content:"\f165";width:1em;display:inline-block;text-align:center}.structItem.structItem--note{color:#141414;background:#eeeff0;color:#4f93da}.structItem.structItem--note .structItem-cell{padding-top:5.5px;padding-bottom:5.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-title{font-size:18px}.structItem-minor{padding-top:2px}.structItem-cell{padding:12px 10px 10px}.structItem-cell+.structItem-cell.structItem-cell--icon{padding-left:0;width:44.5px}.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:#969696}.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:#969696}.structItem-cell.structItem-cell--latest a{color:#969696}.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:8.5px;padding-bottom:8.5px}}

/********* public:extra.less ********/