/* Thread view styles */
div.thread{width:var(--globWidth);max-width:1280px;margin:8px auto}h1.thread_caption{font-size:1.5rem;margin:8px 0px;clear:both;text-align:center;overflow-wrap:anywhere;hyphens:auto;background-color:#bfbfbf;color:#d92626}h1.thread_caption .btn{background-color:#ffcd42}h1.thread_caption .vote{float:right;display:flex;align-items:center}h1.thread_caption .vote span{margin:0px 1ch;display:inline-block;min-width:5ch;text-align:right}h1.thread_caption .vote button{background-color:#4f4f4f}h1.thread_caption .vote button svg{stroke:#fff}h1.thread_caption .vote .voted{background-color:#ffcd42}h1.thread_caption .vote .voted svg{stroke:#4f4f4f}.thread_tags{margin:8px 0}.thread_tags li{display:inline;text-align:left;white-space:nowrap;color:#4f4f4f;text-decoration:none}.thread_tags li a{color:inherit}.thread_tags li a:not(:hover){text-decoration:none}.thread_tags li:before{content:'#'}.thread_tags li:not(:last-child):after{content:', '}div.current_version{border-right:4px solid #d92626;margin-right:-4px}.post{margin:16px 0}.post a{color:#d92626}.post a:not(:hover){text-decoration:none}.post-header{display:flex;margin:0px;align-items:start;color:#4f4f4f;background-color:#bfbfbf;height:32px;padding:4px;line-height:16px}.post-header > *{margin:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-shrink:10}.post-header > * > svg{fill:#ffcd42;vertical-align:bottom}.post-header .btn{background-color:#ffcd42;color:#000;margin:0 4px}.post-header .btn svg{fill:#4f4f4f}.post-header img.avatar{width:48px;height:48px;line-height:40px;background-color:#ffcd42;color:#4f4f4f;text-align:center;font-size:24px;border-radius:50%;margin-top:0;flex-shrink:0}.post-header a.user_name{font-family:Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;color:#000;font-weight:bold;flex-shrink:0}.post-header a.user_name u{color:#d92626;min-width:2ch;text-align:center;display:inline-block;text-decoration:none;border-bottom:2px dotted #d92626}.post-text{margin:0;padding:16px 32px ! important;background-color:#fff;color:#000;display:block !important}.post-text .unpublished{margin:0;font-size:16px;font-weight:bold;color:#bfbfbf}
/* The attachments table */
.attachments,.attach_del{padding:0 32px;overflow:auto;background-color:#fff;color:#000}.attachments table,.attach_del table{margin:1em 0;font-weight:normal;clear:both;border-collapse:collapse;font-size:0.8rem}.attachments table a,.attach_del table a{font-weight:bold;color:#fff}.attachments table td,.attach_del table td{background-color:#4f4f4f;color:#fff;padding:0.2rem 1ch;vertical-align:middle;word-wrap:anywhere}.attachments table th,.attach_del table th{background-color:#ffcd42;color:#000;text-align:center;padding:2px 8px;vertical-align:middle;word-wrap:anywhere}.attachments table label,.attach_del table label,.attachments table label::before,.attach_del table label::before{margin:0 !important}.attachments table .head,.attach_del table .head{background-color:#4f4f4f;color:#fff;font-weight:bold;padding:4px 8px}.attachments table .delcheck,.attach_del table .delcheck{text-align:center}.attachments table .filename,.attach_del table .filename{text-align:left}.attachments table .filesize,.attach_del table .filesize{text-align:right}.attachments table .filetime,.attach_del table .filetime{text-align:left}.attachments table .filecnt,.attach_del table .filecnt{text-align:right;font-weight:bold}.attachments table .checksum,.attach_del table .checksum{text-align:left;font-family:Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace}
