iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://blog.selfhtml.org/css/app-cfa00d0ae3b0d2d6c08d6aeadb3c1564.css?vsn=d
/* required styles */ .leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer { position: absolute; left: 0; top: 0; } .leaflet-container { overflow: hidden; } .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow { -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-user-drag: none; } /* Prevents IE11 from highlighting tiles in blue */ .leaflet-tile::selection { background: transparent; } /* Safari renders non-retina tile on retina better with this, but Chrome is worse */ .leaflet-safari .leaflet-tile { image-rendering: -webkit-optimize-contrast; } /* hack that prevents hw layers "stretching" when loading new tiles */ .leaflet-safari .leaflet-tile-container { width: 1600px; height: 1600px; -webkit-transform-origin: 0 0; } .leaflet-marker-icon, .leaflet-marker-shadow { display: block; } /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ .leaflet-container .leaflet-overlay-pane svg { max-width: none !important; max-height: none !important; } .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile { max-width: none !important; max-height: none !important; width: auto; padding: 0; } .leaflet-container img.leaflet-tile { /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */ mix-blend-mode: plus-lighter; } .leaflet-container.leaflet-touch-zoom { -ms-touch-action: pan-x pan-y; touch-action: pan-x pan-y; } .leaflet-container.leaflet-touch-drag { -ms-touch-action: pinch-zoom; /* Fallback for FF which doesn't support pinch-zoom */ touch-action: none; touch-action: pinch-zoom; } .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { -ms-touch-action: none; touch-action: none; } .leaflet-container { -webkit-tap-highlight-color: transparent; } .leaflet-container a { -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); } .leaflet-tile { filter: inherit; visibility: hidden; } .leaflet-tile-loaded { visibility: inherit; } .leaflet-zoom-box { width: 0; height: 0; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 800; } /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */ .leaflet-overlay-pane svg { -moz-user-select: none; } .leaflet-pane { z-index: 400; } .leaflet-tile-pane { z-index: 200; } .leaflet-overlay-pane { z-index: 400; } .leaflet-shadow-pane { z-index: 500; } .leaflet-marker-pane { z-index: 600; } .leaflet-tooltip-pane { z-index: 650; } .leaflet-popup-pane { z-index: 700; } .leaflet-map-pane canvas { z-index: 100; } .leaflet-map-pane svg { z-index: 200; } .leaflet-vml-shape { width: 1px; height: 1px; } .lvml { behavior: url(#default#VML); display: inline-block; position: absolute; } /* control positioning */ .leaflet-control { position: relative; z-index: 800; pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ pointer-events: auto; } .leaflet-top, .leaflet-bottom { position: absolute; z-index: 1000; pointer-events: none; } .leaflet-top { top: 0; } .leaflet-right { right: 0; } .leaflet-bottom { bottom: 0; } .leaflet-left { left: 0; } .leaflet-control { float: left; clear: both; } .leaflet-right .leaflet-control { float: right; } .leaflet-top .leaflet-control { margin-top: 10px; } .leaflet-bottom .leaflet-control { margin-bottom: 10px; } .leaflet-left .leaflet-control { margin-left: 10px; } .leaflet-right .leaflet-control { margin-right: 10px; } /* zoom and fade animations */ .leaflet-fade-anim .leaflet-popup { opacity: 0; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .leaflet-fade-anim .leaflet-map-pane .leaflet-popup { opacity: 1; } .leaflet-zoom-animated { -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } svg.leaflet-zoom-animated { will-change: transform; } .leaflet-zoom-anim .leaflet-zoom-animated { -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1); -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1); transition: transform 0.25s cubic-bezier(0,0,0.25,1); } .leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile { -webkit-transition: none; -moz-transition: none; transition: none; } .leaflet-zoom-anim .leaflet-zoom-hide { visibility: hidden; } /* cursors */ .leaflet-interactive { cursor: pointer; } .leaflet-grab { cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; } .leaflet-crosshair, .leaflet-crosshair .leaflet-interactive { cursor: crosshair; } .leaflet-popup-pane, .leaflet-control { cursor: auto; } .leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; } /* marker & overlays interactivity */ .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container { pointer-events: none; } .leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path { pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ pointer-events: auto; } /* visual tweaks */ .leaflet-container { background: #ddd; outline-offset: 1px; } .leaflet-container a { color: #0078A8; } .leaflet-zoom-box { border: 2px dotted #38f; background: rgba(255,255,255,0.5); } /* general typography */ .leaflet-container { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 12px; font-size: 0.75rem; line-height: 1.5; } /* general toolbar styles */ .leaflet-bar { box-shadow: 0 1px 5px rgba(0,0,0,0.65); border-radius: 4px; } .leaflet-bar a { background-color: #fff; border-bottom: 1px solid #ccc; width: 26px; height: 26px; line-height: 26px; display: block; text-align: center; text-decoration: none; color: black; } .leaflet-bar a, .leaflet-control-layers-toggle { background-position: 50% 50%; background-repeat: no-repeat; display: block; } .leaflet-bar a:hover, .leaflet-bar a:focus { background-color: #f4f4f4; } .leaflet-bar a:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .leaflet-bar a:last-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-bottom: none; } .leaflet-bar a.leaflet-disabled { cursor: default; background-color: #f4f4f4; color: #bbb; } .leaflet-touch .leaflet-bar a { width: 30px; height: 30px; line-height: 30px; } .leaflet-touch .leaflet-bar a:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px; } .leaflet-touch .leaflet-bar a:last-child { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } /* zoom control */ .leaflet-control-zoom-in, .leaflet-control-zoom-out { font: bold 18px 'Lucida Console', Monaco, monospace; text-indent: 1px; } .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out { font-size: 22px; } /* layers control */ .leaflet-control-layers { box-shadow: 0 1px 5px rgba(0,0,0,0.4); background: #fff; border-radius: 5px; } .leaflet-control-layers-toggle { background-image: url(images/layers.png); width: 36px; height: 36px; } .leaflet-retina .leaflet-control-layers-toggle { background-image: url(images/layers-2x.png); background-size: 26px 26px; } .leaflet-touch .leaflet-control-layers-toggle { width: 44px; height: 44px; } .leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle { display: none; } .leaflet-control-layers-expanded .leaflet-control-layers-list { display: block; position: relative; } .leaflet-control-layers-expanded { padding: 6px 10px 6px 6px; color: #333; background: #fff; } .leaflet-control-layers-scrollbar { overflow-y: scroll; overflow-x: hidden; padding-right: 5px; } .leaflet-control-layers-selector { margin-top: 2px; position: relative; top: 1px; } .leaflet-control-layers label { display: block; font-size: 13px; font-size: 1.08333em; } .leaflet-control-layers-separator { height: 0; border-top: 1px solid #ddd; margin: 5px -10px 5px -6px; } /* Default icon URLs */ .leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */ background-image: url(images/marker-icon.png); } /* attribution and scale controls */ .leaflet-container .leaflet-control-attribution { background: #fff; background: rgba(255, 255, 255, 0.8); margin: 0; } .leaflet-control-attribution, .leaflet-control-scale-line { padding: 0 5px; color: #333; line-height: 1.4; } .leaflet-control-attribution a { text-decoration: none; } .leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus { text-decoration: underline; } .leaflet-attribution-flag { display: inline !important; vertical-align: baseline !important; width: 1em; height: 0.6669em; } .leaflet-left .leaflet-control-scale { margin-left: 5px; } .leaflet-bottom .leaflet-control-scale { margin-bottom: 5px; } .leaflet-control-scale-line { border: 2px solid #777; border-top: none; line-height: 1.1; padding: 2px 5px 1px; white-space: nowrap; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(255, 255, 255, 0.8); text-shadow: 1px 1px #fff; } .leaflet-control-scale-line:not(:first-child) { border-top: 2px solid #777; border-bottom: none; margin-top: -2px; } .leaflet-control-scale-line:not(:first-child):not(:last-child) { border-bottom: 2px solid #777; } .leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { box-shadow: none; } .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { border: 2px solid rgba(0,0,0,0.2); background-clip: padding-box; } /* popup */ .leaflet-popup { position: absolute; text-align: center; margin-bottom: 20px; } .leaflet-popup-content-wrapper { padding: 1px; text-align: left; border-radius: 12px; } .leaflet-popup-content { margin: 13px 24px 13px 20px; line-height: 1.3; font-size: 13px; font-size: 1.08333em; min-height: 1px; } .leaflet-popup-content p { margin: 17px 0; margin: 1.3em 0; } .leaflet-popup-tip-container { width: 40px; height: 20px; position: absolute; left: 50%; margin-top: -1px; margin-left: -20px; overflow: hidden; pointer-events: none; } .leaflet-popup-tip { width: 17px; height: 17px; padding: 1px; margin: -10px auto 0; pointer-events: auto; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .leaflet-popup-content-wrapper, .leaflet-popup-tip { background: white; color: #333; box-shadow: 0 3px 14px rgba(0,0,0,0.4); } .leaflet-container a.leaflet-popup-close-button { position: absolute; top: 0; right: 0; border: none; text-align: center; width: 24px; height: 24px; font: 16px/24px Tahoma, Verdana, sans-serif; color: #757575; text-decoration: none; background: transparent; } .leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus { color: #585858; } .leaflet-popup-scrolled { overflow: auto; } .leaflet-oldie .leaflet-popup-content-wrapper { -ms-zoom: 1; } .leaflet-oldie .leaflet-popup-tip { width: 24px; margin: 0 auto; -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); } .leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip { border: 1px solid #999; } /* div icon */ .leaflet-div-icon { background: #fff; border: 1px solid #666; } /* Tooltip */ /* Base styles for the element that has a tooltip */ .leaflet-tooltip { position: absolute; padding: 6px; background-color: #fff; border: 1px solid #fff; border-radius: 3px; color: #222; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; box-shadow: 0 1px 3px rgba(0,0,0,0.4); } .leaflet-tooltip.leaflet-interactive { cursor: pointer; pointer-events: auto; } .leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before { position: absolute; pointer-events: none; border: 6px solid transparent; background: transparent; content: ""; } /* Directions */ .leaflet-tooltip-bottom { margin-top: 6px; } .leaflet-tooltip-top { margin-top: -6px; } .leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before { left: 50%; margin-left: -6px; } .leaflet-tooltip-top:before { bottom: 0; margin-bottom: -12px; border-top-color: #fff; } .leaflet-tooltip-bottom:before { top: 0; margin-top: -12px; margin-left: -6px; border-bottom-color: #fff; } .leaflet-tooltip-left { margin-left: -6px; } .leaflet-tooltip-right { margin-left: 6px; } .leaflet-tooltip-left:before, .leaflet-tooltip-right:before { top: 50%; margin-top: -6px; } .leaflet-tooltip-left:before { right: 0; margin-right: -12px; border-left-color: #fff; } .leaflet-tooltip-right:before { left: 0; margin-left: -12px; border-right-color: #fff; } /* Printing */ @media print { /* Prevent printers from removing background-images of controls. */ .leaflet-control { -webkit-print-color-adjust: exact; print-color-adjust: exact; } } *,::after,::before{box-sizing:border-box}html{margin:0;padding:0;background:#fff;font-size:1em}body{margin:0;padding:0;font-family:"Source Sans Pro","Segoe UI",Calibri,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.1em;color:#333;background:#fff;-moz-tab-size:2;-o-tab-size:2;tab-size:2}h1,h2,h3,h4,h5,h6{font-weight:normal}h2.cf-heading{font-size:1.25em;border-top:2px solid #c4d4da;padding:.7em 0 0;margin:1em 0em}h3.cf-heading{font-size:1em}button{font-size:inherit}a,a:hover,a:focus,a:active{text-decoration:none;border:0 none}a img,a:hover img,a:focus img,a:active img{border:0 none}a:link,a:visited{color:#3481cd;fill:#3481cd}a:hover,a:focus,a:active,button:hover,button:focus,button:active{color:#990909;fill:#990909}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}@media only screen and (min-width: 35em){a,a:hover,a:focus,a:active,button,button:hover,button:focus,button:active{transition:all .2s ease-in-out 0s}}@font-face{font-display:swap;font-family:"Source Sans Pro";font-style:normal;font-weight:400;src:url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-regular-c545d2e11da61c27a8684a888020c08a.eot?vsn=d");src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-regular-b11b8e087850845f557dd2abd2a79797.woff2?vsn=d") format("woff2"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-regular-333d22f496ec09a649a4fe262a2dcb7e.woff?vsn=d") format("woff"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-regular-5182da425f811908bed9f5b8c72fa44f.ttf?vsn=d") format("truetype"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-regular.svg#SourceSansPro") format("svg")}@font-face{font-display:swap;font-family:"Source Sans Pro";font-style:italic;font-weight:400;src:url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-italic-b0e16fc269feed7885aeea5ff0a55f20.eot?vsn=d");src:local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-italic-926ecb7d6d364a26ea8b3db53cba5f5e.woff2?vsn=d") format("woff2"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-italic-62356c3e793970eb7f5896d319561737.woff?vsn=d") format("woff"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-italic-764c2cc5318c856dfccb29cd8529b51d.ttf?vsn=d") format("truetype"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-italic.svg#SourceSansPro") format("svg")}@font-face{font-display:swap;font-family:"Source Sans Pro";font-style:normal;font-weight:700;src:url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700-ec3bce5ad5d3b9f9974df204f97b0b13.eot?vsn=d");src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700-77a63b543dc177b576053ad1a05ed027.woff2?vsn=d") format("woff2"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700-e0b7b522f8613b8fa84004e5ff247387.woff?vsn=d") format("woff"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700-0d9b62a03206f739cd34b2936a5929f1.ttf?vsn=d") format("truetype"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700.svg#SourceSansPro") format("svg")}@font-face{font-display:swap;font-family:"Source Sans Pro";font-style:italic;font-weight:700;src:url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700italic-3ba1930db8bea818579396999c5e262e.eot?vsn=d");src:local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700italic-7385066554ed759c84935299cbc01c66.woff2?vsn=d") format("woff2"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700italic-98c25e7831cecac4a458e9709cf7747c.woff?vsn=d") format("woff"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700italic-9950e9ec3672c65b4e64bfb5b562131a.ttf?vsn=d") format("truetype"),url("/fonts/source-sans-pro-v11-greek_latin-ext_cyrillic_vietnamese_latin_cyrillic-ext-700italic.svg#SourceSansPro") format("svg")}@font-face{font-display:swap;font-family:"Source Code Pro";font-style:normal;font-weight:400;src:url("/fonts/source-code-pro-v8-latin-ext_latin-regular-b2e8477c57029f328a3f86d5bff56f38.eot?vsn=d");src:local("Source Code Pro"),local("SourceCodePro-Regular"),url("/fonts/source-code-pro-v8-latin-ext_latin-regular-15b535f34ba37b18912221d1f18480a9.woff2?vsn=d") format("woff2"),url("/fonts/source-code-pro-v8-latin-ext_latin-regular-3c7e031ee3b7f44f4799c8b7d54e20a5.woff?vsn=d") format("woff"),url("/fonts/source-code-pro-v8-latin-ext_latin-regular-9a9699710256cb0fad9b3337eb0e929b.ttf?vsn=d") format("truetype"),url("/fonts/source-code-pro-v8-latin-ext_latin-regular.svg#SourceCodePro") format("svg")}@font-face{font-display:swap;font-family:"Source Code Pro";font-style:normal;font-weight:700;src:url("/fonts/source-code-pro-v8-latin-ext_latin-700-87c41c9d6978311d57c2669e2b090124.eot?vsn=d");src:local("Source Code Pro Bold"),local("SourceCodePro-Bold"),url("/fonts/source-code-pro-v8-latin-ext_latin-700-1d5b8ee50dd7fffb7c0ee51d314d0a48.woff2?vsn=d") format("woff2"),url("/fonts/source-code-pro-v8-latin-ext_latin-700-127e9af53d642ac4a0e4ef5e255a610c.woff?vsn=d") format("woff"),url("/fonts/source-code-pro-v8-latin-ext_latin-700-d01e357206783514b37827a9b432504e.ttf?vsn=d") format("truetype"),url("/fonts/source-code-pro-v8-latin-ext_latin-700.svg#SourceCodePro") format("svg")}.cf-top-bar{background-color:#699cb3;background-image:linear-gradient(to right, #75b0ca 0%, #4089aa 100%);border-bottom:3px double #fff;border-top:1px solid #0070a2;min-height:2.25em;line-height:2.25em;font-size:1.25em}.cf-top-bar ul{list-style-type:none;margin:0 .5em;padding:0}.cf-top-bar li{display:inline;margin-right:1.5em}.cf-top-bar li:last-of-type{margin-right:0}.cf-top-bar a:link,.cf-top-bar a:visited{color:#e6f2f7}.cf-top-bar a:hover,.cf-top-bar a:focus{color:#fff}@media only screen and (min-width: 35em){.cf-top-bar ul{margin-left:1.75em}}.cf-personallinks{list-style-type:none;padding:0;margin:.5em;display:flex;justify-content:space-around}.cf-personallinks li{line-height:1em;white-space:nowrap;display:inline-block;min-width:4rem;text-align:center}.cf-personallinks li svg{max-height:1em;max-width:1em}.cf-personallinks li .desc{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.cf-personallinks li .score,.cf-personallinks li .notifications,.cf-personallinks li .mails{display:none}.cf-personallinks li.new svg{fill:#c32e04}.cf-personallinks a:visited{color:#3481cd}.cf-personallinks a:hover,.cf-personallinks a:focus,.cf-personallinks a:active{color:#990909}.cf-personallinks img{margin-right:.2em;border-radius:50%}.cf-personallinks #user-not-signed-in{color:#999;display:none}.cf-personallinks .btn-link{border:0;padding:0;font-size:1em;cursor:pointer;background-color:rgba(0,0,0,0);color:#3481cd}.cf-personallinks .btn-link svg{fill:#3481cd}.cf-personallinks .btn-link:hover,.cf-personallinks .btn-link:focus,.cf-personallinks .btn-link:active{color:#990909}.cf-personallinks .btn-link:hover svg,.cf-personallinks .btn-link:focus svg,.cf-personallinks .btn-link:active svg{fill:#990909}.cf-personallinks .connected a{color:#c32e04}@media only screen and (min-width: 35em){.cf-personallinks{text-align:right;margin:.1em 2em;display:block}.cf-personallinks li{display:inline;margin-right:1em;line-height:1.5}.cf-personallinks li .desc{position:static}.cf-personallinks li .score,.cf-personallinks li .notifications,.cf-personallinks li .mails{display:inline}.cf-personallinks li svg{display:none}.cf-personallinks #user-not-signed-in{display:inline}.cf-personallinks img{border-radius:0}.cf-personallinks li:last-of-type{margin-right:0}.cf-personallinks a{display:inline}}.cf-page-header,.cf-page-header-blog{margin:.5em}.cf-page-header .logo,.cf-page-header-blog .logo{margin:0 0 1em 0}.cf-page-header .logo h1,.cf-page-header-blog .logo h1{position:relative;margin:0;background:url(/images/selfhtml-forum-small-2260652bd609c6f4212ffd7a7b52d266.svg?vsn=d) no-repeat center center;background-size:contain;width:100%;height:96px;margin-bottom:.3em}.cf-page-header .logo h1 span,.cf-page-header-blog .logo h1 span{display:none}.cf-page-header .logo a.home,.cf-page-header-blog .logo a.home{position:absolute;top:0;bottom:0;right:0;left:0;display:block}.cf-page-header .logo .rss,.cf-page-header .logo .atom,.cf-page-header .logo .donate,.cf-page-header-blog .logo .rss,.cf-page-header-blog .logo .atom,.cf-page-header-blog .logo .donate{display:none}.cf-page-header .quicklinks,.cf-page-header-blog .quicklinks{vertical-align:top;font-size:1em;background:none repeat scroll 0% 0% #f1f3f4;padding:0 .25em .25em .5em;border-radius:0px .5em .5em;border:1px solid #d5d5d5;display:block}.cf-page-header .quicklinks ul,.cf-page-header-blog .quicklinks ul{margin-left:0;padding:0;list-style-type:none}.cf-page-header .quicklinks li,.cf-page-header-blog .quicklinks li{display:block;border:none;padding:.3em 0;margin-top:.3em;font-size:1em}.cf-page-header .quicklinks li a,.cf-page-header .quicklinks li button,.cf-page-header-blog .quicklinks li a,.cf-page-header-blog .quicklinks li button{display:block}.cf-page-header .quicklinks li .stats,.cf-page-header-blog .quicklinks li .stats{display:none}.cf-page-header .quicklinks li.moderation-queue a,.cf-page-header .quicklinks li.cites a,.cf-page-header-blog .quicklinks li.moderation-queue a,.cf-page-header-blog .quicklinks li.cites a{display:inline}.cf-page-header .quicklinks .search ::-moz-placeholder, .cf-page-header-blog .quicklinks .search ::-moz-placeholder{color:#a8a8a8}.cf-page-header .quicklinks .search ::placeholder,.cf-page-header-blog .quicklinks .search ::placeholder{color:#a8a8a8}.cf-page-header .quicklinks .search input[type=search],.cf-page-header-blog .quicklinks .search input[type=search]{border-radius:0px .5em .5em;border:1px solid #d5d5d5;padding:.2em .5em;width:100%}.js .cf-page-header .quicklinks ul li:first-of-type,.js .cf-page-header .quicklinks ul li:last-of-type{display:block}.js .cf-page-header .quicklinks ul li{display:none}.js .cf-page-header .subnav ul{display:none}.js .cf-page-header .quicklinks .quicklinks-expand{background:rgba(0,0,0,0);border:0;color:#3481cd;cursor:pointer;padding:0;width:100%;text-align:left}.js .cf-page-header .quicklinks .quicklinks-expand:hover,.js .cf-page-header .quicklinks .quicklinks-expand:focus,.js .cf-page-header .quicklinks .quicklinks-expand:active{color:#990909}.js .cf-page-header .quicklinks.expanded ul li,.js .cf-page-header .subnav.expanded ul{display:block}@media only screen and (min-width: 35em){.js .cf-page-header .quicklinks ul li{display:inline-block}.js .cf-page-header .subnav ul{display:block}.cf-page-header{margin:.5em 2em;display:grid;grid-template-areas:"logo nav" "logo subnav";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;grid-column-gap:1em}.cf-page-header .logo{grid-column:1;grid-area:logo}.cf-page-header .logo h1{background:url(/images/selfhtml-forum-512961c89043bdec5860eb5005d93278.svg?vsn=d) no-repeat center center;background-size:contain;width:160px;height:178px;margin-bottom:.3em}.cf-page-header .logo .rss,.cf-page-header .logo .atom,.cf-page-header .logo .donate{display:inline}.cf-page-header .logo .rss,.cf-page-header .logo .atom{margin-right:.2em}.cf-page-header .quicklinks{grid-area:nav}.cf-page-header .quicklinks ul{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:0;margin-bottom:0}.cf-page-header .quicklinks li{display:inline-block;margin-right:1em;margin-top:.15em;flex:0 0 auto}.cf-page-header .quicklinks li a,.cf-page-header .quicklinks li a:link,.cf-page-header .quicklinks li a:visited{display:inline}.cf-page-header .quicklinks .search{flex:1 1 auto;text-align:right}.cf-page-header .quicklinks .search input{max-width:20em}.cf-page-header .subnav{grid-area:subnav}}.cf-page-header-blog .logo h1{background:url(/images/selfhtml-weblog-54e0b0404990f8a2642865a81306a9b0.png?vsn=d) no-repeat center center;background-size:contain;width:410px;max-width:100%;height:70px}.cf-page-header-blog .logo .rss,.cf-page-header-blog .logo .atom,.cf-page-header-blog .logo .donate{display:inline}.cf-page-header-blog .logo .rss img{width:18%}.cf-page-header-blog .logo .atom img{width:20%}.cf-page-header-blog .logo .donate img{width:24%}@media only screen and (min-width: 35em){.cf-page-header-blog{margin:.5em auto;max-width:50rem}.cf-page-header-blog .logo{display:grid;grid-template-columns:1fr min-content min-content min-content;gap:.5em;align-items:end}.cf-page-header-blog .logo .rss img,.cf-page-header-blog .logo .atom img,.cf-page-header-blog .logo .donate img{width:auto}}.cf-motd{vertical-align:top;font-size:1em;background:none repeat scroll 0% 0% #f1f3f4;padding:0 .25em .25em .5em;border-radius:0px .5em .5em;border:1px solid #d5d5d5;display:inline-block;padding:.6em .5em .6em .7em;line-height:1.2;margin-bottom:0}.cf-motd img{float:left;margin:.3em .5em 0px 0px}.cf-motd>*:last-child{margin-bottom:0}.cf-motd h3,.cf-motd h4,.cf-motd h5,.cf-motd h6{margin-top:0;font-weight:bold}.cf-motd h3{font-size:1.3em;color:#699cb3}.cf-motd-list{border-top:2px solid #c4d4da;margin:1em 0em;padding:.7em 0 0;text-align:center}.cf-motd-list .cf-motd{text-align:left}@media only screen and (min-width: 35em){.cf-motd-list{margin:.5em 2em}.cf-motd-list .cf-motd{max-width:100%;max-width:95vw;width:45em}}.christmas .cf-page-header .logo h1{background:url(/images/selfhtml-forum-small-weihnachtsmuetze-564801fc1705e1a6a8e1e7f5da2772d0.png?vsn=d) no-repeat center center}.christmas .cf-page-header-blog .logo h1{background-image:url(/images/selfhtml-weblog-christmas-af8a06ef040a74bd8f260079e024aecd.png?vsn=d)}.blue-beanie .cf-page-header-blog .logo h1{background-image:url(/images/selfhtml-weblog-blue-beanie-b0bd3bfad8c59c1c25d3fb88d8e8b0b7.png?vsn=d)}@media only screen and (min-width: 35em){.christmas .cf-page-header .logo h1{background:url(/images/selfhtml-forum-weihnachtsmuetze-0893f3aa51077c2b27139f032547b778.png?vsn=d) no-repeat center center}.blue-beanie .cf-page-header .logo h1{background:url(/images/selfhtml-forum-blue-beanie-83525a7f936cf1f30c90e83f2e9fc7cb.svg?vsn=d) no-repeat center center}}main{display:block;margin:.5em}main h1{font-family:Oswald,"Source Sans Pro","Segoe UI",Calibri,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-top:2px solid #c4d4da;padding:.7em 0px 0px;margin:.5em 0em}@media only screen and (min-width: 35em){main{margin:.5em 2em}}code,kbd{font-family:"Source Code Pro",Hack,Monaco,Consolas,"DejaVu Sans Mono","Bitstream Vera Sans Mono","Andale Mono","Droid Sans Mono","Lucida Console",monospace;background-color:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.05);color:#0000c0;border-radius:0 .4em .4em;padding:0 .3em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;white-space:pre-wrap}code.block{display:block;white-space:pre;margin-top:.5em;padding:.3em .4em .3em .5em;line-height:1.4em;border-left:.3em solid #8a9da8;border-radius:0 .4em .4em 0;background-color:#fff;overflow-x:scroll}blockquote code.block{border-left:1px solid rgba(0,0,0,.05);background-color:rgba(0,0,0,.02)}blockquote code.good{background-color:#dff0d8}blockquote code.bad{background-color:#f2dede}code.good{color:#3c763d;background-color:#dff0d8}code.bad{color:#a94442;background-color:#f2dede}code .token.comment,code .token.prolog,code .token.doctype,code .token.cdata,pre .token.comment,pre .token.prolog,pre .token.doctype,pre .token.cdata{color:#708090}code .token.punctuation,pre .token.punctuation{color:#999}code .namespace,pre .namespace{opacity:.7}code .token.property,code .token.tag,code .token.boolean,code .token.number,code .token.constant,code .token.symbol,code .token.deleted,pre .token.property,pre .token.tag,pre .token.boolean,pre .token.number,pre .token.constant,pre .token.symbol,pre .token.deleted{color:#905}code .token.selector,code .token.attr-name,code .token.string,code .token.char,code .token.builtin,code .token.inserted,pre .token.selector,pre .token.attr-name,pre .token.string,pre .token.char,pre .token.builtin,pre .token.inserted{color:#690}code .token.operator,code .token.entity,code .token.url,code .language-css .token.string,code .style .token.string,pre .token.operator,pre .token.entity,pre .token.url,pre .language-css .token.string,pre .style .token.string{color:#9a6e3a;background:rgba(255,255,255,.5)}code .token.atrule,code .token.attr-value,code .token.keyword,pre .token.atrule,pre .token.attr-value,pre .token.keyword{color:#07a}code .token.function,code .token.class-name,pre .token.function,pre .token.class-name{color:#dd4a68}code .token.regex,code .token.important,code .token.variable,pre .token.regex,pre .token.important,pre .token.variable{color:#e90}code .token.important,code .token.bold,pre .token.important,pre .token.bold{font-weight:bold}code .token.italic,pre .token.italic{font-style:italic}code .token.entity,pre .token.entity{cursor:help}.cf-footer{margin:.5em;border-top:2px solid #c4d4da;padding-top:.5em}.cf-footer ul{list-style-type:none;margin:0;padding:0}.cf-footer li.sponsor{text-align:center}.cf-footer img{margin-top:1em;width:80%}@media only screen and (min-width: 35em){.cf-footer{margin:2em 2em 1em}.cf-footer li{display:inline;border-left:2px solid #c4d4da;padding-left:.3em}.cf-footer li:first-of-type,.cf-footer li:last-of-type{border-left:0;padding-left:0}.cf-footer li.sponsor{float:right;text-align:left;border-left:0;margin-left:1em}.cf-footer img{height:1.5em;width:auto;margin-top:0}}.cf-portal-forums-list,.cf-portal-forums-list ul{list-style-type:none;padding-left:0}.cf-portal-forums-list .thread{border:0;background:none;margin:0 0 1.5em;padding:.2em 0 .2em .75em;border-left:5px solid #c4d4da;border-radius:0}.cf-portal-forums-list a.thread-info{font-weight:bold}.cf-portal-forums-list .last-answer,.cf-portal-forums-list .first-unread{display:block;margin:0 0 0 2em}.cf-portal-forums-list .visited,.cf-portal-forums-list a.visited{color:#999}.cf-portal-forums-list a.visited:hover,.cf-portal-forums-list a.visited:active,.cf-portal-forums-list a.visited:focus{color:#990909}.cf-portal-forums-list h2{border-top:2px solid #c4d4da;margin:1em 0em;padding:.7em 0 0}.cf-stats-list{display:grid;grid-template-columns:calc(49% - 1em) calc(49% - 1em);grid-column-gap:2em;grid-row-gap:1em}.cf-stats-list section{border-top:2px solid #c4d4da}.cf-stats-list section:first-child{grid-column:1/3;border-top:0}.cf-stats-list section:last-child{grid-column:1/3}.cf-stats-users-list dl{display:inline-grid;grid-template-columns:max-content min-content;grid-column-gap:2em}.cf-stats-users-list dt,.cf-stats-users-list dd{margin:0}.cf-stats-users-list dd{text-align:right;align-self:end}.cf-form ::-moz-focus-inner{padding:0;margin:0;border:0}.cf-form ::-moz-placeholder{color:#a8a8a8}.cf-form ::placeholder{color:#a8a8a8}.cf-form .cf-cgroup{vertical-align:middle;margin-bottom:1em;max-width:45em}.cf-form .cf-cgroup label,.cf-form .cf-cgroup .label{display:block;vertical-align:middle;margin-bottom:.25em}.cf-form .cf-cgroup input,.cf-form .cf-cgroup select,.cf-form .cf-cgroup textarea{width:100%;display:block;padding:.25em;color:#333;background-color:#fff;background-image:none;border:1px solid #d5d5d5;border-radius:4px;box-shadow:0px 1px 1px rgba(0,0,0,.075) inset;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;font-size:16px;height:calc(2em + 1px);line-height:1em;font-family:"Source Sans Pro","Segoe UI",Calibri,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.cf-form .cf-cgroup textarea{height:20em}.cf-form .cf-cgroup input[type=radio],.cf-form .cf-cgroup input[type=checkbox]{width:auto;height:auto;display:inline;margin-right:.5em}.cf-form .cf-cgroup input:focus,.cf-form .cf-cgroup select:focus,.cf-form .cf-cgroup textarea:focus{border-color:#66afe9;outline:0px none;box-shadow:0px 1px 1px rgba(0,0,0,.075) inset,0px 0px 8px rgba(102,175,233,.6)}.cf-form .cf-cgroup input[disabled],.cf-form .cf-cgroup select[disabled],.cf-form .cf-cgroup textarea[disabled]{background-color:#eee}.cf-form .cf-cgroup label.radio,.cf-form .cf-cgroup label.checkbox{width:100%;margin-bottom:0}.cf-form .cf-cgroup label.radio input[type=checkbox],.cf-form .cf-cgroup label.radio input[type=radio],.cf-form .cf-cgroup label.checkbox input[type=checkbox],.cf-form .cf-cgroup label.checkbox input[type=radio]{display:inline;margin-right:.25em}.cf-form .cf-cgroup .datetime input:first-of-type{margin-bottom:.25em}.cf-form .cf-cgroup .help-text{margin-top:0;margin-bottom:0;font-size:.8em}.cf-form .help,.cf-form .cf-show-password{font-size:.875em}.cf-form :focus+small{color:#66afe9}.cf-form .cf-cgroup.has-error input,.cf-form .cf-cgroup.has-error select,.cf-form .cf-cgroup.has-error textarea{border:2px solid #dc3545;padding-left:2.25rem;background-image:url("/images/bad-95f0e2ecc01255ed04985b82329e7418.svg?vsn=d");background-repeat:no-repeat;background-position:left .5625rem center;background-size:1.125rem 1.125rem}.cf-form .cf-cgroup.has-error input:focus,.cf-form .cf-cgroup.has-error select:focus,.cf-form .cf-cgroup.has-error textarea:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.cf-form .cf-cgroup.has-error .help,.cf-form .cf-cgroup.has-error .cf-show-password{color:#dc3545}.cf-form .cf-cgroup.is-valid input,.cf-form .cf-cgroup.is-valid select,.cf-form .cf-cgroup.is-valid textarea{border:2px solid #28a745;padding-left:2.25rem;background-image:url("/images/good-e649a947dcf2e434c05bc7ebbde853e7.svg?vsn=d");background-repeat:no-repeat;background-position:left .5625rem center;background-size:1.125rem 1.125rem}.cf-form .cf-cgroup.is-valid input:focus,.cf-form .cf-cgroup.is-valid select:focus,.cf-form .cf-cgroup.is-valid textarea:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.cf-form .cf-cgroup.is-valid .help,.cf-form .cf-cgroup.is-valid .cf-show-password{color:#28a745}.cf-form .help.error,.cf-form .error.cf-show-password{color:#dc3545;font-size:1em}.cf-form .cf-form-tagslist .has-error{color:#dc3545;padding-right:.5em}.cf-form .cf-form-tagslist .has-error .cf-tag{border:2px solid #dc3545;margin-right:.25em}.cf-form fieldset{min-width:0;padding:0;margin:0;border:0}.cf-form legend{display:block;width:100%;font-weight:bold;font-size:1.1em;margin-bottom:1em;margin-top:1em;border-bottom:2px solid #c4d4da}.cf-search-form{margin-bottom:1em}.cf-search-form .cf-cgroup{display:inline}.cf-search-form .cf-cgroup input,.cf-search-form .cf-cgroup select,.cf-search-form .cf-cgroup textarea{padding:.25em;color:#333;background-color:#fff;background-image:none;border:1px solid #d5d5d5;border-radius:4px;box-shadow:0px 1px 1px rgba(0,0,0,.075) inset;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;font-size:16px;height:calc(2em + 1px);line-height:1em;font-family:"Source Sans Pro","Segoe UI",Calibri,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.cf-search-form .cf-cgroup input[type=radio],.cf-search-form .cf-cgroup input[type=checkbox]{margin-right:.5em}.cf-search-form .cf-cgroup input:focus,.cf-search-form .cf-cgroup select:focus,.cf-search-form .cf-cgroup textarea:focus{border-color:#66afe9;outline:0px none;box-shadow:0px 1px 1px rgba(0,0,0,.075) inset,0px 0px 8px rgba(102,175,233,.6)}.cf-search-form .cf-cgroup input[disabled],.cf-search-form .cf-cgroup select[disabled],.cf-search-form .cf-cgroup textarea[disabled]{background-color:#eee}.cf-search-form .cf-cgroup label.radio input[type=checkbox],.cf-search-form .cf-cgroup label.radio input[type=radio],.cf-search-form .cf-cgroup label.checkbox input[type=checkbox],.cf-search-form .cf-cgroup label.checkbox input[type=radio]{margin-right:.25em}.cf-inline-form{display:inline}.form-actions .cf-btn,.form-actions .cf-users-selector.multi .cf-users-selector-btn,.cf-users-selector.multi .form-actions .cf-users-selector-btn,.form-actions .cf-tab-list button,.cf-tab-list .form-actions button,.form-actions .cf-tab-list ul li a,.cf-tab-list ul li .form-actions a,.form-actions .cf-destructive-btn,.form-actions .cf-destructive-index-btn,.form-actions .cf-index-btn,.form-actions .cf-users-selector-btn,.form-actions .cf-primary-btn,.form-actions .cf-primary-index-btn{margin-right:.2em}@media only screen and (min-width: 35em){.cf-form .cf-cgroup textarea{padding:.5em}.cf-form .cf-cgroup .datetime{display:flex}.cf-form .cf-cgroup .datetime input:first-of-type,.cf-form .cf-cgroup .datetime.help span:first-of-type,.cf-form .cf-cgroup .datetime.cf-show-password span:first-of-type{flex:1 1 75%;margin-right:1em;margin-bottom:0}.cf-form .cf-cgroup .datetime input:last-of-type,.cf-form .cf-cgroup .datetime.help span:last-of-type,.cf-form .cf-cgroup .datetime.cf-show-password span:last-of-type{flex:1 1 25%}}.btn,.cf-primary-btn,.cf-primary-index-btn,.cf-primary-index-btn:link,.cf-btn,.cf-users-selector.multi .cf-users-selector-btn,.cf-tab-list button,.cf-tab-list ul li a,.cf-destructive-btn,.cf-destructive-index-btn,.cf-destructive-index-btn:link,.cf-destructive-btn:link,.cf-index-btn,.cf-users-selector-btn{display:inline-block;padding:6px 12px;margin-bottom:0px;font-size:1rem;font-family:"Source Sans Pro","Segoe UI",Calibri,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:400;line-height:1.42857;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-image:none;border:1px solid rgba(0,0,0,0);border-radius:4px;transition:all .2s ease-in-out 0s}.btn:hover,.cf-primary-btn:hover,.cf-primary-index-btn:hover,.cf-btn:hover,.cf-users-selector.multi .cf-users-selector-btn:hover,.cf-tab-list button:hover,.cf-tab-list ul li a:hover,.cf-destructive-btn:hover,.cf-destructive-index-btn:hover,.cf-index-btn:hover,.cf-users-selector-btn:hover,.btn:focus,.cf-primary-btn:focus,.cf-primary-index-btn:focus,.cf-btn:focus,.cf-users-selector.multi .cf-users-selector-btn:focus,.cf-tab-list button:focus,.cf-tab-list ul li a:focus,.cf-destructive-btn:focus,.cf-destructive-index-btn:focus,.cf-index-btn:focus,.cf-users-selector-btn:focus,.btn.focus,.focus.cf-primary-btn,.focus.cf-primary-index-btn,.focus.cf-btn,.cf-users-selector.multi .focus.cf-users-selector-btn,.cf-tab-list button.focus,.cf-tab-list ul li a.focus,.focus.cf-destructive-btn,.focus.cf-destructive-index-btn,.focus.cf-index-btn,.focus.cf-users-selector-btn{color:#333;text-decoration:none;border:1px solid rgba(0,0,0,0);border-radius:4px}.btn:focus,.cf-primary-btn:focus,.cf-primary-index-btn:focus,.cf-btn:focus,.cf-users-selector.multi .cf-users-selector-btn:focus,.cf-tab-list button:focus,.cf-tab-list ul li a:focus,.cf-destructive-btn:focus,.cf-destructive-index-btn:focus,.cf-index-btn:focus,.cf-users-selector-btn:focus,.btn:active:focus{outline:thin dotted;outline-offset:-2px}.cf-btn,.cf-users-selector.multi .cf-users-selector-btn,.cf-tab-list button,.cf-tab-list ul li a,.cf-destructive-btn,.cf-destructive-index-btn,.cf-destructive-index-btn:link,.cf-destructive-btn:link,.cf-index-btn,.cf-users-selector-btn{color:#333;background-color:#fff;border-color:#d5d5d5}.cf-btn:disabled,.cf-users-selector.multi .cf-users-selector-btn:disabled,.cf-tab-list button:disabled,.cf-tab-list ul li a:disabled,.cf-destructive-btn:disabled,.cf-destructive-index-btn:disabled,.cf-index-btn:disabled,.cf-users-selector-btn:disabled,.cf-btn.disabled,.cf-users-selector.multi .disabled.cf-users-selector-btn,.cf-tab-list button.disabled,.cf-tab-list ul li a.disabled,.disabled.cf-destructive-btn,.disabled.cf-destructive-index-btn,.disabled.cf-index-btn,.disabled.cf-users-selector-btn,.cf-btn:disabled:hover,.cf-btn.disabled:hover{background-color:#666;border-color:#fff;cursor:not-allowed}.cf-btn-xs,.cf-primary-index-btn,.cf-primary-index-btn:link,.cf-destructive-index-btn,.cf-destructive-index-btn:link,.cf-index-btn,.cf-users-selector-btn{padding:3px 6px;line-height:1em}.cf-btn:hover,.cf-users-selector.multi .cf-users-selector-btn:hover,.cf-tab-list button:hover,.cf-tab-list ul li a:hover,.cf-destructive-btn:hover,.cf-destructive-index-btn:hover,.cf-index-btn:hover,.cf-users-selector-btn:hover,.cf-btn:focus,.cf-users-selector.multi .cf-users-selector-btn:focus,.cf-tab-list button:focus,.cf-tab-list ul li a:focus,.cf-destructive-btn:focus,.cf-destructive-index-btn:focus,.cf-index-btn:focus,.cf-users-selector-btn:focus,.cf-btn:active,.cf-users-selector.multi .cf-users-selector-btn:active,.cf-tab-list button:active,.cf-tab-list ul li a:active,.cf-destructive-btn:active,.cf-destructive-index-btn:active,.cf-index-btn:active,.cf-users-selector-btn:active{color:#333;background-color:#e6e6e6;border-color:#adadad}.cf-btn:link,.cf-users-selector.multi .cf-users-selector-btn:link,.cf-tab-list button:link,.cf-tab-list ul li a:link,.cf-destructive-btn:link,.cf-destructive-index-btn:link,.cf-index-btn:link,.cf-users-selector-btn:link,.cf-btn:visited,.cf-users-selector.multi .cf-users-selector-btn:visited,.cf-tab-list button:visited,.cf-tab-list ul li a:visited,.cf-destructive-btn:visited,.cf-destructive-index-btn:visited,.cf-index-btn:visited,.cf-users-selector-btn:visited{color:#333}.cf-primary-btn,.cf-primary-index-btn,.cf-primary-index-btn:link{color:#fff;background-color:#337ab7;border-color:#2e6da4}.cf-primary-btn:link,.cf-primary-index-btn:link,.cf-primary-btn:visited,.cf-primary-index-btn:visited{color:#fff}.cf-primary-btn:disabled,.cf-primary-index-btn:disabled,.cf-primary-btn.disabled,.disabled.cf-primary-index-btn,.cf-primary-btn:disabled:hover,.cf-primary-btn.disabled:hover{background-color:#77acd9;border-color:#64a0d4;cursor:not-allowed}.cf-destructive-btn,.cf-destructive-index-btn,.cf-destructive-index-btn:link,.cf-destructive-btn:link{color:#fff;background-color:#d9534f;border-color:#d43f3a}.cf-destructive-btn:disabled,.cf-destructive-index-btn:disabled,.cf-destructive-btn.disabled,.disabled.cf-destructive-index-btn,.cf-destructive-btn:disabled:hover,.cf-destructive-btn.disabled:hover{background-color:#fff;border-color:#eba5a3;cursor:not-allowed}.cf-primary-btn:hover,.cf-primary-index-btn:hover,.cf-primary-btn:focus,.cf-primary-index-btn:focus,.cf-primary-btn:active,.cf-primary-index-btn:active{color:#fff;background-color:#286090;border-color:#204d74}.cf-destructive-btn:hover,.cf-destructive-index-btn:hover,.cf-destructive-btn:active,.cf-destructive-index-btn:active,.cf-destructive-btn:focus,.cf-destructive-index-btn:focus{color:#fff;background-color:#bd2130;border-color:#b21f2d}.cf-btn.spinning,.cf-users-selector.multi .spinning.cf-users-selector-btn,.cf-tab-list button.spinning,.cf-tab-list ul li a.spinning,.spinning.cf-index-btn,.spinning.cf-users-selector-btn,.spinning.cf-destructive-btn,.spinning.cf-destructive-index-btn{padding-left:2.5em;background:url("/images/ajax-loader-839cc642f13ca5f070227b0362a7fcd1.svg?vsn=d") no-repeat left scroll;background-size:contain}.cf-btn.confirming,.cf-users-selector.multi .confirming.cf-users-selector-btn,.cf-tab-list button.confirming,.cf-tab-list ul li a.confirming,.cf-primary-btn.confirming,.cf-destructive-btn.confirming,.cf-index-btn.confirming,.confirming.cf-users-selector-btn,.cf-primary-index-btn.confirming,.cf-destructive-index-btn.confirming{transition:all .5s ease}.cf-default-table{border-collapse:collapse;width:100%}.cf-default-table th,.cf-default-table td{padding:.4em .5em .4em .5em;border-bottom:1px solid #d5d5d5}.cf-default-table tr{margin:0;padding:0}.cf-default-table tr:nth-child(2n){background-color:#f1f3f4}.cf-default-table tr:hover{background-color:#d5d5d5}.cf-default-table thead tr:hover{background-color:inherit}.cf-default-table th{text-align:left}.cf-default-table thead th{color:#5d7380}.cf-default-table tfoot th{border-bottom:0}.cf-default-table tr.no-data td{text-align:center;padding-top:2em;padding-bottom:2em;background-color:#f1f3f4}.cf-default-table td.numeric,.cf-default-table th.numeric{text-align:right}.cf-default-table .visited td,.cf-default-table .visited td a{color:#999}.cf-default-table .visited td a.cf-btn,.cf-default-table .visited td .cf-tab-list ul li a,.cf-tab-list ul li .cf-default-table .visited td a,.cf-default-table .visited td a.cf-index-btn,.cf-default-table .visited td a.cf-users-selector-btn,.cf-default-table .visited td a.cf-destructive-btn,.cf-default-table .visited td a.cf-destructive-index-btn{color:#333}.cf-default-table .actions-column{text-align:right}a.cf-sortable,a.cf-sortable:visited,a.cf-sortable:active{color:#3481cd}.cf-sortable.sort-descending::after{content:"⌄";margin-left:.25em}.cf-sortable.sort-ascending::after{content:"⌃";margin-left:.25em}.cf-pages{text-align:center}.cf-pages ul{display:flex;flex-wrap:wrap;justify-content:center;padding:0px;margin:1.5em;border-radius:4px;list-style-type:none}.cf-pages li{flex:0 0 auto;align-self:center;border:0}.cf-pages li>a,.cf-pages li>span{border:1px solid #d5d5d5;display:block;margin-left:-1px;color:#337ab7;text-decoration:none;padding:.5em 1em}.cf-pages li:first-child>a,.cf-pages li:first-child>span{margin-left:0px;border-top-left-radius:4px;border-bottom-left-radius:4px}.cf-pages li:last-child>a,.cf-pages li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.cf-pages .active>a,.cf-pages .active>span,.cf-pages .active>a:hover,.cf-pages .active>span:hover,.cf-pages .active>a:focus,.cf-pages .active>span:focus{color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.cf-pages .disabled>span,.cf-pages .disabled>span:hover,.cf-pages .disabled>span:focus,.cf-pages .disabled>a,.cf-pages .disabled>a:hover,.cf-pages .disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#d5d5d5}.cf-admin-group-permission{border-bottom:2px solid #c4d4da;padding-bottom:1em;margin-bottom:1em}.cf-admin-group-permission:last-of-type{border-bottom:none}.cf-thread-list{display:inline-block;min-width:45em}.cf-thread-list .cf-message-header,.cf-thread-list .cf-cite .cf-cite-header,.cf-cite .cf-thread-list .cf-cite-header,.cf-thread-list .cf-cite .cf-cite-footer,.cf-cite .cf-thread-list .cf-cite-footer,.cf-thread-list .cf-event header,.cf-event .cf-thread-list header,.cf-thread-list .cf-mail-header{display:inline-flex;flex-wrap:nowrap;align-items:baseline;white-space:nowrap}.cf-thread-list .cf-message-header .details,.cf-thread-list .cf-cite .cf-cite-header .details,.cf-cite .cf-thread-list .cf-cite-header .details,.cf-thread-list .cf-cite .cf-cite-footer .details,.cf-cite .cf-thread-list .cf-cite-footer .details,.cf-thread-list .cf-event header .details,.cf-event .cf-thread-list header .details,.cf-thread-list .cf-mail-header .details{flex:1 1 auto}.cf-thread-list .cf-message-header .cf-thread-forum-plate,.cf-thread-list .cf-cite .cf-cite-header .cf-thread-forum-plate,.cf-cite .cf-thread-list .cf-cite-header .cf-thread-forum-plate,.cf-thread-list .cf-cite .cf-cite-footer .cf-thread-forum-plate,.cf-cite .cf-thread-list .cf-cite-footer .cf-thread-forum-plate,.cf-thread-list .cf-event header .cf-thread-forum-plate,.cf-event .cf-thread-list header .cf-thread-forum-plate,.cf-thread-list .cf-mail-header .cf-thread-forum-plate{padding:0 .5em;margin-bottom:.3em}.cf-thread-list .cf-message-header h2,.cf-thread-list .cf-cite .cf-cite-header h2,.cf-cite .cf-thread-list .cf-cite-header h2,.cf-thread-list .cf-cite .cf-cite-footer h2,.cf-cite .cf-thread-list .cf-cite-footer h2,.cf-thread-list .cf-event header h2,.cf-event .cf-thread-list header h2,.cf-thread-list .cf-mail-header h2,.cf-thread-list .cf-message-header h3,.cf-thread-list .cf-cite .cf-cite-header h3,.cf-cite .cf-thread-list .cf-cite-header h3,.cf-thread-list .cf-cite .cf-cite-footer h3,.cf-cite .cf-thread-list .cf-cite-footer h3,.cf-thread-list .cf-event header h3,.cf-event .cf-thread-list header h3,.cf-thread-list .cf-mail-header h3{margin-right:.5em}.cf-thread-list .cf-message-header time,.cf-thread-list .cf-cite .cf-cite-header time,.cf-cite .cf-thread-list .cf-cite-header time,.cf-thread-list .cf-cite .cf-cite-footer time,.cf-cite .cf-thread-list .cf-cite-footer time,.cf-thread-list .cf-event header time,.cf-event .cf-thread-list header time,.cf-thread-list .cf-mail-header time{margin-right:.5em}.cf-thread-list .cf-thread>.cf-message-header,.cf-thread-list .cf-cite .cf-thread>.cf-cite-header,.cf-cite .cf-thread-list .cf-thread>.cf-cite-header,.cf-thread-list .cf-cite .cf-thread>.cf-cite-footer,.cf-cite .cf-thread-list .cf-thread>.cf-cite-footer,.cf-thread-list .cf-event .cf-thread>header,.cf-event .cf-thread-list .cf-thread>header,.cf-thread-list .cf-thread>.cf-mail-header{display:flex}.cf-thread-list ol{overflow:hidden}.cf-thread-list ol li.cf-message-answers:before{content:"";font-size:1.6px;font-size:0rem;vertical-align:top;padding:500% .1rem 0;margin-right:1rem}.cf-thread-list li.cf-message-answers{background:url("/images/posting-pfeil1-fe589a1e26e311c1a10e996aa0477731.png?vsn=d") no-repeat 0 -0.5em}.cf-thread-list article ol li.cf-message-answers:only-child{background:none}.cf-thread-list ol li.cf-message-answers:last-child:before{background:url("/images/posting-linie-461848c9c146706b5f1ce6ece7c1faa2.png?vsn=d") repeat-y left top}.cf-thread-list ol li.cf-message-answers:first-child:before{background-image:none}.cf-thread{background:#f1f3f4;margin-bottom:.75em;border:1px solid #d5d5d5;border-radius:0px .5em .5em;padding:.35em 1em 0 .5em;position:relative}.cf-thread ol{list-style-type:none}.cf-thread ol li{padding:0;margin:0}.cf-thread>ol{background:#fff;border-radius:0px .5em .5em;margin:0 -1em 0 -0.5em;padding:.25em 1.5em .5em 1em}.cf-thread li ol{margin-left:-0.75em;padding-left:1.5em}.cf-thread .admin-infos{font-size:70%}.cf-thread .thread-marker-icons{position:absolute;left:.2em;top:-0.7em}.cf-thread .thread-marker-icons svg{width:1.1em;height:1.1em}.cf-thread .thread-marker-icons .has-interesting-icon{color:#8db243;fill:#8db243}.cf-thread .thread-marker-icons .sticky-icon{color:#990909;fill:#990909}.cf-thread .thread-marker-icons .no-archive-icon{color:#999;fill:#999}.cf-thread svg.new-svg{color:#df6c20;fill:#df6c20;margin-left:.5em}.cf-thread.closed ol{display:none}.cf-older-entries-archive{font-style:italic}@media only screen and (min-width: 35em){.cf-thread{min-width:44em}.cf-thread ol .cf-message-header .author,.cf-thread ol .cf-cite .cf-cite-header .author,.cf-cite .cf-thread ol .cf-cite-header .author,.cf-thread ol .cf-cite .cf-cite-footer .author,.cf-cite .cf-thread ol .cf-cite-footer .author,.cf-thread ol .cf-event header .author,.cf-event .cf-thread ol header .author,.cf-thread ol .cf-mail-header .author{padding-left:0}.cf-thread>ol{padding-left:4.5em}.cf-thread li ol{padding-left:2.5em}.cf-thread.accepted,.cf-thread.reference{min-width:0}}.cf-message-header,.cf-cite .cf-cite-header,.cf-cite .cf-cite-footer,.cf-event header,.cf-mail-header{line-height:1.6em}.cf-message-header h2,.cf-cite .cf-cite-header h2,.cf-cite .cf-cite-footer h2,.cf-event header h2,.cf-mail-header h2,.cf-message-header h3,.cf-cite .cf-cite-header h3,.cf-cite .cf-cite-footer h3,.cf-event header h3,.cf-mail-header h3{font-size:1em;display:inline;line-height:inherit;margin:0;font-weight:bold;border:0}.cf-message-header h2 .draft,.cf-cite .cf-cite-header h2 .draft,.cf-cite .cf-cite-footer h2 .draft,.cf-event header h2 .draft,.cf-mail-header h2 .draft,.cf-message-header h3 .draft,.cf-cite .cf-cite-header h3 .draft,.cf-cite .cf-cite-footer h3 .draft,.cf-event header h3 .draft,.cf-mail-header h3 .draft{font-style:italic;font-size:.8em}.cf-message-header .details,.cf-cite .cf-cite-header .details,.cf-cite .cf-cite-footer .details,.cf-event header .details,.cf-mail-header .details{display:inline;list-style-type:none;margin-left:0;font-size:1em}.cf-message-header .author,.cf-cite .cf-cite-header .author,.cf-cite .cf-cite-footer .author,.cf-event header .author,.cf-mail-header .author,.cf-message-header .author a:link,.cf-cite .cf-cite-header .author a:link,.cf-cite .cf-cite-footer .author a:link,.cf-event header .author a:link,.cf-mail-header .author a:link,.cf-message-header .author a:visited,.cf-cite .cf-cite-header .author a:visited,.cf-cite .cf-cite-footer .author a:visited,.cf-event header .author a:visited,.cf-mail-header .author a:visited{white-space:nowrap;font-weight:bold;color:#5d7380}.cf-message-header .author a:focus,.cf-cite .cf-cite-header .author a:focus,.cf-cite .cf-cite-footer .author a:focus,.cf-event header .author a:focus,.cf-mail-header .author a:focus,.cf-message-header .author a:hover,.cf-cite .cf-cite-header .author a:hover,.cf-cite .cf-cite-footer .author a:hover,.cf-event header .author a:hover,.cf-mail-header .author a:hover,.cf-message-header .author a:active,.cf-cite .cf-cite-header .author a:active,.cf-cite .cf-cite-footer .author a:active,.cf-event header .author a:active,.cf-mail-header .author a:active{color:#990909}.cf-message-header.highlighted-user .author a,.cf-cite .highlighted-user.cf-cite-header .author a,.cf-cite .highlighted-user.cf-cite-footer .author a,.cf-event header.highlighted-user .author a,.highlighted-user.cf-mail-header .author a,.cf-message-header.highlighted-user .author,.cf-cite .highlighted-user.cf-cite-header .author,.cf-cite .highlighted-user.cf-cite-footer .author,.cf-event header.highlighted-user .author,.highlighted-user.cf-mail-header .author{color:#8ab337}.cf-message-header.highlighted-self .author a,.cf-cite .highlighted-self.cf-cite-header .author a,.cf-cite .highlighted-self.cf-cite-footer .author a,.cf-event header.highlighted-self .author a,.highlighted-self.cf-mail-header .author a,.cf-message-header.highlighted-self .author,.cf-cite .highlighted-self.cf-cite-header .author,.cf-cite .highlighted-self.cf-cite-footer .author,.cf-event header.highlighted-self .author,.highlighted-self.cf-mail-header .author{color:#c32e04}.cf-message-header.visited.highlighted-user .author a,.cf-cite .visited.highlighted-user.cf-cite-header .author a,.cf-cite .visited.highlighted-user.cf-cite-footer .author a,.cf-event header.visited.highlighted-user .author a,.visited.highlighted-user.cf-mail-header .author a,.cf-message-header.visited.highlighted-user .author,.cf-cite .visited.highlighted-user.cf-cite-header .author,.cf-cite .visited.highlighted-user.cf-cite-footer .author,.cf-event header.visited.highlighted-user .author,.visited.highlighted-user.cf-mail-header .author{color:#bdd886}.cf-message-header.visited.highlighted-self .author a,.cf-cite .visited.highlighted-self.cf-cite-header .author a,.cf-cite .visited.highlighted-self.cf-cite-footer .author a,.cf-event header.visited.highlighted-self .author a,.visited.highlighted-self.cf-mail-header .author a,.cf-message-header.visited.highlighted-self .author,.cf-cite .visited.highlighted-self.cf-cite-header .author,.cf-cite .visited.highlighted-self.cf-cite-footer .author,.cf-event header.visited.highlighted-self .author,.visited.highlighted-self.cf-mail-header .author{color:#d37b6d}.cf-message-header .author-infos .author-homepage span,.cf-cite .cf-cite-header .author-infos .author-homepage span,.cf-cite .cf-cite-footer .author-infos .author-homepage span,.cf-event header .author-infos .author-homepage span,.cf-mail-header .author-infos .author-homepage span,.cf-message-header .author-infos .author-email span,.cf-cite .cf-cite-header .author-infos .author-email span,.cf-cite .cf-cite-footer .author-infos .author-email span,.cf-event header .author-infos .author-email span,.cf-mail-header .author-infos .author-email span{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.cf-message-header .votes,.cf-cite .cf-cite-header .votes,.cf-cite .cf-cite-footer .votes,.cf-event header .votes,.cf-mail-header .votes,.cf-message-header .num-infos,.cf-cite .cf-cite-header .num-infos,.cf-cite .cf-cite-footer .num-infos,.cf-event header .num-infos,.cf-mail-header .num-infos{display:inline-block;color:#8a9da8;font-size:.9em;cursor:default}.cf-message-header .num-infos:before,.cf-cite .cf-cite-header .num-infos:before,.cf-cite .cf-cite-footer .num-infos:before,.cf-event header .num-infos:before,.cf-mail-header .num-infos:before,.cf-message-header .num-unread:before,.cf-cite .cf-cite-header .num-unread:before,.cf-cite .cf-cite-footer .num-unread:before,.cf-event header .num-unread:before,.cf-mail-header .num-unread:before{content:"|";color:#999;opacity:.5;margin-left:-0.3em;margin-right:.2em}.cf-message-header .votes,.cf-cite .cf-cite-header .votes,.cf-cite .cf-cite-footer .votes,.cf-event header .votes,.cf-mail-header .votes{margin-right:.5em;text-align:right}.cf-message-header .num-infos,.cf-cite .cf-cite-header .num-infos,.cf-cite .cf-cite-footer .num-infos,.cf-event header .num-infos,.cf-mail-header .num-infos{margin-right:.5rem}.cf-message-header.deleted h2,.cf-cite .deleted.cf-cite-header h2,.cf-cite .deleted.cf-cite-footer h2,.cf-event header.deleted h2,.deleted.cf-mail-header h2,.cf-message-header.deleted h2 a,.cf-cite .deleted.cf-cite-header h2 a,.cf-cite .deleted.cf-cite-footer h2 a,.cf-event header.deleted h2 a,.deleted.cf-mail-header h2 a,.cf-message-header.deleted h3,.cf-cite .deleted.cf-cite-header h3,.cf-cite .deleted.cf-cite-footer h3,.cf-event header.deleted h3,.deleted.cf-mail-header h3,.cf-message-header.deleted h3 a,.cf-cite .deleted.cf-cite-header h3 a,.cf-cite .deleted.cf-cite-footer h3 a,.cf-event header.deleted h3 a,.deleted.cf-mail-header h3 a,.cf-message-header.deleted .details,.cf-cite .deleted.cf-cite-header .details,.cf-cite .deleted.cf-cite-footer .details,.cf-event header.deleted .details,.deleted.cf-mail-header .details,.cf-message-header.deleted .details a,.cf-cite .deleted.cf-cite-header .details a,.cf-cite .deleted.cf-cite-footer .details a,.cf-event header.deleted .details a,.deleted.cf-mail-header .details a{color:darkred;text-decoration:line-through}.cf-message-header .registered-user img,.cf-cite .cf-cite-header .registered-user img,.cf-cite .cf-cite-footer .registered-user img,.cf-event header .registered-user img,.cf-mail-header .registered-user img{max-height:.9em}.cf-message-header .cf-thread-forum-plate,.cf-cite .cf-cite-header .cf-thread-forum-plate,.cf-cite .cf-cite-footer .cf-thread-forum-plate,.cf-event header .cf-thread-forum-plate,.cf-mail-header .cf-thread-forum-plate{font-size:90%;font-weight:bold;background-color:#9aaab3;border-radius:0 .3em .3em .3em;padding:.2em .6em .15em;color:#fff;margin-right:.5em}.cf-message-header .cf-thread-forum-plate:link,.cf-cite .cf-cite-header .cf-thread-forum-plate:link,.cf-cite .cf-cite-footer .cf-thread-forum-plate:link,.cf-event header .cf-thread-forum-plate:link,.cf-mail-header .cf-thread-forum-plate:link,.cf-message-header .cf-thread-forum-plate:visited,.cf-cite .cf-cite-header .cf-thread-forum-plate:visited,.cf-cite .cf-cite-footer .cf-thread-forum-plate:visited,.cf-event header .cf-thread-forum-plate:visited,.cf-mail-header .cf-thread-forum-plate:visited{color:#fff}.cf-message-header.visited,.cf-cite .visited.cf-cite-header,.cf-cite .visited.cf-cite-footer,.cf-event header.visited,.visited.cf-mail-header,.cf-message-header.visited a,.cf-cite .visited.cf-cite-header a,.cf-cite .visited.cf-cite-footer a,.cf-event header.visited a,.visited.cf-mail-header a,.cf-message-header a:visited,.cf-cite .cf-cite-header a:visited,.cf-cite .cf-cite-footer a:visited,.cf-event header a:visited,.cf-mail-header a:visited{color:#999;fill:#999}.cf-message-header.visited:hover,.cf-cite .visited.cf-cite-header:hover,.cf-cite .visited.cf-cite-footer:hover,.cf-event header.visited:hover,.visited.cf-mail-header:hover,.cf-message-header.visited a:hover,.cf-cite .visited.cf-cite-header a:hover,.cf-cite .visited.cf-cite-footer a:hover,.cf-event header.visited a:hover,.visited.cf-mail-header a:hover,.cf-message-header a:visited:hover,.cf-cite .cf-cite-header a:visited:hover,.cf-cite .cf-cite-footer a:visited:hover,.cf-event header a:visited:hover,.cf-mail-header a:visited:hover,.cf-message-header.visited:active,.cf-cite .visited.cf-cite-header:active,.cf-cite .visited.cf-cite-footer:active,.cf-event header.visited:active,.visited.cf-mail-header:active,.cf-message-header.visited a:active,.cf-cite .visited.cf-cite-header a:active,.cf-cite .visited.cf-cite-footer a:active,.cf-event header.visited a:active,.visited.cf-mail-header a:active,.cf-message-header a:visited:active,.cf-cite .cf-cite-header a:visited:active,.cf-cite .cf-cite-footer a:visited:active,.cf-event header a:visited:active,.cf-mail-header a:visited:active,.cf-message-header.visited:focus,.cf-cite .visited.cf-cite-header:focus,.cf-cite .visited.cf-cite-footer:focus,.cf-event header.visited:focus,.visited.cf-mail-header:focus,.cf-message-header.visited a:focus,.cf-cite .visited.cf-cite-header a:focus,.cf-cite .visited.cf-cite-footer a:focus,.cf-event header.visited a:focus,.visited.cf-mail-header a:focus,.cf-message-header a:visited:focus,.cf-cite .cf-cite-header a:visited:focus,.cf-cite .cf-cite-footer a:visited:focus,.cf-event header a:visited:focus,.cf-mail-header a:visited:focus{color:#990909;fill:#990909}.cf-message-header.active,.cf-cite .active.cf-cite-header,.cf-cite .active.cf-cite-footer,.cf-event header.active,.active.cf-mail-header,.cf-message-header.active a,.cf-cite .active.cf-cite-header a,.cf-cite .active.cf-cite-footer a,.cf-event header.active a,.active.cf-mail-header a,.cf-message-header.visited.active,.cf-message-header.visited.active a,.cf-message-header.active .author,.cf-cite .active.cf-cite-header .author,.cf-cite .active.cf-cite-footer .author,.cf-event header.active .author,.active.cf-mail-header .author,.cf-message-header.active.visited .author,.cf-message-header.active .author a,.cf-message-header.active.visited .author a{font-weight:bold;color:#00a1e2;fill:#00a1e2}.cf-message-header h2 a,.cf-cite .cf-cite-header h2 a,.cf-cite .cf-cite-footer h2 a,.cf-event header h2 a,.cf-mail-header h2 a{font-weight:bold}.cf-message-header .thread-icons,.cf-cite .cf-cite-header .thread-icons,.cf-cite .cf-cite-footer .thread-icons,.cf-event header .thread-icons,.cf-mail-header .thread-icons,.cf-message-header .message-icons,.cf-cite .cf-cite-header .message-icons,.cf-cite .cf-cite-footer .message-icons,.cf-event header .message-icons,.cf-mail-header .message-icons{margin-right:.5rem}.cf-message-header .thread-icons .icon-button,.cf-cite .cf-cite-header .thread-icons .icon-button,.cf-cite .cf-cite-footer .thread-icons .icon-button,.cf-event header .thread-icons .icon-button,.cf-mail-header .thread-icons .icon-button,.cf-message-header .message-icons .icon-button,.cf-cite .cf-cite-header .message-icons .icon-button,.cf-cite .cf-cite-footer .message-icons .icon-button,.cf-event header .message-icons .icon-button,.cf-mail-header .message-icons .icon-button{border:0;padding:0;margin:0;background-color:rgba(0,0,0,0);color:#3481cd;fill:#3481cd;cursor:pointer}.cf-message-header .thread-icons .icon-button:hover,.cf-cite .cf-cite-header .thread-icons .icon-button:hover,.cf-cite .cf-cite-footer .thread-icons .icon-button:hover,.cf-event header .thread-icons .icon-button:hover,.cf-mail-header .thread-icons .icon-button:hover,.cf-message-header .thread-icons .icon-button:active,.cf-cite .cf-cite-header .thread-icons .icon-button:active,.cf-cite .cf-cite-footer .thread-icons .icon-button:active,.cf-event header .thread-icons .icon-button:active,.cf-mail-header .thread-icons .icon-button:active,.cf-message-header .thread-icons .icon-button:focus,.cf-cite .cf-cite-header .thread-icons .icon-button:focus,.cf-cite .cf-cite-footer .thread-icons .icon-button:focus,.cf-event header .thread-icons .icon-button:focus,.cf-mail-header .thread-icons .icon-button:focus,.cf-message-header .message-icons .icon-button:hover,.cf-cite .cf-cite-header .message-icons .icon-button:hover,.cf-cite .cf-cite-footer .message-icons .icon-button:hover,.cf-event header .message-icons .icon-button:hover,.cf-mail-header .message-icons .icon-button:hover,.cf-message-header .message-icons .icon-button:active,.cf-cite .cf-cite-header .message-icons .icon-button:active,.cf-cite .cf-cite-footer .message-icons .icon-button:active,.cf-event header .message-icons .icon-button:active,.cf-mail-header .message-icons .icon-button:active,.cf-message-header .message-icons .icon-button:focus,.cf-cite .cf-cite-header .message-icons .icon-button:focus,.cf-cite .cf-cite-footer .message-icons .icon-button:focus,.cf-event header .message-icons .icon-button:focus,.cf-mail-header .message-icons .icon-button:focus{color:#990909;fill:#990909}.cf-message-header .thread-icons .icon-button:visited,.cf-cite .cf-cite-header .thread-icons .icon-button:visited,.cf-cite .cf-cite-footer .thread-icons .icon-button:visited,.cf-event header .thread-icons .icon-button:visited,.cf-mail-header .thread-icons .icon-button:visited,.cf-message-header .thread-icons .icon-button svg:visited,.cf-cite .cf-cite-header .thread-icons .icon-button svg:visited,.cf-cite .cf-cite-footer .thread-icons .icon-button svg:visited,.cf-event header .thread-icons .icon-button svg:visited,.cf-mail-header .thread-icons .icon-button svg:visited,.cf-message-header .message-icons .icon-button:visited,.cf-cite .cf-cite-header .message-icons .icon-button:visited,.cf-cite .cf-cite-footer .message-icons .icon-button:visited,.cf-event header .message-icons .icon-button:visited,.cf-mail-header .message-icons .icon-button:visited,.cf-message-header .message-icons .icon-button svg:visited,.cf-cite .cf-cite-header .message-icons .icon-button svg:visited,.cf-cite .cf-cite-footer .message-icons .icon-button svg:visited,.cf-event header .message-icons .icon-button svg:visited,.cf-mail-header .message-icons .icon-button svg:visited{color:#999;fill:#999}.cf-message-header.visited .thread-icons .icon-button,.cf-cite .visited.cf-cite-header .thread-icons .icon-button,.cf-cite .visited.cf-cite-footer .thread-icons .icon-button,.cf-event header.visited .thread-icons .icon-button,.visited.cf-mail-header .thread-icons .icon-button,.cf-message-header.visited .message-icons .icon-button,.cf-cite .visited.cf-cite-header .message-icons .icon-button,.cf-cite .visited.cf-cite-footer .message-icons .icon-button,.cf-event header.visited .message-icons .icon-button,.visited.cf-mail-header .message-icons .icon-button{color:#999;fill:#999}.cf-message-header.visited .thread-icons .icon-button:hover,.cf-cite .visited.cf-cite-header .thread-icons .icon-button:hover,.cf-cite .visited.cf-cite-footer .thread-icons .icon-button:hover,.cf-event header.visited .thread-icons .icon-button:hover,.visited.cf-mail-header .thread-icons .icon-button:hover,.cf-message-header.visited .thread-icons .icon-button:active,.cf-cite .visited.cf-cite-header .thread-icons .icon-button:active,.cf-cite .visited.cf-cite-footer .thread-icons .icon-button:active,.cf-event header.visited .thread-icons .icon-button:active,.visited.cf-mail-header .thread-icons .icon-button:active,.cf-message-header.visited .thread-icons .icon-button:focus,.cf-cite .visited.cf-cite-header .thread-icons .icon-button:focus,.cf-cite .visited.cf-cite-footer .thread-icons .icon-button:focus,.cf-event header.visited .thread-icons .icon-button:focus,.visited.cf-mail-header .thread-icons .icon-button:focus,.cf-message-header.visited .message-icons .icon-button:hover,.cf-cite .visited.cf-cite-header .message-icons .icon-button:hover,.cf-cite .visited.cf-cite-footer .message-icons .icon-button:hover,.cf-event header.visited .message-icons .icon-button:hover,.visited.cf-mail-header .message-icons .icon-button:hover,.cf-message-header.visited .message-icons .icon-button:active,.cf-cite .visited.cf-cite-header .message-icons .icon-button:active,.cf-cite .visited.cf-cite-footer .message-icons .icon-button:active,.cf-event header.visited .message-icons .icon-button:active,.visited.cf-mail-header .message-icons .icon-button:active,.cf-message-header.visited .message-icons .icon-button:focus,.cf-cite .visited.cf-cite-header .message-icons .icon-button:focus,.cf-cite .visited.cf-cite-footer .message-icons .icon-button:focus,.cf-event header.visited .message-icons .icon-button:focus,.visited.cf-mail-header .message-icons .icon-button:focus{color:#990909;fill:#990909}.cf-message-header .icon-message.boring,.cf-cite .cf-cite-header .icon-message.boring,.cf-cite .cf-cite-footer .icon-message.boring,.cf-event header .icon-message.boring,.cf-mail-header .icon-message.boring{color:#8db243;fill:#8db243}.cf-message-header .versions,.cf-cite .cf-cite-header .versions,.cf-cite .cf-cite-footer .versions,.cf-event header .versions,.cf-mail-header .versions{margin-right:.5em}.cf-message-header .edited-by,.cf-cite .cf-cite-header .edited-by,.cf-cite .cf-cite-footer .edited-by,.cf-event header .edited-by,.cf-mail-header .edited-by{font-style:italic}.cf-thread-message .cf-message-header h2 a,.cf-moderation-queue-entry .cf-message-header h2 a,.cf-thread-message .cf-cite .cf-cite-header h2 a,.cf-moderation-queue-entry .cf-cite .cf-cite-header h2 a,.cf-cite .cf-thread-message .cf-cite-header h2 a,.cf-cite .cf-moderation-queue-entry .cf-cite-header h2 a,.cf-thread-message .cf-cite .cf-cite-footer h2 a,.cf-moderation-queue-entry .cf-cite .cf-cite-footer h2 a,.cf-cite .cf-thread-message .cf-cite-footer h2 a,.cf-cite .cf-moderation-queue-entry .cf-cite-footer h2 a,.cf-cite .cf-message-header h2 a,.cf-cite .cf-cite-header h2 a,.cf-cite .cf-cite-footer h2 a,.cf-event .cf-message-header h2 a,.cf-event .cf-cite .cf-cite-header h2 a,.cf-cite .cf-event .cf-cite-header h2 a,.cf-event .cf-cite .cf-cite-footer h2 a,.cf-cite .cf-event .cf-cite-footer h2 a,.cf-event header h2 a,.cf-thread-message .cf-mail-header h2 a,.cf-moderation-queue-entry .cf-mail-header h2 a,.cf-cite .cf-mail-header h2 a,.cf-event .cf-mail-header h2 a,.cf-mail .cf-message-header h2 a,.cf-mail .cf-cite .cf-cite-header h2 a,.cf-cite .cf-mail .cf-cite-header h2 a,.cf-mail .cf-cite .cf-cite-footer h2 a,.cf-cite .cf-mail .cf-cite-footer h2 a,.cf-mail .cf-mail-header h2 a,.cf-thread-message .cf-message-header h3 a,.cf-moderation-queue-entry .cf-message-header h3 a,.cf-thread-message .cf-cite .cf-cite-header h3 a,.cf-moderation-queue-entry .cf-cite .cf-cite-header h3 a,.cf-cite .cf-thread-message .cf-cite-header h3 a,.cf-cite .cf-moderation-queue-entry .cf-cite-header h3 a,.cf-thread-message .cf-cite .cf-cite-footer h3 a,.cf-moderation-queue-entry .cf-cite .cf-cite-footer h3 a,.cf-cite .cf-thread-message .cf-cite-footer h3 a,.cf-cite .cf-moderation-queue-entry .cf-cite-footer h3 a,.cf-cite .cf-message-header h3 a,.cf-cite .cf-cite-header h3 a,.cf-cite .cf-cite-footer h3 a,.cf-event .cf-message-header h3 a,.cf-event .cf-cite .cf-cite-header h3 a,.cf-cite .cf-event .cf-cite-header h3 a,.cf-event .cf-cite .cf-cite-footer h3 a,.cf-cite .cf-event .cf-cite-footer h3 a,.cf-event header h3 a,.cf-thread-message .cf-mail-header h3 a,.cf-moderation-queue-entry .cf-mail-header h3 a,.cf-cite .cf-mail-header h3 a,.cf-event .cf-mail-header h3 a,.cf-mail .cf-message-header h3 a,.cf-mail .cf-cite .cf-cite-header h3 a,.cf-cite .cf-mail .cf-cite-header h3 a,.cf-mail .cf-cite .cf-cite-footer h3 a,.cf-cite .cf-mail .cf-cite-footer h3 a,.cf-mail .cf-mail-header h3 a,.cf-thread-message .cf-message-header .details a.version-link,.cf-moderation-queue-entry .cf-message-header .details a.version-link,.cf-thread-message .cf-cite .cf-cite-header .details a.version-link,.cf-moderation-queue-entry .cf-cite .cf-cite-header .details a.version-link,.cf-cite .cf-thread-message .cf-cite-header .details a.version-link,.cf-cite .cf-moderation-queue-entry .cf-cite-header .details a.version-link,.cf-thread-message .cf-cite .cf-cite-footer .details a.version-link,.cf-moderation-queue-entry .cf-cite .cf-cite-footer .details a.version-link,.cf-cite .cf-thread-message .cf-cite-footer .details a.version-link,.cf-cite .cf-moderation-queue-entry .cf-cite-footer .details a.version-link,.cf-cite .cf-message-header .details a.version-link,.cf-cite .cf-cite-header .details a.version-link,.cf-cite .cf-cite-footer .details a.version-link,.cf-event .cf-message-header .details a.version-link,.cf-event .cf-cite .cf-cite-header .details a.version-link,.cf-cite .cf-event .cf-cite-header .details a.version-link,.cf-event .cf-cite .cf-cite-footer .details a.version-link,.cf-cite .cf-event .cf-cite-footer .details a.version-link,.cf-event header .details a.version-link,.cf-thread-message .cf-mail-header .details a.version-link,.cf-moderation-queue-entry .cf-mail-header .details a.version-link,.cf-cite .cf-mail-header .details a.version-link,.cf-event .cf-mail-header .details a.version-link,.cf-mail .cf-message-header .details a.version-link,.cf-mail .cf-cite .cf-cite-header .details a.version-link,.cf-cite .cf-mail .cf-cite-header .details a.version-link,.cf-mail .cf-cite .cf-cite-footer .details a.version-link,.cf-cite .cf-mail .cf-cite-footer .details a.version-link,.cf-mail .cf-mail-header .details a.version-link,.cf-thread-message .cf-message-header.visited h2 a,.cf-moderation-queue-entry .cf-message-header.visited h2 a,.cf-thread-message .cf-cite .visited.cf-cite-header h2 a,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header h2 a,.cf-cite .cf-thread-message .visited.cf-cite-header h2 a,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header h2 a,.cf-thread-message .cf-cite .visited.cf-cite-footer h2 a,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer h2 a,.cf-cite .cf-thread-message .visited.cf-cite-footer h2 a,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer h2 a,.cf-thread-message .cf-message-header.visited h3 a,.cf-moderation-queue-entry .cf-message-header.visited h3 a,.cf-thread-message .cf-cite .visited.cf-cite-header h3 a,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header h3 a,.cf-cite .cf-thread-message .visited.cf-cite-header h3 a,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header h3 a,.cf-thread-message .cf-cite .visited.cf-cite-footer h3 a,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer h3 a,.cf-cite .cf-thread-message .visited.cf-cite-footer h3 a,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer h3 a,.cf-thread-message .cf-message-header.visited .details a.versions,.cf-moderation-queue-entry .cf-message-header.visited .details a.versions,.cf-thread-message .cf-cite .visited.cf-cite-header .details a.versions,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header .details a.versions,.cf-cite .cf-thread-message .visited.cf-cite-header .details a.versions,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header .details a.versions,.cf-thread-message .cf-cite .visited.cf-cite-footer .details a.versions,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer .details a.versions,.cf-cite .cf-thread-message .visited.cf-cite-footer .details a.versions,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer .details a.versions,.cf-cite .cf-message-header.visited .details a.versions,.cf-cite .visited.cf-cite-header .details a.versions,.cf-cite .visited.cf-cite-footer .details a.versions,.cf-event .cf-message-header.visited .details a.versions,.cf-event .cf-cite .visited.cf-cite-header .details a.versions,.cf-cite .cf-event .visited.cf-cite-header .details a.versions,.cf-event .cf-cite .visited.cf-cite-footer .details a.versions,.cf-cite .cf-event .visited.cf-cite-footer .details a.versions,.cf-event header.visited .details a.versions,.cf-thread-message .visited.cf-mail-header .details a.versions,.cf-moderation-queue-entry .visited.cf-mail-header .details a.versions,.cf-cite .visited.cf-mail-header .details a.versions,.cf-event .visited.cf-mail-header .details a.versions,.cf-mail .cf-message-header.visited .details a.versions,.cf-mail .cf-cite .visited.cf-cite-header .details a.versions,.cf-cite .cf-mail .visited.cf-cite-header .details a.versions,.cf-mail .cf-cite .visited.cf-cite-footer .details a.versions,.cf-cite .cf-mail .visited.cf-cite-footer .details a.versions,.cf-mail .visited.cf-mail-header .details a.versions{color:#3481cd}.cf-thread-message .cf-message-header h2 a:hover,.cf-moderation-queue-entry .cf-message-header h2 a:hover,.cf-thread-message .cf-cite .cf-cite-header h2 a:hover,.cf-moderation-queue-entry .cf-cite .cf-cite-header h2 a:hover,.cf-cite .cf-thread-message .cf-cite-header h2 a:hover,.cf-cite .cf-moderation-queue-entry .cf-cite-header h2 a:hover,.cf-thread-message .cf-cite .cf-cite-footer h2 a:hover,.cf-moderation-queue-entry .cf-cite .cf-cite-footer h2 a:hover,.cf-cite .cf-thread-message .cf-cite-footer h2 a:hover,.cf-cite .cf-moderation-queue-entry .cf-cite-footer h2 a:hover,.cf-cite .cf-message-header h2 a:hover,.cf-cite .cf-cite-header h2 a:hover,.cf-cite .cf-cite-footer h2 a:hover,.cf-thread-message .cf-event header h2 a:hover,.cf-moderation-queue-entry .cf-event header h2 a:hover,.cf-cite .cf-event header h2 a:hover,.cf-event .cf-thread-message header h2 a:hover,.cf-event .cf-moderation-queue-entry header h2 a:hover,.cf-event .cf-cite header h2 a:hover,.cf-event .cf-message-header h2 a:hover,.cf-event .cf-cite .cf-cite-header h2 a:hover,.cf-cite .cf-event .cf-cite-header h2 a:hover,.cf-event .cf-cite .cf-cite-footer h2 a:hover,.cf-cite .cf-event .cf-cite-footer h2 a:hover,.cf-event header h2 a:hover,.cf-thread-message .cf-mail-header h2 a:hover,.cf-moderation-queue-entry .cf-mail-header h2 a:hover,.cf-cite .cf-mail-header h2 a:hover,.cf-event .cf-mail-header h2 a:hover,.cf-mail .cf-message-header h2 a:hover,.cf-mail .cf-cite .cf-cite-header h2 a:hover,.cf-cite .cf-mail .cf-cite-header h2 a:hover,.cf-mail .cf-cite .cf-cite-footer h2 a:hover,.cf-cite .cf-mail .cf-cite-footer h2 a:hover,.cf-mail .cf-event header h2 a:hover,.cf-event .cf-mail header h2 a:hover,.cf-mail .cf-mail-header h2 a:hover,.cf-thread-message .cf-message-header h3 a:hover,.cf-moderation-queue-entry .cf-message-header h3 a:hover,.cf-thread-message .cf-cite .cf-cite-header h3 a:hover,.cf-moderation-queue-entry .cf-cite .cf-cite-header h3 a:hover,.cf-cite .cf-thread-message .cf-cite-header h3 a:hover,.cf-cite .cf-moderation-queue-entry .cf-cite-header h3 a:hover,.cf-thread-message .cf-cite .cf-cite-footer h3 a:hover,.cf-moderation-queue-entry .cf-cite .cf-cite-footer h3 a:hover,.cf-cite .cf-thread-message .cf-cite-footer h3 a:hover,.cf-cite .cf-moderation-queue-entry .cf-cite-footer h3 a:hover,.cf-cite .cf-message-header h3 a:hover,.cf-cite .cf-cite-header h3 a:hover,.cf-cite .cf-cite-footer h3 a:hover,.cf-thread-message .cf-event header h3 a:hover,.cf-moderation-queue-entry .cf-event header h3 a:hover,.cf-cite .cf-event header h3 a:hover,.cf-event .cf-thread-message header h3 a:hover,.cf-event .cf-moderation-queue-entry header h3 a:hover,.cf-event .cf-cite header h3 a:hover,.cf-event .cf-message-header h3 a:hover,.cf-event .cf-cite .cf-cite-header h3 a:hover,.cf-cite .cf-event .cf-cite-header h3 a:hover,.cf-event .cf-cite .cf-cite-footer h3 a:hover,.cf-cite .cf-event .cf-cite-footer h3 a:hover,.cf-event header h3 a:hover,.cf-thread-message .cf-mail-header h3 a:hover,.cf-moderation-queue-entry .cf-mail-header h3 a:hover,.cf-cite .cf-mail-header h3 a:hover,.cf-event .cf-mail-header h3 a:hover,.cf-mail .cf-message-header h3 a:hover,.cf-mail .cf-cite .cf-cite-header h3 a:hover,.cf-cite .cf-mail .cf-cite-header h3 a:hover,.cf-mail .cf-cite .cf-cite-footer h3 a:hover,.cf-cite .cf-mail .cf-cite-footer h3 a:hover,.cf-mail .cf-event header h3 a:hover,.cf-event .cf-mail header h3 a:hover,.cf-mail .cf-mail-header h3 a:hover,.cf-thread-message .cf-message-header .details a.versions:hover,.cf-moderation-queue-entry .cf-message-header .details a.versions:hover,.cf-thread-message .cf-cite .cf-cite-header .details a.versions:hover,.cf-moderation-queue-entry .cf-cite .cf-cite-header .details a.versions:hover,.cf-cite .cf-thread-message .cf-cite-header .details a.versions:hover,.cf-cite .cf-moderation-queue-entry .cf-cite-header .details a.versions:hover,.cf-thread-message .cf-cite .cf-cite-footer .details a.versions:hover,.cf-moderation-queue-entry .cf-cite .cf-cite-footer .details a.versions:hover,.cf-cite .cf-thread-message .cf-cite-footer .details a.versions:hover,.cf-cite .cf-moderation-queue-entry .cf-cite-footer .details a.versions:hover,.cf-cite .cf-message-header .details a.versions:hover,.cf-cite .cf-cite-header .details a.versions:hover,.cf-cite .cf-cite-footer .details a.versions:hover,.cf-thread-message .cf-event header .details a.versions:hover,.cf-moderation-queue-entry .cf-event header .details a.versions:hover,.cf-cite .cf-event header .details a.versions:hover,.cf-event .cf-thread-message header .details a.versions:hover,.cf-event .cf-moderation-queue-entry header .details a.versions:hover,.cf-event .cf-cite header .details a.versions:hover,.cf-event .cf-message-header .details a.versions:hover,.cf-event .cf-cite .cf-cite-header .details a.versions:hover,.cf-cite .cf-event .cf-cite-header .details a.versions:hover,.cf-event .cf-cite .cf-cite-footer .details a.versions:hover,.cf-cite .cf-event .cf-cite-footer .details a.versions:hover,.cf-event header .details a.versions:hover,.cf-thread-message .cf-mail-header .details a.versions:hover,.cf-moderation-queue-entry .cf-mail-header .details a.versions:hover,.cf-cite .cf-mail-header .details a.versions:hover,.cf-event .cf-mail-header .details a.versions:hover,.cf-mail .cf-message-header .details a.versions:hover,.cf-mail .cf-cite .cf-cite-header .details a.versions:hover,.cf-cite .cf-mail .cf-cite-header .details a.versions:hover,.cf-mail .cf-cite .cf-cite-footer .details a.versions:hover,.cf-cite .cf-mail .cf-cite-footer .details a.versions:hover,.cf-mail .cf-event header .details a.versions:hover,.cf-event .cf-mail header .details a.versions:hover,.cf-mail .cf-mail-header .details a.versions:hover,.cf-thread-message .cf-message-header.visited h2 a:hover,.cf-moderation-queue-entry .cf-message-header.visited h2 a:hover,.cf-thread-message .cf-cite .visited.cf-cite-header h2 a:hover,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header h2 a:hover,.cf-cite .cf-thread-message .visited.cf-cite-header h2 a:hover,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header h2 a:hover,.cf-thread-message .cf-cite .visited.cf-cite-footer h2 a:hover,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer h2 a:hover,.cf-cite .cf-thread-message .visited.cf-cite-footer h2 a:hover,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer h2 a:hover,.cf-cite .cf-message-header.visited h2 a:hover,.cf-cite .visited.cf-cite-header h2 a:hover,.cf-cite .visited.cf-cite-footer h2 a:hover,.cf-thread-message .cf-event header.visited h2 a:hover,.cf-moderation-queue-entry .cf-event header.visited h2 a:hover,.cf-cite .cf-event header.visited h2 a:hover,.cf-event .cf-thread-message header.visited h2 a:hover,.cf-event .cf-moderation-queue-entry header.visited h2 a:hover,.cf-event .cf-cite header.visited h2 a:hover,.cf-thread-message .cf-message-header.visited h3 a:hover,.cf-moderation-queue-entry .cf-message-header.visited h3 a:hover,.cf-thread-message .cf-cite .visited.cf-cite-header h3 a:hover,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header h3 a:hover,.cf-cite .cf-thread-message .visited.cf-cite-header h3 a:hover,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header h3 a:hover,.cf-thread-message .cf-cite .visited.cf-cite-footer h3 a:hover,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer h3 a:hover,.cf-cite .cf-thread-message .visited.cf-cite-footer h3 a:hover,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer h3 a:hover,.cf-cite .cf-message-header.visited h3 a:hover,.cf-cite .visited.cf-cite-header h3 a:hover,.cf-cite .visited.cf-cite-footer h3 a:hover,.cf-thread-message .cf-event header.visited h3 a:hover,.cf-moderation-queue-entry .cf-event header.visited h3 a:hover,.cf-cite .cf-event header.visited h3 a:hover,.cf-event .cf-thread-message header.visited h3 a:hover,.cf-event .cf-moderation-queue-entry header.visited h3 a:hover,.cf-event .cf-cite header.visited h3 a:hover,.cf-thread-message .cf-message-header.visited .details a.version-link:hover,.cf-moderation-queue-entry .cf-message-header.visited .details a.version-link:hover,.cf-thread-message .cf-cite .visited.cf-cite-header .details a.version-link:hover,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header .details a.version-link:hover,.cf-cite .cf-thread-message .visited.cf-cite-header .details a.version-link:hover,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header .details a.version-link:hover,.cf-thread-message .cf-cite .visited.cf-cite-footer .details a.version-link:hover,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer .details a.version-link:hover,.cf-cite .cf-thread-message .visited.cf-cite-footer .details a.version-link:hover,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer .details a.version-link:hover,.cf-cite .cf-message-header.visited .details a.version-link:hover,.cf-cite .visited.cf-cite-header .details a.version-link:hover,.cf-cite .visited.cf-cite-footer .details a.version-link:hover,.cf-thread-message .cf-event header.visited .details a.version-link:hover,.cf-moderation-queue-entry .cf-event header.visited .details a.version-link:hover,.cf-cite .cf-event header.visited .details a.version-link:hover,.cf-event .cf-thread-message header.visited .details a.version-link:hover,.cf-event .cf-moderation-queue-entry header.visited .details a.version-link:hover,.cf-event .cf-cite header.visited .details a.version-link:hover,.cf-event .cf-message-header.visited .details a.version-link:hover,.cf-event .cf-cite .visited.cf-cite-header .details a.version-link:hover,.cf-cite .cf-event .visited.cf-cite-header .details a.version-link:hover,.cf-event .cf-cite .visited.cf-cite-footer .details a.version-link:hover,.cf-cite .cf-event .visited.cf-cite-footer .details a.version-link:hover,.cf-event header.visited .details a.version-link:hover,.cf-thread-message .visited.cf-mail-header .details a.version-link:hover,.cf-moderation-queue-entry .visited.cf-mail-header .details a.version-link:hover,.cf-cite .visited.cf-mail-header .details a.version-link:hover,.cf-event .visited.cf-mail-header .details a.version-link:hover,.cf-mail .cf-message-header.visited .details a.version-link:hover,.cf-mail .cf-cite .visited.cf-cite-header .details a.version-link:hover,.cf-cite .cf-mail .visited.cf-cite-header .details a.version-link:hover,.cf-mail .cf-cite .visited.cf-cite-footer .details a.version-link:hover,.cf-cite .cf-mail .visited.cf-cite-footer .details a.version-link:hover,.cf-mail .cf-event header.visited .details a.version-link:hover,.cf-event .cf-mail header.visited .details a.version-link:hover,.cf-mail .visited.cf-mail-header .details a.version-link:hover,.cf-thread-message .cf-message-header h2 a:active,.cf-moderation-queue-entry .cf-message-header h2 a:active,.cf-thread-message .cf-cite .cf-cite-header h2 a:active,.cf-moderation-queue-entry .cf-cite .cf-cite-header h2 a:active,.cf-cite .cf-thread-message .cf-cite-header h2 a:active,.cf-cite .cf-moderation-queue-entry .cf-cite-header h2 a:active,.cf-thread-message .cf-cite .cf-cite-footer h2 a:active,.cf-moderation-queue-entry .cf-cite .cf-cite-footer h2 a:active,.cf-cite .cf-thread-message .cf-cite-footer h2 a:active,.cf-cite .cf-moderation-queue-entry .cf-cite-footer h2 a:active,.cf-cite .cf-message-header h2 a:active,.cf-cite .cf-cite-header h2 a:active,.cf-cite .cf-cite-footer h2 a:active,.cf-thread-message .cf-event header h2 a:active,.cf-moderation-queue-entry .cf-event header h2 a:active,.cf-cite .cf-event header h2 a:active,.cf-event .cf-thread-message header h2 a:active,.cf-event .cf-moderation-queue-entry header h2 a:active,.cf-event .cf-cite header h2 a:active,.cf-event .cf-message-header h2 a:active,.cf-event .cf-cite .cf-cite-header h2 a:active,.cf-cite .cf-event .cf-cite-header h2 a:active,.cf-event .cf-cite .cf-cite-footer h2 a:active,.cf-cite .cf-event .cf-cite-footer h2 a:active,.cf-event header h2 a:active,.cf-thread-message .cf-mail-header h2 a:active,.cf-moderation-queue-entry .cf-mail-header h2 a:active,.cf-cite .cf-mail-header h2 a:active,.cf-event .cf-mail-header h2 a:active,.cf-mail .cf-message-header h2 a:active,.cf-mail .cf-cite .cf-cite-header h2 a:active,.cf-cite .cf-mail .cf-cite-header h2 a:active,.cf-mail .cf-cite .cf-cite-footer h2 a:active,.cf-cite .cf-mail .cf-cite-footer h2 a:active,.cf-mail .cf-event header h2 a:active,.cf-event .cf-mail header h2 a:active,.cf-mail .cf-mail-header h2 a:active,.cf-thread-message .cf-message-header h3 a:active,.cf-moderation-queue-entry .cf-message-header h3 a:active,.cf-thread-message .cf-cite .cf-cite-header h3 a:active,.cf-moderation-queue-entry .cf-cite .cf-cite-header h3 a:active,.cf-cite .cf-thread-message .cf-cite-header h3 a:active,.cf-cite .cf-moderation-queue-entry .cf-cite-header h3 a:active,.cf-thread-message .cf-cite .cf-cite-footer h3 a:active,.cf-moderation-queue-entry .cf-cite .cf-cite-footer h3 a:active,.cf-cite .cf-thread-message .cf-cite-footer h3 a:active,.cf-cite .cf-moderation-queue-entry .cf-cite-footer h3 a:active,.cf-cite .cf-message-header h3 a:active,.cf-cite .cf-cite-header h3 a:active,.cf-cite .cf-cite-footer h3 a:active,.cf-thread-message .cf-event header h3 a:active,.cf-moderation-queue-entry .cf-event header h3 a:active,.cf-cite .cf-event header h3 a:active,.cf-event .cf-thread-message header h3 a:active,.cf-event .cf-moderation-queue-entry header h3 a:active,.cf-event .cf-cite header h3 a:active,.cf-event .cf-message-header h3 a:active,.cf-event .cf-cite .cf-cite-header h3 a:active,.cf-cite .cf-event .cf-cite-header h3 a:active,.cf-event .cf-cite .cf-cite-footer h3 a:active,.cf-cite .cf-event .cf-cite-footer h3 a:active,.cf-event header h3 a:active,.cf-thread-message .cf-mail-header h3 a:active,.cf-moderation-queue-entry .cf-mail-header h3 a:active,.cf-cite .cf-mail-header h3 a:active,.cf-event .cf-mail-header h3 a:active,.cf-mail .cf-message-header h3 a:active,.cf-mail .cf-cite .cf-cite-header h3 a:active,.cf-cite .cf-mail .cf-cite-header h3 a:active,.cf-mail .cf-cite .cf-cite-footer h3 a:active,.cf-cite .cf-mail .cf-cite-footer h3 a:active,.cf-mail .cf-event header h3 a:active,.cf-event .cf-mail header h3 a:active,.cf-mail .cf-mail-header h3 a:active,.cf-thread-message .cf-message-header .details a.versions:active,.cf-moderation-queue-entry .cf-message-header .details a.versions:active,.cf-thread-message .cf-cite .cf-cite-header .details a.versions:active,.cf-moderation-queue-entry .cf-cite .cf-cite-header .details a.versions:active,.cf-cite .cf-thread-message .cf-cite-header .details a.versions:active,.cf-cite .cf-moderation-queue-entry .cf-cite-header .details a.versions:active,.cf-thread-message .cf-cite .cf-cite-footer .details a.versions:active,.cf-moderation-queue-entry .cf-cite .cf-cite-footer .details a.versions:active,.cf-cite .cf-thread-message .cf-cite-footer .details a.versions:active,.cf-cite .cf-moderation-queue-entry .cf-cite-footer .details a.versions:active,.cf-cite .cf-message-header .details a.versions:active,.cf-cite .cf-cite-header .details a.versions:active,.cf-cite .cf-cite-footer .details a.versions:active,.cf-thread-message .cf-event header .details a.versions:active,.cf-moderation-queue-entry .cf-event header .details a.versions:active,.cf-cite .cf-event header .details a.versions:active,.cf-event .cf-thread-message header .details a.versions:active,.cf-event .cf-moderation-queue-entry header .details a.versions:active,.cf-event .cf-cite header .details a.versions:active,.cf-event .cf-message-header .details a.versions:active,.cf-event .cf-cite .cf-cite-header .details a.versions:active,.cf-cite .cf-event .cf-cite-header .details a.versions:active,.cf-event .cf-cite .cf-cite-footer .details a.versions:active,.cf-cite .cf-event .cf-cite-footer .details a.versions:active,.cf-event header .details a.versions:active,.cf-thread-message .cf-mail-header .details a.versions:active,.cf-moderation-queue-entry .cf-mail-header .details a.versions:active,.cf-cite .cf-mail-header .details a.versions:active,.cf-event .cf-mail-header .details a.versions:active,.cf-mail .cf-message-header .details a.versions:active,.cf-mail .cf-cite .cf-cite-header .details a.versions:active,.cf-cite .cf-mail .cf-cite-header .details a.versions:active,.cf-mail .cf-cite .cf-cite-footer .details a.versions:active,.cf-cite .cf-mail .cf-cite-footer .details a.versions:active,.cf-mail .cf-event header .details a.versions:active,.cf-event .cf-mail header .details a.versions:active,.cf-mail .cf-mail-header .details a.versions:active,.cf-thread-message .cf-message-header.visited h2 a:active,.cf-moderation-queue-entry .cf-message-header.visited h2 a:active,.cf-thread-message .cf-cite .visited.cf-cite-header h2 a:active,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header h2 a:active,.cf-cite .cf-thread-message .visited.cf-cite-header h2 a:active,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header h2 a:active,.cf-thread-message .cf-cite .visited.cf-cite-footer h2 a:active,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer h2 a:active,.cf-cite .cf-thread-message .visited.cf-cite-footer h2 a:active,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer h2 a:active,.cf-cite .cf-message-header.visited h2 a:active,.cf-cite .visited.cf-cite-header h2 a:active,.cf-cite .visited.cf-cite-footer h2 a:active,.cf-thread-message .cf-event header.visited h2 a:active,.cf-moderation-queue-entry .cf-event header.visited h2 a:active,.cf-cite .cf-event header.visited h2 a:active,.cf-event .cf-thread-message header.visited h2 a:active,.cf-event .cf-moderation-queue-entry header.visited h2 a:active,.cf-event .cf-cite header.visited h2 a:active,.cf-thread-message .cf-message-header.visited h3 a:active,.cf-moderation-queue-entry .cf-message-header.visited h3 a:active,.cf-thread-message .cf-cite .visited.cf-cite-header h3 a:active,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header h3 a:active,.cf-cite .cf-thread-message .visited.cf-cite-header h3 a:active,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header h3 a:active,.cf-thread-message .cf-cite .visited.cf-cite-footer h3 a:active,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer h3 a:active,.cf-cite .cf-thread-message .visited.cf-cite-footer h3 a:active,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer h3 a:active,.cf-cite .cf-message-header.visited h3 a:active,.cf-cite .visited.cf-cite-header h3 a:active,.cf-cite .visited.cf-cite-footer h3 a:active,.cf-thread-message .cf-event header.visited h3 a:active,.cf-moderation-queue-entry .cf-event header.visited h3 a:active,.cf-cite .cf-event header.visited h3 a:active,.cf-event .cf-thread-message header.visited h3 a:active,.cf-event .cf-moderation-queue-entry header.visited h3 a:active,.cf-event .cf-cite header.visited h3 a:active,.cf-thread-message .cf-message-header.visited .details a.version-link:active,.cf-moderation-queue-entry .cf-message-header.visited .details a.version-link:active,.cf-thread-message .cf-cite .visited.cf-cite-header .details a.version-link:active,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header .details a.version-link:active,.cf-cite .cf-thread-message .visited.cf-cite-header .details a.version-link:active,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header .details a.version-link:active,.cf-thread-message .cf-cite .visited.cf-cite-footer .details a.version-link:active,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer .details a.version-link:active,.cf-cite .cf-thread-message .visited.cf-cite-footer .details a.version-link:active,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer .details a.version-link:active,.cf-cite .cf-message-header.visited .details a.version-link:active,.cf-cite .visited.cf-cite-header .details a.version-link:active,.cf-cite .visited.cf-cite-footer .details a.version-link:active,.cf-thread-message .cf-event header.visited .details a.version-link:active,.cf-moderation-queue-entry .cf-event header.visited .details a.version-link:active,.cf-cite .cf-event header.visited .details a.version-link:active,.cf-event .cf-thread-message header.visited .details a.version-link:active,.cf-event .cf-moderation-queue-entry header.visited .details a.version-link:active,.cf-event .cf-cite header.visited .details a.version-link:active,.cf-event .cf-message-header.visited .details a.version-link:active,.cf-event .cf-cite .visited.cf-cite-header .details a.version-link:active,.cf-cite .cf-event .visited.cf-cite-header .details a.version-link:active,.cf-event .cf-cite .visited.cf-cite-footer .details a.version-link:active,.cf-cite .cf-event .visited.cf-cite-footer .details a.version-link:active,.cf-event header.visited .details a.version-link:active,.cf-thread-message .visited.cf-mail-header .details a.version-link:active,.cf-moderation-queue-entry .visited.cf-mail-header .details a.version-link:active,.cf-cite .visited.cf-mail-header .details a.version-link:active,.cf-event .visited.cf-mail-header .details a.version-link:active,.cf-mail .cf-message-header.visited .details a.version-link:active,.cf-mail .cf-cite .visited.cf-cite-header .details a.version-link:active,.cf-cite .cf-mail .visited.cf-cite-header .details a.version-link:active,.cf-mail .cf-cite .visited.cf-cite-footer .details a.version-link:active,.cf-cite .cf-mail .visited.cf-cite-footer .details a.version-link:active,.cf-mail .cf-event header.visited .details a.version-link:active,.cf-event .cf-mail header.visited .details a.version-link:active,.cf-mail .visited.cf-mail-header .details a.version-link:active,.cf-thread-message .cf-message-header h2 a:focus,.cf-moderation-queue-entry .cf-message-header h2 a:focus,.cf-thread-message .cf-cite .cf-cite-header h2 a:focus,.cf-moderation-queue-entry .cf-cite .cf-cite-header h2 a:focus,.cf-cite .cf-thread-message .cf-cite-header h2 a:focus,.cf-cite .cf-moderation-queue-entry .cf-cite-header h2 a:focus,.cf-thread-message .cf-cite .cf-cite-footer h2 a:focus,.cf-moderation-queue-entry .cf-cite .cf-cite-footer h2 a:focus,.cf-cite .cf-thread-message .cf-cite-footer h2 a:focus,.cf-cite .cf-moderation-queue-entry .cf-cite-footer h2 a:focus,.cf-cite .cf-message-header h2 a:focus,.cf-cite .cf-cite-header h2 a:focus,.cf-cite .cf-cite-footer h2 a:focus,.cf-thread-message .cf-event header h2 a:focus,.cf-moderation-queue-entry .cf-event header h2 a:focus,.cf-cite .cf-event header h2 a:focus,.cf-event .cf-thread-message header h2 a:focus,.cf-event .cf-moderation-queue-entry header h2 a:focus,.cf-event .cf-cite header h2 a:focus,.cf-event .cf-message-header h2 a:focus,.cf-event .cf-cite .cf-cite-header h2 a:focus,.cf-cite .cf-event .cf-cite-header h2 a:focus,.cf-event .cf-cite .cf-cite-footer h2 a:focus,.cf-cite .cf-event .cf-cite-footer h2 a:focus,.cf-event header h2 a:focus,.cf-thread-message .cf-mail-header h2 a:focus,.cf-moderation-queue-entry .cf-mail-header h2 a:focus,.cf-cite .cf-mail-header h2 a:focus,.cf-event .cf-mail-header h2 a:focus,.cf-mail .cf-message-header h2 a:focus,.cf-mail .cf-cite .cf-cite-header h2 a:focus,.cf-cite .cf-mail .cf-cite-header h2 a:focus,.cf-mail .cf-cite .cf-cite-footer h2 a:focus,.cf-cite .cf-mail .cf-cite-footer h2 a:focus,.cf-mail .cf-event header h2 a:focus,.cf-event .cf-mail header h2 a:focus,.cf-mail .cf-mail-header h2 a:focus,.cf-thread-message .cf-message-header h3 a:focus,.cf-moderation-queue-entry .cf-message-header h3 a:focus,.cf-thread-message .cf-cite .cf-cite-header h3 a:focus,.cf-moderation-queue-entry .cf-cite .cf-cite-header h3 a:focus,.cf-cite .cf-thread-message .cf-cite-header h3 a:focus,.cf-cite .cf-moderation-queue-entry .cf-cite-header h3 a:focus,.cf-thread-message .cf-cite .cf-cite-footer h3 a:focus,.cf-moderation-queue-entry .cf-cite .cf-cite-footer h3 a:focus,.cf-cite .cf-thread-message .cf-cite-footer h3 a:focus,.cf-cite .cf-moderation-queue-entry .cf-cite-footer h3 a:focus,.cf-cite .cf-message-header h3 a:focus,.cf-cite .cf-cite-header h3 a:focus,.cf-cite .cf-cite-footer h3 a:focus,.cf-thread-message .cf-event header h3 a:focus,.cf-moderation-queue-entry .cf-event header h3 a:focus,.cf-cite .cf-event header h3 a:focus,.cf-event .cf-thread-message header h3 a:focus,.cf-event .cf-moderation-queue-entry header h3 a:focus,.cf-event .cf-cite header h3 a:focus,.cf-event .cf-message-header h3 a:focus,.cf-event .cf-cite .cf-cite-header h3 a:focus,.cf-cite .cf-event .cf-cite-header h3 a:focus,.cf-event .cf-cite .cf-cite-footer h3 a:focus,.cf-cite .cf-event .cf-cite-footer h3 a:focus,.cf-event header h3 a:focus,.cf-thread-message .cf-mail-header h3 a:focus,.cf-moderation-queue-entry .cf-mail-header h3 a:focus,.cf-cite .cf-mail-header h3 a:focus,.cf-event .cf-mail-header h3 a:focus,.cf-mail .cf-message-header h3 a:focus,.cf-mail .cf-cite .cf-cite-header h3 a:focus,.cf-cite .cf-mail .cf-cite-header h3 a:focus,.cf-mail .cf-cite .cf-cite-footer h3 a:focus,.cf-cite .cf-mail .cf-cite-footer h3 a:focus,.cf-mail .cf-event header h3 a:focus,.cf-event .cf-mail header h3 a:focus,.cf-mail .cf-mail-header h3 a:focus,.cf-thread-message .cf-message-header .details a.versions:focus,.cf-moderation-queue-entry .cf-message-header .details a.versions:focus,.cf-thread-message .cf-cite .cf-cite-header .details a.versions:focus,.cf-moderation-queue-entry .cf-cite .cf-cite-header .details a.versions:focus,.cf-cite .cf-thread-message .cf-cite-header .details a.versions:focus,.cf-cite .cf-moderation-queue-entry .cf-cite-header .details a.versions:focus,.cf-thread-message .cf-cite .cf-cite-footer .details a.versions:focus,.cf-moderation-queue-entry .cf-cite .cf-cite-footer .details a.versions:focus,.cf-cite .cf-thread-message .cf-cite-footer .details a.versions:focus,.cf-cite .cf-moderation-queue-entry .cf-cite-footer .details a.versions:focus,.cf-cite .cf-message-header .details a.versions:focus,.cf-cite .cf-cite-header .details a.versions:focus,.cf-cite .cf-cite-footer .details a.versions:focus,.cf-thread-message .cf-event header .details a.versions:focus,.cf-moderation-queue-entry .cf-event header .details a.versions:focus,.cf-cite .cf-event header .details a.versions:focus,.cf-event .cf-thread-message header .details a.versions:focus,.cf-event .cf-moderation-queue-entry header .details a.versions:focus,.cf-event .cf-cite header .details a.versions:focus,.cf-event .cf-message-header .details a.versions:focus,.cf-event .cf-cite .cf-cite-header .details a.versions:focus,.cf-cite .cf-event .cf-cite-header .details a.versions:focus,.cf-event .cf-cite .cf-cite-footer .details a.versions:focus,.cf-cite .cf-event .cf-cite-footer .details a.versions:focus,.cf-event header .details a.versions:focus,.cf-thread-message .cf-mail-header .details a.versions:focus,.cf-moderation-queue-entry .cf-mail-header .details a.versions:focus,.cf-cite .cf-mail-header .details a.versions:focus,.cf-event .cf-mail-header .details a.versions:focus,.cf-mail .cf-message-header .details a.versions:focus,.cf-mail .cf-cite .cf-cite-header .details a.versions:focus,.cf-cite .cf-mail .cf-cite-header .details a.versions:focus,.cf-mail .cf-cite .cf-cite-footer .details a.versions:focus,.cf-cite .cf-mail .cf-cite-footer .details a.versions:focus,.cf-mail .cf-event header .details a.versions:focus,.cf-event .cf-mail header .details a.versions:focus,.cf-mail .cf-mail-header .details a.versions:focus,.cf-thread-message .cf-message-header.visited h2 a:focus,.cf-moderation-queue-entry .cf-message-header.visited h2 a:focus,.cf-thread-message .cf-cite .visited.cf-cite-header h2 a:focus,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header h2 a:focus,.cf-cite .cf-thread-message .visited.cf-cite-header h2 a:focus,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header h2 a:focus,.cf-thread-message .cf-cite .visited.cf-cite-footer h2 a:focus,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer h2 a:focus,.cf-cite .cf-thread-message .visited.cf-cite-footer h2 a:focus,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer h2 a:focus,.cf-cite .cf-message-header.visited h2 a:focus,.cf-cite .visited.cf-cite-header h2 a:focus,.cf-cite .visited.cf-cite-footer h2 a:focus,.cf-thread-message .cf-event header.visited h2 a:focus,.cf-moderation-queue-entry .cf-event header.visited h2 a:focus,.cf-cite .cf-event header.visited h2 a:focus,.cf-event .cf-thread-message header.visited h2 a:focus,.cf-event .cf-moderation-queue-entry header.visited h2 a:focus,.cf-event .cf-cite header.visited h2 a:focus,.cf-thread-message .cf-message-header.visited h3 a:focus,.cf-moderation-queue-entry .cf-message-header.visited h3 a:focus,.cf-thread-message .cf-cite .visited.cf-cite-header h3 a:focus,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header h3 a:focus,.cf-cite .cf-thread-message .visited.cf-cite-header h3 a:focus,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header h3 a:focus,.cf-thread-message .cf-cite .visited.cf-cite-footer h3 a:focus,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer h3 a:focus,.cf-cite .cf-thread-message .visited.cf-cite-footer h3 a:focus,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer h3 a:focus,.cf-cite .cf-message-header.visited h3 a:focus,.cf-cite .visited.cf-cite-header h3 a:focus,.cf-cite .visited.cf-cite-footer h3 a:focus,.cf-thread-message .cf-event header.visited h3 a:focus,.cf-moderation-queue-entry .cf-event header.visited h3 a:focus,.cf-cite .cf-event header.visited h3 a:focus,.cf-event .cf-thread-message header.visited h3 a:focus,.cf-event .cf-moderation-queue-entry header.visited h3 a:focus,.cf-event .cf-cite header.visited h3 a:focus,.cf-thread-message .cf-message-header.visited .details a.version-link:focus,.cf-moderation-queue-entry .cf-message-header.visited .details a.version-link:focus,.cf-thread-message .cf-cite .visited.cf-cite-header .details a.version-link:focus,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-header .details a.version-link:focus,.cf-cite .cf-thread-message .visited.cf-cite-header .details a.version-link:focus,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-header .details a.version-link:focus,.cf-thread-message .cf-cite .visited.cf-cite-footer .details a.version-link:focus,.cf-moderation-queue-entry .cf-cite .visited.cf-cite-footer .details a.version-link:focus,.cf-cite .cf-thread-message .visited.cf-cite-footer .details a.version-link:focus,.cf-cite .cf-moderation-queue-entry .visited.cf-cite-footer .details a.version-link:focus,.cf-cite .cf-message-header.visited .details a.version-link:focus,.cf-cite .visited.cf-cite-header .details a.version-link:focus,.cf-cite .visited.cf-cite-footer .details a.version-link:focus,.cf-thread-message .cf-event header.visited .details a.version-link:focus,.cf-moderation-queue-entry .cf-event header.visited .details a.version-link:focus,.cf-cite .cf-event header.visited .details a.version-link:focus,.cf-event .cf-thread-message header.visited .details a.version-link:focus,.cf-event .cf-moderation-queue-entry header.visited .details a.version-link:focus,.cf-event .cf-cite header.visited .details a.version-link:focus,.cf-event .cf-message-header.visited .details a.version-link:focus,.cf-event .cf-cite .visited.cf-cite-header .details a.version-link:focus,.cf-cite .cf-event .visited.cf-cite-header .details a.version-link:focus,.cf-event .cf-cite .visited.cf-cite-footer .details a.version-link:focus,.cf-cite .cf-event .visited.cf-cite-footer .details a.version-link:focus,.cf-event header.visited .details a.version-link:focus,.cf-thread-message .visited.cf-mail-header .details a.version-link:focus,.cf-moderation-queue-entry .visited.cf-mail-header .details a.version-link:focus,.cf-cite .visited.cf-mail-header .details a.version-link:focus,.cf-event .visited.cf-mail-header .details a.version-link:focus,.cf-mail .cf-message-header.visited .details a.version-link:focus,.cf-mail .cf-cite .visited.cf-cite-header .details a.version-link:focus,.cf-cite .cf-mail .visited.cf-cite-header .details a.version-link:focus,.cf-mail .cf-cite .visited.cf-cite-footer .details a.version-link:focus,.cf-cite .cf-mail .visited.cf-cite-footer .details a.version-link:focus,.cf-mail .cf-event header.visited .details a.version-link:focus,.cf-event .cf-mail header.visited .details a.version-link:focus,.cf-mail .visited.cf-mail-header .details a.version-link:focus{color:#990909}@media only screen and (min-width: 35em){.cf-message-header .votes,.cf-cite .cf-cite-header .votes,.cf-cite .cf-cite-footer .votes,.cf-event header .votes,.cf-mail-header .votes,.cf-message-header .num-infos,.cf-cite .cf-cite-header .num-infos,.cf-cite .cf-cite-footer .num-infos,.cf-event header .num-infos,.cf-mail-header .num-infos{display:inline-block}.cf-message-header h3>a,.cf-cite .cf-cite-header h3>a,.cf-cite .cf-cite-footer h3>a,.cf-event header h3>a,.cf-mail-header h3>a,.cf-message-header .author,.cf-cite .cf-cite-header .author,.cf-cite .cf-cite-footer .author,.cf-event header .author,.cf-mail-header .author{text-decoration:none}.cf-message-header .details>a,.cf-cite .cf-cite-header .details>a,.cf-cite .cf-cite-footer .details>a,.cf-event header .details>a,.cf-mail-header .details>a,.cf-message-header .cf-thread-forum-plate,.cf-cite .cf-cite-header .cf-thread-forum-plate,.cf-cite .cf-cite-footer .cf-thread-forum-plate,.cf-event header .cf-thread-forum-plate,.cf-mail-header .cf-thread-forum-plate{display:inline}}.cf-thread-message,.cf-moderation-queue-entry,.cf-cite,.cf-event,.cf-mail{font-size:1em;background:none repeat scroll 0% 0% #f1f3f4;width:100%;width:95vw;margin:1em 0em 1em 0em;padding:.6em .1em .25em .1em;border-radius:0px .7em .7em;border:1px solid #d5d5d5}.cf-thread-message details,.cf-moderation-queue-entry details,.cf-cite details,.cf-event details,.cf-mail details,.cf-thread-message .details,.cf-moderation-queue-entry .details,.cf-cite .details,.cf-event .details,.cf-mail .details{display:block}.cf-thread-message header .avatar,.cf-moderation-queue-entry header .avatar,.cf-cite header .avatar,.cf-event header .avatar,.cf-mail header .avatar{margin-left:0;margin-top:.3em;max-height:1.2em;border-radius:0 .3em .3em .3em}.cf-thread-message .posting-footer .cf-btn,.cf-moderation-queue-entry .posting-footer .cf-btn,.cf-cite .posting-footer .cf-btn,.cf-thread-message .posting-footer .cf-tab-list button,.cf-moderation-queue-entry .posting-footer .cf-tab-list button,.cf-cite .posting-footer .cf-tab-list button,.cf-tab-list .cf-thread-message .posting-footer button,.cf-tab-list .cf-moderation-queue-entry .posting-footer button,.cf-tab-list .cf-cite .posting-footer button,.cf-thread-message .posting-footer .cf-tab-list ul li a,.cf-moderation-queue-entry .posting-footer .cf-tab-list ul li a,.cf-cite .posting-footer .cf-tab-list ul li a,.cf-tab-list ul li .cf-thread-message .posting-footer a,.cf-tab-list ul li .cf-moderation-queue-entry .posting-footer a,.cf-tab-list ul li .cf-cite .posting-footer a,.cf-event .posting-footer .cf-btn,.cf-event .posting-footer .cf-tab-list button,.cf-tab-list .cf-event .posting-footer button,.cf-event .posting-footer .cf-tab-list ul li a,.cf-tab-list ul li .cf-event .posting-footer a,.cf-mail .posting-footer .cf-btn,.cf-mail .posting-footer .cf-tab-list button,.cf-tab-list .cf-mail .posting-footer button,.cf-mail .posting-footer .cf-tab-list ul li a,.cf-tab-list ul li .cf-mail .posting-footer a,.cf-thread-message .posting-footer .cf-index-btn,.cf-thread-message .posting-footer .cf-users-selector-btn,.cf-moderation-queue-entry .posting-footer .cf-index-btn,.cf-moderation-queue-entry .posting-footer .cf-users-selector-btn,.cf-cite .posting-footer .cf-index-btn,.cf-cite .posting-footer .cf-users-selector-btn,.cf-event .posting-footer .cf-index-btn,.cf-event .posting-footer .cf-users-selector-btn,.cf-mail .posting-footer .cf-index-btn,.cf-mail .posting-footer .cf-users-selector-btn,.cf-thread-message .posting-footer .cf-destructive-btn,.cf-moderation-queue-entry .posting-footer .cf-destructive-btn,.cf-cite .posting-footer .cf-destructive-btn,.cf-event .posting-footer .cf-destructive-btn,.cf-mail .posting-footer .cf-destructive-btn,.cf-thread-message .posting-footer .cf-destructive-index-btn,.cf-moderation-queue-entry .posting-footer .cf-destructive-index-btn,.cf-cite .posting-footer .cf-destructive-index-btn,.cf-event .posting-footer .cf-destructive-index-btn,.cf-mail .posting-footer .cf-destructive-index-btn{margin-bottom:.25em}.cf-thread-message .posting-footer .admin-links,.cf-moderation-queue-entry .posting-footer .admin-links,.cf-cite .posting-footer .admin-links,.cf-event .posting-footer .admin-links,.cf-mail .posting-footer .admin-links{margin-top:1em}.cf-thread-message .posting-footer .forum-links,.cf-moderation-queue-entry .posting-footer .forum-links,.cf-cite .posting-footer .forum-links,.cf-event .posting-footer .forum-links,.cf-mail .posting-footer .forum-links{font-size:.8em;border-top:1px solid #d5d5d5;margin-top:.5em;padding-top:1em;margin-bottom:1em}.cf-thread-message .posting-footer .forum-links ul,.cf-moderation-queue-entry .posting-footer .forum-links ul,.cf-cite .posting-footer .forum-links ul,.cf-event .posting-footer .forum-links ul,.cf-mail .posting-footer .forum-links ul{list-style-type:none;margin:0;padding-left:0}.cf-thread-message .posting-footer .forum-links ul li,.cf-moderation-queue-entry .posting-footer .forum-links ul li,.cf-cite .posting-footer .forum-links ul li,.cf-event .posting-footer .forum-links ul li,.cf-mail .posting-footer .forum-links ul li{display:inline-block;border:1px solid #d5d5d5;border-radius:0 .3em .3em .3em;padding:.25em .5em;margin-right:.25em;white-space:nowrap;margin-bottom:.25em}.cf-thread-message .cf-flagged-message,.cf-moderation-queue-entry .cf-flagged-message,.cf-cite .cf-flagged-message,.cf-event .cf-flagged-message,.cf-mail .cf-flagged-message{border:1px solid #ebccd1;border-radius:0px .7em .7em;color:#a94442;margin:.5em 0px;padding:.8em 1em 1em}.cf-thread-message h3,.cf-moderation-queue-entry h3,.cf-cite h3,.cf-event h3,.cf-mail h3{margin-top:0;font-weight:bold;font-size:1em}@media only screen and (min-width: 35em){.cf-thread-message,.cf-moderation-queue-entry,.cf-cite,.cf-event,.cf-mail{margin:1em 1em 1em 0;padding:.6em 1em .25em 1em;max-width:100%;max-width:95vw;width:45em}}.cf-thread-nested{display:inline-block}.cf-thread-nested ol{padding-left:1em;list-style-type:none}.cf-thread-nested .cf-posting-content ol,.cf-thread-nested .cf-cite .cf-cite-content ol,.cf-cite .cf-thread-nested .cf-cite-content ol,.cf-thread-nested .cf-event .event-content ol,.cf-event .cf-thread-nested .event-content ol,.cf-thread-nested .cf-mail-content ol,.cf-thread-nested .cf-posting-content-diff ol{list-style-type:decimal}.cf-thread-nested .cf-thread-message.active,.cf-thread-nested .active.cf-moderation-queue-entry,.cf-thread-nested .active.cf-cite,.cf-thread-nested .active.cf-event,.cf-thread-nested .active.cf-mail{border-color:#66afe9;outline:0px none;box-shadow:0px 1px 1px rgba(0,0,0,.075) inset,0px 0px 8px rgba(102,175,233,.6)}.cf-thread-nested .cf-thread-message.folded .cf-posting-content,.cf-thread-nested .folded.cf-moderation-queue-entry .cf-posting-content,.cf-thread-nested .cf-thread-message.folded .cf-cite .cf-cite-content,.cf-thread-nested .folded.cf-moderation-queue-entry .cf-cite .cf-cite-content,.cf-cite .cf-thread-nested .cf-thread-message.folded .cf-cite-content,.cf-cite .cf-thread-nested .folded.cf-moderation-queue-entry .cf-cite-content,.cf-thread-nested .folded.cf-cite .cf-posting-content,.cf-thread-nested .folded.cf-cite .cf-cite-content,.cf-thread-nested .cf-thread-message.folded .cf-event .event-content,.cf-thread-nested .folded.cf-moderation-queue-entry .cf-event .event-content,.cf-thread-nested .folded.cf-cite .cf-event .event-content,.cf-event .cf-thread-nested .cf-thread-message.folded .event-content,.cf-event .cf-thread-nested .folded.cf-moderation-queue-entry .event-content,.cf-event .cf-thread-nested .folded.cf-cite .event-content,.cf-thread-nested .folded.cf-event .cf-posting-content,.cf-thread-nested .folded.cf-event .cf-cite .cf-cite-content,.cf-cite .cf-thread-nested .folded.cf-event .cf-cite-content,.cf-thread-nested .folded.cf-event .event-content,.cf-thread-nested .cf-thread-message.folded .cf-mail-content,.cf-thread-nested .folded.cf-moderation-queue-entry .cf-mail-content,.cf-thread-nested .folded.cf-cite .cf-mail-content,.cf-thread-nested .folded.cf-event .cf-mail-content,.cf-thread-nested .folded.cf-mail .cf-posting-content,.cf-thread-nested .folded.cf-mail .cf-cite .cf-cite-content,.cf-cite .cf-thread-nested .folded.cf-mail .cf-cite-content,.cf-thread-nested .folded.cf-mail .cf-event .event-content,.cf-event .cf-thread-nested .folded.cf-mail .event-content,.cf-thread-nested .folded.cf-mail .cf-mail-content,.cf-thread-nested .cf-thread-message.folded .cf-posting-content-diff,.cf-thread-nested .folded.cf-moderation-queue-entry .cf-posting-content-diff,.cf-thread-nested .folded.cf-cite .cf-posting-content-diff,.cf-thread-nested .folded.cf-event .cf-posting-content-diff,.cf-thread-nested .folded.cf-mail .cf-posting-content-diff,.cf-thread-nested .cf-thread-message.folded .posting-footer,.cf-thread-nested .folded.cf-moderation-queue-entry .posting-footer,.cf-thread-nested .folded.cf-cite .posting-footer,.cf-thread-nested .folded.cf-event .posting-footer,.cf-thread-nested .folded.cf-mail .posting-footer,.cf-thread-nested .cf-thread-message.folded .cf-problematic-site,.cf-thread-nested .folded.cf-moderation-queue-entry .cf-problematic-site,.cf-thread-nested .folded.cf-cite .cf-problematic-site,.cf-thread-nested .folded.cf-event .cf-problematic-site,.cf-thread-nested .folded.cf-mail .cf-problematic-site,.cf-thread-nested .cf-thread-message.folded .cf-close-vote,.cf-thread-nested .folded.cf-moderation-queue-entry .cf-close-vote,.cf-thread-nested .folded.cf-cite .cf-close-vote,.cf-thread-nested .folded.cf-event .cf-close-vote,.cf-thread-nested .folded.cf-mail .cf-close-vote{display:none}.cf-thread-nested .cf-message-header-unfold-button{border:0;cursor:pointer;display:block;width:calc(100% - .2em);padding:.25em 0;border-radius:0 .3em .3em .3em;margin:.5em .1em;background-color:#fff;color:#333;font-size:.7em}#folding-all-button{position:fixed;right:0;top:40%;border:1px solid #d5d5d5;border-radius:0 .3em .3em .3em;font-size:1em;display:none;border-top-right-radius:0;border-top-left-radius:0;border-top:0;transform:rotate(90deg) translate(50%, 50%);transform-origin:100% 50%}@media only screen and (min-width: 35em){.cf-thread-nested ol{padding-left:2em}.cf-thread-nested .cf-message-header-unfold-button{width:auto;display:inline;padding:.25em 1em;margin:0}#folding-all-button{display:block}}.cf-posting-content,.cf-cite .cf-cite-content,.cf-event .event-content,.cf-mail-content,.cf-posting-content-diff{color:#039;border:1px solid #e7c157;background:none repeat scroll 0% 0% #fdfcf3;font-family:"Source Sans Pro","Segoe UI",Calibri,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin:.5em 0px;padding:.8em .1em 1em;border-radius:0px .5em .5em;line-height:1.4em;image-orientation:from-image;-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-chars:6 3 3;hyphenate-limit-last:always;hyphenate-limit-lines:2;hyphenate-limit-zone:8%}.cf-posting-content.deleted,.cf-cite .deleted.cf-cite-content,.cf-event .deleted.event-content,.deleted.cf-mail-content,.deleted.cf-posting-content-diff{color:#720000;background-color:#fff;text-decoration:line-through}.cf-posting-content>:first-child,.cf-cite .cf-cite-content>:first-child,.cf-event .event-content>:first-child,.cf-mail-content>:first-child,.cf-posting-content-diff>:first-child{margin-top:0}.cf-posting-content>:last-child,.cf-cite .cf-cite-content>:last-child,.cf-event .event-content>:last-child,.cf-mail-content>:last-child,.cf-posting-content-diff>:last-child{margin-bottom:0}.cf-posting-content a,.cf-cite .cf-cite-content a,.cf-event .event-content a,.cf-mail-content a,.cf-posting-content-diff a{text-decoration:underline}.cf-posting-content a.mention,.cf-cite .cf-cite-content a.mention,.cf-event .event-content a.mention,.cf-mail-content a.mention,.cf-posting-content-diff a.mention{text-decoration:none;color:inherit;background-color:#eee;font-weight:bold}.cf-posting-content a.mention:hover,.cf-cite .cf-cite-content a.mention:hover,.cf-event .event-content a.mention:hover,.cf-mail-content a.mention:hover,.cf-posting-content-diff a.mention:hover{text-decoration:underline}.cf-posting-content a.mention.highlighted-user,.cf-cite .cf-cite-content a.mention.highlighted-user,.cf-event .event-content a.mention.highlighted-user,.cf-mail-content a.mention.highlighted-user,.cf-posting-content-diff a.mention.highlighted-user{color:#8ab337}.cf-posting-content a.mention.highlighted-self,.cf-cite .cf-cite-content a.mention.highlighted-self,.cf-event .event-content a.mention.highlighted-self,.cf-mail-content a.mention.highlighted-self,.cf-posting-content-diff a.mention.highlighted-self{color:#c32e04}.cf-posting-content blockquote a.mention.highlighted-user,.cf-cite .cf-cite-content blockquote a.mention.highlighted-user,.cf-event .event-content blockquote a.mention.highlighted-user,.cf-mail-content blockquote a.mention.highlighted-user,.cf-posting-content-diff blockquote a.mention.highlighted-user{color:#bdd886}.cf-posting-content blockquote a.mention.highlighted-self,.cf-cite .cf-cite-content blockquote a.mention.highlighted-self,.cf-event .event-content blockquote a.mention.highlighted-self,.cf-mail-content blockquote a.mention.highlighted-self,.cf-posting-content-diff blockquote a.mention.highlighted-self{color:#d37b6d}.cf-posting-content img,.cf-cite .cf-cite-content img,.cf-event .event-content img,.cf-mail-content img,.cf-posting-content-diff img{max-width:100%}.cf-posting-content img[style*=rotate],.cf-cite .cf-cite-content img[style*=rotate],.cf-event .event-content img[style*=rotate],.cf-mail-content img[style*=rotate],.cf-posting-content-diff img[style*=rotate]{image-orientation:initial}.cf-posting-content ul,.cf-cite .cf-cite-content ul,.cf-event .event-content ul,.cf-mail-content ul,.cf-posting-content-diff ul,.cf-posting-content ol,.cf-cite .cf-cite-content ol,.cf-event .event-content ol,.cf-mail-content ol,.cf-posting-content-diff ol{margin-top:1em;padding-left:2em}.cf-posting-content ul,.cf-cite .cf-cite-content ul,.cf-event .event-content ul,.cf-mail-content ul,.cf-posting-content-diff ul{list-style-type:disc}.cf-posting-content ul ul,.cf-cite .cf-cite-content ul ul,.cf-event .event-content ul ul,.cf-mail-content ul ul,.cf-posting-content-diff ul ul{list-style-type:circle}.cf-posting-content ul ul ul,.cf-cite .cf-cite-content ul ul ul,.cf-event .event-content ul ul ul,.cf-mail-content ul ul ul,.cf-posting-content-diff ul ul ul{list-style-type:square}.cf-posting-content h3,.cf-cite .cf-cite-content h3,.cf-event .event-content h3,.cf-mail-content h3,.cf-posting-content-diff h3,.cf-posting-content h4,.cf-cite .cf-cite-content h4,.cf-event .event-content h4,.cf-mail-content h4,.cf-posting-content-diff h4{margin:.8em 0;font-weight:bold}.cf-posting-content h3,.cf-cite .cf-cite-content h3,.cf-event .event-content h3,.cf-mail-content h3,.cf-posting-content-diff h3{font-size:1.3em}.cf-posting-content h4,.cf-cite .cf-cite-content h4,.cf-event .event-content h4,.cf-mail-content h4,.cf-posting-content-diff h4{font-size:1.1em}.cf-posting-content table,.cf-cite .cf-cite-content table,.cf-event .event-content table,.cf-mail-content table,.cf-posting-content-diff table{border-collapse:collapse;margin:1em 0}.cf-posting-content th,.cf-cite .cf-cite-content th,.cf-event .event-content th,.cf-mail-content th,.cf-posting-content-diff th,.cf-posting-content td,.cf-cite .cf-cite-content td,.cf-event .event-content td,.cf-mail-content td,.cf-posting-content-diff td{border:1px solid;padding:.1em .3em}.cf-posting-content tfoot td,.cf-cite .cf-cite-content tfoot td,.cf-event .event-content tfoot td,.cf-mail-content tfoot td,.cf-posting-content-diff tfoot td{font-weight:bold}.cf-posting-content dt,.cf-cite .cf-cite-content dt,.cf-event .event-content dt,.cf-mail-content dt,.cf-posting-content-diff dt{font-weight:bold}.cf-posting-content sup,.cf-cite .cf-cite-content sup,.cf-event .event-content sup,.cf-mail-content sup,.cf-posting-content-diff sup{position:relative;vertical-align:baseline;top:-0.4em}.cf-posting-content blockquote,.cf-cite .cf-cite-content blockquote,.cf-event .event-content blockquote,.cf-mail-content blockquote,.cf-posting-content-diff blockquote{border-left:.3em solid #d5d5d5;margin-left:0;padding-left:.25em;margin-right:.25em;color:gray}.cf-posting-content blockquote blockquote,.cf-cite .cf-cite-content blockquote blockquote,.cf-event .event-content blockquote blockquote,.cf-mail-content blockquote blockquote,.cf-posting-content-diff blockquote blockquote{border-width:.25em;padding-left:.5em}.cf-posting-content code,.cf-cite .cf-cite-content code,.cf-event .event-content code,.cf-mail-content code,.cf-posting-content-diff code{padding-left:.25em}.cf-posting-content hr,.cf-cite .cf-cite-content hr,.cf-event .event-content hr,.cf-mail-content hr,.cf-posting-content-diff hr{border:none;background-color:#8a9da8;height:1px}.cf-posting-content .signature,.cf-cite .cf-cite-content .signature,.cf-event .event-content .signature,.cf-mail-content .signature,.cf-posting-content-diff .signature{color:gray}.cf-problematic-site{font-size:.9em;background-color:#fdfcf3;border:1px solid #e7c157;border-radius:0 .5em 0 0;border-bottom:0 none;margin:.5em 0px -0.5em;padding:.8em .1em 1em}.cf-problematic-site svg{width:1em;height:1em;vertical-align:middle;fill:#990909}.cf-problematic-site+.cf-posting-content,.cf-cite .cf-problematic-site+.cf-cite-content,.cf-event .cf-problematic-site+.event-content,.cf-problematic-site+.cf-mail-content,.cf-problematic-site+.cf-posting-content-diff{border-top-right-radius:0}.cf-problematic-site a{font-size:1.1em}.cf-problematic-site a:before{font-size:1.3em;color:#c32e04;margin-right:.3em;vertical-align:middle}.archived .cf-posting-content,.archived .cf-cite .cf-cite-content,.cf-cite .archived .cf-cite-content,.archived .cf-event .event-content,.cf-event .archived .event-content,.archived .cf-mail-content,.archived .cf-posting-content-diff{background-image:url(/images/archived-2f6495acad8667f19dd28e5cd4b5e22c.svg?vsn=d);background-position:top right;background-repeat:no-repeat;padding-top:30px}.cf-moderation-text{margin:.5em 0px;font-style:italic}@media only screen and (min-width: 35em){.cf-posting-content,.cf-cite .cf-cite-content,.cf-event .event-content,.cf-mail-content,.cf-posting-content-diff{padding:.8em 1em 1em;-webkit-hyphens:none;hyphens:none}.cf-posting-content blockquote,.cf-cite .cf-cite-content blockquote,.cf-event .event-content blockquote,.cf-mail-content blockquote,.cf-posting-content-diff blockquote{padding-left:1em;margin-right:1em}.cf-posting-content code,.cf-cite .cf-cite-content code,.cf-event .event-content code,.cf-mail-content code,.cf-posting-content-diff code{padding-left:.5em}.cf-problematic-site{padding:.8em 1em 1em}}.cf-posting-content-diff{white-space:pre-wrap}.cf-posting-content-diff ins{text-decoration:none;color:#155724;background-color:#d4edda}.cf-posting-content-diff del{text-decoration:none;color:#721c24;background-color:#f8d7da}.cf-posting-content-diff ins ins,.cf-posting-content-diff del ins{display:inline;background-color:#b0debb}.cf-posting-content-diff ins del,.cf-posting-content-diff del del{display:inline;background-color:#f0acb2}.cf-voting-area{white-space:nowrap;text-align:right;margin-left:1em;font-size:1.5rem;font-weight:bold;color:#8a9da8;display:flex;justify-content:flex-end;align-items:center}.cf-voting-area button{border:0;padding:0;margin:0;background:rgba(0,0,0,0);cursor:pointer}.cf-voting-area .votes,.cf-voting-area .cf-inline-form{margin-right:.5rem}.cf-voting-area .cf-inline-form{display:inline-block;width:1.5rem;height:1.5rem}.cf-voting-area .vote-button,.cf-voting-area .infos,.cf-voting-area .accept{background-size:contain;background-repeat:no-repeat;display:inline-block;width:1.5rem;height:1.5rem;vertical-align:top}.cf-voting-area .vote-button span,.cf-voting-area .infos span,.cf-voting-area .accept span{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.cf-voting-area .vote-up{background-image:url("/images/voting-area-icons.svg#vote-up-inactive")}.cf-voting-area .vote-up:hover,.cf-voting-area .vote-up:active,.cf-voting-area .vote-up:focus{background-image:url("/images/voting-area-icons.svg#vote-up-inactive-hover")}.cf-voting-area .vote-up.active{background-image:url("/images/voting-area-icons.svg#vote-up-active")}.cf-voting-area .vote-up.active:hover,.cf-voting-area .vote-up.active:active,.cf-voting-area .vote-up.active:focus{background-image:url("/images/voting-area-icons.svg#vote-up-active-hover")}.cf-voting-area .vote-up[disabled]{background-image:url("/images/voting-area-icons.svg#vote-up-disabled")}.cf-voting-area .vote-down{background-image:url("/images/voting-area-icons.svg#vote-down-inactive")}.cf-voting-area .vote-down:hover,.cf-voting-area .vote-down:active,.cf-voting-area .vote-down:focus{background-image:url("/images/voting-area-icons.svg#vote-down-inactive-hover")}.cf-voting-area .vote-down.active{background-image:url("/images/voting-area-icons.svg#vote-down-active")}.cf-voting-area .vote-down.active:hover,.cf-voting-area .vote-down.active:active,.cf-voting-area .vote-down.active:focus{background-image:url("/images/voting-area-icons.svg#vote-down-active-hover")}.cf-voting-area .vote-down[disabled]{background-image:url("/images/voting-area-icons.svg#vote-down-disabled")}.cf-voting-area .infos{background-image:url("/images/voting-area-icons.svg#info-standard")}.cf-voting-area .infos:hover,.cf-voting-area .infos:active,.cf-voting-area .infos:focus{background-image:url("/images/voting-area-icons.svg#info-red")}.cf-voting-area .accept.unaccepted-answer{background-image:url("/images/voting-area-icons.svg#accept-inactive")}.cf-voting-area .accept.unaccepted-answer:hover,.cf-voting-area .accept.unaccepted-answer:active,.cf-voting-area .accept.unaccepted-answer:focus{background-image:url("/images/voting-area-icons.svg#accept-active")}.cf-voting-area .accept.accepted-answer{background-image:url("/images/voting-area-icons.svg#accept-active")}.cf-voting-area .accept.accepted-answer:hover,.cf-voting-area .accept.accepted-answer:active,.cf-voting-area .accept.accepted-answer:focus{background-image:url("/images/voting-area-icons.svg#accept-inactive")}@media only screen and (min-width: 35em){.posting-footer .button-container{display:flex;flex-direction:row}.posting-footer .message-links{flex:1 1 auto;align-self:flex-start}.posting-footer .cf-voting-area{flex:0 0 auto;align-self:flex-start}.posting-header{display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr auto}.posting-header .cf-message-header,.posting-header .cf-cite .cf-cite-header,.cf-cite .posting-header .cf-cite-header,.posting-header .cf-cite .cf-cite-footer,.cf-cite .posting-header .cf-cite-footer,.posting-header .cf-event header,.cf-event .posting-header header,.posting-header .cf-mail-header{grid-area:1/1/3/2}.posting-header .cf-voting-area{grid-area:1/2/2/3}.posting-header .cf-message-header-unfold-button{grid-area:2/2/3/3}}.cf-tags-list,.cf-counted-tags-list,.cf-tags-list-thread{display:inline;list-style-type:none;margin:0;padding:0}.cf-tags-list li,.cf-counted-tags-list li,.cf-tags-list-thread li{display:inline}.cf-tags-list .cf-tag,.cf-counted-tags-list .cf-tag,.cf-tags-list-thread .cf-tag{display:inline-block;background-color:#e6f2f7;margin-right:.5em;padding:0 .4em;color:#3983ab;text-align:center;white-space:nowrap;vertical-align:baseline;border:1px solid #a1c6d7;border-radius:0 .25em .25em;line-height:1.6}.cf-tags-list .cf-tag:link,.cf-counted-tags-list .cf-tag:link,.cf-tags-list-thread .cf-tag:link,.cf-tags-list .cf-tag:visited,.cf-counted-tags-list .cf-tag:visited,.cf-tags-list-thread .cf-tag:visited{color:#3481cd}.cf-tags-list .cf-tag:hover,.cf-counted-tags-list .cf-tag:hover,.cf-tags-list-thread .cf-tag:hover,.cf-tags-list .cf-tag:focus,.cf-counted-tags-list .cf-tag:focus,.cf-tags-list-thread .cf-tag:focus,.cf-tags-list .cf-tag:active,.cf-counted-tags-list .cf-tag:active,.cf-tags-list-thread .cf-tag:active{border:1px solid #a1c6d7;color:#990909}.cf-tags-list button.remove,.cf-counted-tags-list button.remove,.cf-tags-list-thread button.remove,.cf-tags-list button.add,.cf-counted-tags-list button.add,.cf-tags-list-thread button.add{border:0;background:rgba(0,0,0,0);display:inline;margin:0;padding:0;cursor:pointer}.cf-tag-new-tag{margin-top:1em}.cf-form-tagslist{list-style-type:none;padding-left:0}.cf-form-tagslist .cf-tag{position:relative;padding-right:1.5em}.cf-form-tagslist .cf-tag button{text-align:right;position:absolute;width:100%;height:100%;padding-right:.25em;left:0;right:0;top:0;bottom:0}.cf-form-tagslist .cf-tag button svg{vertical-align:middle}body.js .cf-form-tagslist[data-no-js=yes]{display:none}.cf-tags-list-thread{margin-right:1em}.cf-tags-list-thread .cf-tag{font-size:.8em}.cf-tags-list-thread .cf-tag:hover,.cf-tags-list-thread .cf-tag:focus,.cf-tags-list-thread .cf-tag:active{border:1px solid #a1c6d7}.cf-tags-list-thread .cf-tag a,.cf-tags-list-thread .cf-tag a:visited,.cf-tags-list-thread .cf-tag span{color:inherit}.cf-tags-list-thread .cf-tag a:hover,.cf-tags-list-thread .cf-tag a:focus,.cf-tags-list-thread .cf-tag a:active{color:#990909}.cf-tags-list-thread .visited .cf-tag{background-color:#f1f3f4;border-color:#c4c4c4}.cf-tags-list-thread .visited .cf-tag a,.cf-tags-list-thread .visited .cf-tag a:visited,.cf-tags-list-thread .visited .cf-tag span{color:#999}.cf-tags-list-thread .visited .cf-tag a:hover,.cf-tags-list-thread .visited .cf-tag a:focus,.cf-tags-list-thread .visited .cf-tag a:active{color:#990909}.cf-tags-list-thread .active .cf-tag a{font-weight:normal}.cf-counted-tags-list{vertical-align:top}.cf-counted-tags-list li{display:inline-block;font-size:.9em;margin-bottom:.5em;margin-right:.5em}.cf-counted-tags-list .cf-tag{margin-left:0;font-weight:normal;margin-right:.25em}.cf-counted-tags-list .cf-tag span{margin-right:.25em}.cf-counted-tags-list .cnt{display:inline-block;text-align:center;padding:.1em .6em 0 .6em;border-radius:0 .3em .3em .3em;color:#5d7380;border:1px solid #c4c4c4}.cf-event .location-area{border:0;width:100%;height:80vh}.cf-event .attendees-list{list-style-type:none;padding-left:0}.cf-event .attendees-list li{padding-bottom:1em;margin-bottom:1em;border-bottom:1px solid #c4d4da}.cf-event .attendees-list li p:last-child{margin-bottom:0}.cf-event .attendees-list li:last-of-type{border-bottom:none}.cf-event .attendees-list dt,.cf-event .attendees-list dd{padding:0;margin:0}.cf-event .attendees-list dt{font-weight:bold}@media only screen and (min-width: 35em){.cf-event dt{display:inline-block;min-width:10em}.cf-event dd{display:inline}.cf-event dt:after{content:":"}.cf-event dd:after{content:"\a";white-space:pre}.cf-event .location-area{height:50vh}}.cf-tab-list{border-bottom:2px solid #c4d4da;margin-bottom:2rem;padding-left:.5rem;padding-right:.5rem}.cf-tab-list ul{list-style-type:none;padding:0;margin-bottom:0}.cf-tab-list ul li{display:inline}.cf-tab-list button,.cf-tab-list ul li a{margin-right:0;border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.cf-tab-list button:hover,.cf-tab-list button:active,.cf-tab-list button:focus,.cf-tab-list ul li a:hover,.cf-tab-list ul li a:active,.cf-tab-list ul li a:focus{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.cf-tab-list [aria-selected=true],.cf-tab-list li.active{background-color:#f1f3f4}#alerts-container{position:fixed;left:0;right:0;top:2em;z-index:9999;width:auto}.cf-alert,.cf-error,.cf-warning,.cf-info,.cf-success{padding:1em;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:0px 0px 6px #666}.cf-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.cf-info{color:#004085;background-color:#cce5ff;border-color:#b8daff}.cf-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.cf-error{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.cf-alert .close,.cf-success .close,.cf-info .close,.cf-warning .close,.cf-error .close{float:right;padding:0px;cursor:pointer;background:none repeat scroll 0px 0px rgba(0,0,0,0);border:0px none;font-size:21px;font-weight:bold;line-height:1;text-shadow:0px 1px 0px #fff;opacity:.2}.cf-js-alert{cursor:pointer}@media only screen and (min-width: 35em){#alerts-container{padding-left:2em;padding-right:2em}}.cf-score-table{width:100%}.cf-score-table .score{vertical-align:top}.cf-score-up{color:#31708f;background-color:#dff0d8;display:inline-block;vertical-align:middle;line-height:2em;padding-left:5px;padding-right:5px;border-radius:0 .5em .5em;border:1px solid #8db243}.cf-score-down{color:#a94442;background-color:#f2dede;border:1px solid #ebccd1;display:inline-block;vertical-align:middle;line-height:2em;padding-left:5px;padding-right:5px;border-radius:0 .5em .5em}.cf-badge-user-list{list-style-type:none;padding-left:0}.cf-badge-user-list .medal-image{max-height:1em}.cf-user-info-table{border-collapse:collapse}.cf-user-info-table th{text-align:right;color:#5d7380;vertical-align:top}.cf-user-info-table td{text-align:left}.cf-user-info-table th,.cf-user-info-table td{padding-left:.2em;padding-right:.2em}.cf-user-info-table th p:first-of-type,.cf-user-info-table td p:first-of-type{margin-top:0}.cf-box,.cf-user-infos .user-profile,.cf-user-infos .user-info{background-color:#f1f3f4;border-radius:0 .4em .4em;border:1px solid #d5d5d5;padding:1em .7em .7em 1em;display:inline-block}.cf-user-infos{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch}.cf-user-infos .user-info{flex:1 1 auto;vertical-align:top;margin-bottom:.5em;text-align:center}.cf-user-infos .user-info~.thread{border:1px solid #d5d5d5;padding:.35em 1em}.cf-user-infos .user-profile{flex:1 1 auto;margin-bottom:.5em}@media only screen and (min-width: 35em){.cf-user-infos .user-info{flex:0 1 auto;margin-right:.5em;display:flex;align-items:center}.cf-user-infos .user-info img{flex:0 0 auto;margin-right:1em}.cf-user-infos .user-profile{flex:0 1 auto}}.cf-cite .cf-cite-header h2,.cf-cite .cf-cite-header h3,.cf-cite .cf-cite-footer h2,.cf-cite .cf-cite-footer h3{line-height:1em}.cf-cite .posting-header{display:flex}.cf-cite .posting-header header{flex:1 1 auto}.cf-voting-area.cf-voting-area-cites .cf-inline-form:last-of-type{margin-right:0}.cf-moderation-queue-entry .cf-resolution{color:#155724;border:1px solid #c3e6cb;background-color:#d4edda;border-radius:0px .7em .7em;margin:.5em 0px;padding:.8em 1em 1em}ul.search-explanation{padding:0;margin-left:1em}.cf-search-results .cf-thread header h3{margin-left:0}.cf-search-results .cf-thread ol{padding-left:.5em}.cf-search-results p{margin:0}.cf-info-icon{height:.8em}.cf-badge-image{max-height:2em;max-width:2em;vertical-align:bottom}.cf-badge-image.help,.cf-badge-image.cf-show-password{max-width:1em;max-height:1em}.cf-button-nav-list ul{margin-left:0;padding:0}.cf-button-nav-list ul li{display:inline-block;font-size:80%;font-weight:normal;border-radius:0px .4em .4em;border:1px solid #d5d5d5;padding:0;margin-top:.3em}.cf-button-nav-list ul button{border:0;background:rgba(0,0,0,0);font-size:inherit;cursor:pointer}.cf-button-nav-list ul a:link,.cf-button-nav-list ul a:visited,.cf-button-nav-list ul button{color:#3481cd;line-height:1.6;padding:.4em .6em;display:block}.cf-button-nav-list ul a:link:hover,.cf-button-nav-list ul a:link:active,.cf-button-nav-list ul a:link:focus,.cf-button-nav-list ul a:visited:hover,.cf-button-nav-list ul a:visited:active,.cf-button-nav-list ul a:visited:focus,.cf-button-nav-list ul button:hover,.cf-button-nav-list ul button:active,.cf-button-nav-list ul button:focus{color:#990909}.cf-show-password{border:0;padding:0;background:rgba(0,0,0,0);color:#3481cd;display:block;cursor:pointer}.cf-modal[aria-hidden=true]{display:none}.cf-modal .cf-modal-overlay{z-index:9998;background-color:rgba(0,0,0,.66);position:fixed;top:0;left:0;bottom:0;right:0}.cf-modal .cf-modal-content{background-color:#fff;z-index:9999;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);padding:1em;max-width:90%;width:600px;border-radius:4px}.cf-modal h1:first-of-type{margin-top:0}.cf-modal .cf-modal-close{position:absolute;top:.5em;right:.5em;border:0;padding:0;background-color:rgba(0,0,0,0);font-weight:bold;font-size:1.25em;width:1.2em;height:1.2em;text-align:center;cursor:pointer;transition:.15s}@media screen and (min-width: 700px){.cf-modal .cf-modal-content{padding:2em}.cf-modal .cf-modal-close{top:1.25em;right:1.25em}}.cf-users-selector{margin-bottom:.25em}.cf-user-selector-modal ul{list-style-type:none;padding-left:0}.cf-user-selector-modal ul li{display:flex;margin-bottom:.25em}.cf-user-selector-modal ul li .author{flex:1 1 auto}.cf-user-selector-modal ul li button{flex:0 0 auto}.cf-users-selector.multi ul{list-style-type:none;padding-left:0}@media only screen and (min-width: 35em){.cf-users-selector.multi,.cf-user-selector-modal .users-selector-found-users-list,.cf-user-selector-modal .users-selector-selected-users-list{display:inline-block}.cf-users-selector.multi li,.cf-user-selector-modal .users-selector-found-users-list li,.cf-user-selector-modal .users-selector-selected-users-list li{display:flex;margin-bottom:.25em}.cf-users-selector.multi li .user-link,.cf-users-selector.multi li .author,.cf-user-selector-modal .users-selector-found-users-list li .user-link,.cf-user-selector-modal .users-selector-found-users-list li .author,.cf-user-selector-modal .users-selector-selected-users-list li .user-link,.cf-user-selector-modal .users-selector-selected-users-list li .author{flex:1 1 auto;margin-right:1em}.cf-users-selector.multi li button,.cf-user-selector-modal .users-selector-found-users-list li button,.cf-user-selector-modal .users-selector-selected-users-list li button{flex:0 0 auto}}.cf-dropdown{padding-right:0}.cf-dropdown .anchor{display:none}.cf-dropdown .menu li:last-of-type{margin-right:0;padding-right:0}@media only screen and (min-width: 35em){.cf-dropdown{padding-right:0}.cf-dropdown li{margin:0;padding-top:0;padding-bottom:0;font-size:1em}body.js .cf-dropdown .menu,.cf-dropdown.js .menu{padding:0 0 .5em;margin:.45em 0 0;border:1px solid #d5d5d5;border-top:0;border-radius:0 0 .5em .5em;position:absolute;background-color:#f1f3f4;display:none}body.js .cf-dropdown.open .menu,.cf-dropdown.js.open .menu{display:block}body.js .cf-dropdown.open .menu li,.cf-dropdown.js.open .menu li{padding:.5em 1em;display:block;margin:0}body.js .cf-dropdown li.active,.cf-dropdown.js li.active{background-color:#007bff;border-color:#007bff}body.js .cf-dropdown li.active,body.js .cf-dropdown li.active a,body.js .cf-dropdown li.active a:active,body.js .cf-dropdown li.active a:focus,.cf-dropdown.js li.active,.cf-dropdown.js li.active a,.cf-dropdown.js li.active a:active,.cf-dropdown.js li.active a:focus{color:#fff;transition:none}body.js .cf-dropdown .anchor,.cf-dropdown.js .anchor{display:inline;color:#3481cd}body.js .cf-dropdown .anchor button,.cf-dropdown.js .anchor button{background-color:inherit;border:0;font-family:inherit;font-size:1em;color:#3481cd;padding:0}body.js .cf-dropdown .anchor button:active,body.js .cf-dropdown .anchor button:focus,body.js .cf-dropdown .anchor button:hover,.cf-dropdown.js .anchor button:active,.cf-dropdown.js .anchor button:focus,.cf-dropdown.js .anchor button:hover{color:#990909;cursor:pointer}body.js .cf-dropdown .anchor button::after,.cf-dropdown.js .anchor button::after{content:"▼";font-size:.6em;padding-left:.5em}}.cf-form .react-autosuggest__container{position:relative}.cf-form .react-autosuggest__input--open,.cf-form .cf-cgroup .react-autosuggest__input--open{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0}.cf-form .react-autosuggest__suggestions-container{display:none}.cf-form .react-autosuggest__suggestions-container--open{width:100%;max-width:45em;display:block;position:absolute;background-color:#fff;border:1px solid #d5d5d5;border-bottom-left-radius:4px;border-bottom-right-radius:4px;max-height:10em;overflow-y:auto;z-index:2}.cf-form .react-autosuggest__suggestions-list{margin:0;padding:0;list-style-type:none;display:block}.cf-form .react-autosuggest__suggestion{cursor:pointer;display:block;padding:.5em 1em}.cf-form .react-autosuggest__suggestion--highlighted{background-color:#ddd}.cf-autocomplete-wrapper{position:relative;margin:0;padding:0}.cf-autocomplete-suggestionslist{background:#fff;z-index:9999;list-style-type:none;padding:0;position:absolute;border-radius:0 .3em .3em .3em;border:1px solid #d5d5d5;margin:0}.cf-autocomplete-suggestionslist button{display:block;background:none;border:0;margin:0;padding:.25em .5em;cursor:pointer;width:100%;text-align:left;font-size:1em}.cf-autocomplete-suggestionslist .active,.cf-autocomplete-suggestionslist .active button,.cf-autocomplete-suggestionslist .active button:focus,.cf-autocomplete-suggestionslist .active button:active,.cf-autocomplete-suggestionslist button:focus,.cf-autocomplete-suggestionslist button:active,.cf-autocomplete-suggestionslist button:hover{color:#fff;background-color:#007bff;border-color:#007bff}.cf-autocomplete-suggestionslist li:first-of-type button{border-top-left-radius:0;border-top-right-radius:.3em}.cf-autocomplete-suggestionslist li:last-of-type button{border-bottom-left-radius:.3em;border-bottom-right-radius:.3em}@media only screen and (min-width: 35em){.cf-autocomplete-suggestionslist{min-width:10em}}.cf-content-form,.cf-editor-form{max-width:45em;position:relative}.cf-form .cf-content-form .cf-cgroup textarea,.cf-form .cf-editor-form .cf-cgroup textarea{font-family:"Source Code Pro",Hack,Monaco,Consolas,"DejaVu Sans Mono","Bitstream Vera Sans Mono","Andale Mono","Droid Sans Mono","Lucida Console",monospace}.cf-posting-input{min-height:20em;max-height:70vh;font-family:"Source Code Pro",Hack,Monaco,Consolas,"DejaVu Sans Mono","Bitstream Vera Sans Mono","Andale Mono","Droid Sans Mono","Lucida Console",monospace}.cf-editor{border:1px solid #d5d5d5;padding:.25em;border-radius:4px}.cf-editor-toolbar>button,.cf-editor-toolbar>a{font-size:1rem;margin-right:.25em;margin-bottom:.25em;line-height:1.5em;padding:.25em .5em;background-color:#f5f5f5;display:inline-block;min-width:2em;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:0;border-radius:.3em;color:#000}.cf-editor-toolbar .cf-editor-toolbar-help-btn{color:#c32e04;background-color:#feebe6;font-weight:bold}.cf-editor-toolbar img{vertical-align:middle;max-height:1em}.cf-content-counter{position:absolute;right:.25em;padding:0 .25em;border-radius:.3em;background-color:#f1f3f4}.cf-content-counter.warning{color:#856404;background-color:#fff3cd}.cf-content-counter.error{color:#721c24;background-color:#f8d7da}.cf-posting-input__suggestions__list{background-color:#fff;border:1px solid #d5d5d5;border-radius:.3em;width:25em;position:absolute;top:1em;left:1em}.cf-posting-input__suggestions__item{padding:.5em .5em;border-bottom:1px solid #d5d5d5}.cf-posting-input__suggestions__item:first-of-type{border-top-left-radius:.3em;border-top-right-radius:.3em}.cf-posting-input__suggestions__item:last-of-type{border-bottom:0;border-bottom-left-radius:.3em;border-bottom-right-radius:.3em}.cf-posting-input__suggestions__item--focused{background-color:#ddd}.emoji-mart{position:absolute;z-index:9999;background-color:#fff}.cf-dropzone{display:none}.cf-dropzone.loading{background:url(/images/ajax-loader-839cc642f13ca5f070227b0362a7fcd1.svg?vsn=d) no-repeat center scroll rgba(0,0,0,0);background-size:contain}.cf-dropzone.loading span{display:none}.cf-dropzone-thumbnail{max-width:20em}.cf-posting-form{margin-bottom:1em}.cf-posting-form-section-header{font-size:1em;font-weight:bold;margin-bottom:.25em;margin-top:.5em}.cf-emoji-picker{display:inline-block}.cf-tag-suggestion-synonyms{margin-left:.5em}@media only screen and (min-width: 35em){.cf-dropzone{height:3em;border:1px solid #d5d5d5;padding:.25em;border-radius:0px .5em .5em;background-color:#f1f3f4;text-align:center;display:flex;align-items:center;justify-content:center}.cf-dropzone button{flex:1 1 auto;border:0;background-color:inherit;cursor:pointer;height:100%;padding:0;margin:0}.cf-dropzone input{display:none}.cf-dropzone.dragging{height:95%;width:95%;top:2.5%;left:2.5%;z-index:99999;position:fixed}}.fade-in-enter{opacity:.01}.fade-in-enter.fade-in-enter-active{opacity:1;transition:opacity 300ms ease-in}.fade-in-exit{opacity:1}.fade-in-exit.fade-in-exit-active{opacity:.01;transition:opacity 300ms ease-in}.ReactModalPortal>div{opacity:0}.ReactModalPortal .ReactModal__Overlay{transition:opacity 300ms ease-in-out;background:rgba(0,0,0,.15)}.ReactModalPortal .ReactModal__Overlay--after-open{opacity:1}.ReactModalPortal .ReactModal__Overlay--before-close{opacity:0}button.loading{content:""}button.loading *{display:none}button.loading:before{content:"";background:url(/images/ajax-loader-839cc642f13ca5f070227b0362a7fcd1.svg?vsn=d) no-repeat center scroll rgba(0,0,0,0);background-size:contain;display:inline-block;width:1em;height:1em}body.help section,body.cf-show-password section{font-size:1.2em;line-height:1.2}body.help section ul,body.cf-show-password section ul{list-style:none}body.help section dd,body.cf-show-password section dd{margin-bottom:1em}@media only screen and (min-width: 65em){body.help #content,body.cf-show-password #content{display:flex;flex-wrap:wrap;margin:0 -1em}body.help section,body.cf-show-password section{width:calc(50% - 4em);max-width:60em;margin:0 1em}body.help section+h1,body.cf-show-password section+h1{flex:1 1 100%;margin:0 .5em 1em}.chart-cites{margin-top:2em}}.cf-archive-year-month-list,.cf-archive-year-month-list *{margin:0;padding:0}.cf-archive-year-month-list li{list-style-type:none}.cf-archive-year-month-list>li{padding:0 0 1em 0;margin:0 0 1em 0;border-bottom:2px solid #c4d4da}.cf-archive-year-month-list>li:last-of-type{border-bottom:0}.cf-archive-year-month-list ul{display:grid;grid-template-columns:repeat(4, 1fr)}.cf-archive-year-month-list ul li{padding:0 .25em}.cf-archive-year-month-list span.full-month{display:none}.cf-archive-year-month-list s{text-decoration:none;color:#999}@media only screen and (min-width: 35em){.cf-archive-year-month-list>li{display:flex;justify-items:flex-start;border-bottom:0;padding:0;margin:0}.cf-archive-year-month-list h2{flex:0 0 3rem;font:inherit;font-weight:bold}.cf-archive-year-month-list ul{grid-template-columns:repeat(6, auto)}.cf-archive-year-month-list span.full-month{display:inline}.cf-archive-year-month-list>li ul{border-bottom:2px solid #c4d4da;padding:0 0 .25em 0;margin:0 0 .25em 0}.cf-archive-year-month-list>li:last-of-type ul{margin-bottom:0;padding-bottom:0;border-bottom:0}}@media only screen and (min-width: 52em){.cf-archive-year-month-list ul{grid-template-columns:repeat(12, 1fr)}}#registrations-new #username{display:none}.cf-old-browser{border:2px solid red;padding:1em 0;margin:1em}.cf-old-browser,.cf-old-browser a{font-weight:bold}.cf-advent-form .cf-preview .cf-posting-content,.cf-advent-form .cf-preview .cf-posting-content-diff,.cf-advent-form .cf-preview .cf-mail-content,.cf-advent-form .cf-preview .cf-event .event-content,.cf-event .cf-advent-form .cf-preview .event-content,.cf-advent-form .cf-preview .cf-cite .cf-cite-content,.cf-cite .cf-advent-form .cf-preview .cf-cite-content{font-family:"Source Sans Pro","Segoe UI",Calibri,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;background-color:rgba(0,0,0,0);border:1px solid #942911;height:100vw;max-width:20rem;max-height:20rem}.cf-advent-calendar-list{list-style-type:none;padding-left:0}.cf-advent-calendar-list>li{min-height:10rem;width:100%;border:1px solid #942911;border-radius:0 .3em .3em .3em;padding:.5em;position:relative;display:flex;flex-direction:column;margin-bottom:.5em}.cf-advent-calendar-list>li ul{padding-left:1.5em;list-style-type:disc}.cf-advent-calendar-list>li .content p{margin-bottom:.5em;margin-top:.5em}.cf-advent-calendar-list>li>.content{flex:1 1 auto}.cf-advent-calendar-list>li h2{margin:0 2rem 0 0;flex:0 1 auto}.cf-advent-calendar-list>li .meta{margin:0;font-size:.9em}.cf-advent-calendar-list>li .meta p{margin:0}.cf-advent-calendar-list>li .day{position:absolute;top:.55rem;right:.55rem;font-size:1.65rem;font-weight:bold;transform:rotate(10deg);color:#fff;background-color:#942911;border-radius:50%;text-align:center;width:2.2rem;height:2.2rem;line-height:2.2rem;padding:.044rem}.cf-advent-calendar-list li.closed h2,.cf-advent-calendar-list li.closed .meta,.cf-advent-calendar-list li.closed .content{visibility:hidden}.cf-advent-calendar-list li.closed:hover h2,.cf-advent-calendar-list li.closed:hover .meta,.cf-advent-calendar-list li.closed:hover .content,.cf-advent-calendar-list li.closed:focus-within h2,.cf-advent-calendar-list li.closed:focus-within .meta,.cf-advent-calendar-list li.closed:focus-within .content{visibility:visible}@media only screen and (min-width: 35em){.cf-advent-calendar-list{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(12, auto);gap:.3em}.cf-advent-calendar-list>li{margin-bottom:0}}@media only screen and (min-width: 52em){.cf-advent-calendar-list{grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(8, auto)}}@media only screen and (min-width: 70em){.cf-advent-calendar-list{grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(6, auto)}}@media only screen and (min-width: 100em){.cf-advent-calendar-list{grid-template-columns:repeat(6, 1fr);grid-template-rows:repeat(4, auto)}}.cf-images-index-list{list-style-type:none;padding-left:0}.cf-images-index-list li{padding-bottom:.5em;margin-bottom:.5em;border-bottom:1px solid #d5d5d5}.cf-images-index-list li h3{margin:0}.cf-images-index-list li strong,.cf-images-index-list li h3{font-weight:normal}.cf-images-index-list li strong::after{content:": "}.cf-images-index-list li>span{display:block}.cf-images-index-preview-img{max-width:100px}@media only screen and (min-width: 35em){.cf-images-index-list{display:grid;gap:1em;grid-template-columns:repeat(auto-fit, minmax(15em, 1fr))}.cf-images-index-list li{padding:.5em;border:1px solid #d5d5d5;border-radius:0 .3em .3em .3em;display:flex;flex-direction:column}.cf-images-index-list li .img{flex:1 1 auto}}@font-face{font-family:"Source Serif Pro";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/serif-pro-regular-cyrillic-ext-cb92d167f6d826746e22cb369b4a29a1.woff2?vsn=d) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Serif Pro";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/serif-pro-regular-cyrillic-e50a61114856c9ec784f14d0656f0e30.woff2?vsn=d) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Source Serif Pro";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/serif-pro-regular-greek-da036e1353f9a1960f68e5ee0419c700.woff2?vsn=d) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Source Serif Pro";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/serif-pro-regular-vietnamese-85c969919166321a950f824856ffb1ff.woff2?vsn=d) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Serif Pro";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/serif-pro-regular-latin-ext-0134a544e52de0628c673fbbb00ad007.woff2?vsn=d) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Serif Pro";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/serif-pro-regular-latin-e41aaa3954ee3c000d8e4479f6abf549.woff2?vsn=d) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.cf-weblog-nav ul{list-style-type:none;padding-left:0;margin:.5em;border-bottom:2px solid #c4d4da;padding-bottom:.5em}.cf-weblog-nav ul li a{display:block}.cf-weblog-nav .cf-weblog-prev-next{margin:.5em 0}.cf-weblog-article,.cf-thread-nested .cf-weblog-article.cf-thread-message.active{border:0;border-radius:0;background:rgba(0,0,0,0);padding:0;font-size:1.3rem;box-shadow:none}.cf-weblog-article .e-content,.cf-thread-nested .cf-weblog-article.cf-thread-message.active .e-content{background:rgba(0,0,0,0);color:#333;border:0;border-radius:0;padding:0}.cf-weblog-article h1,.cf-weblog-article h2,.cf-weblog-article h3,.cf-weblog-article h4,.cf-weblog-article h5,.cf-weblog-article h6{font-family:"Source Serif Pro",Georgia,"Times New Roman",Times,serif;line-height:1.6}.cf-weblog-article h1 .draft,.cf-weblog-article h2 .draft,.cf-weblog-article h3 .draft,.cf-weblog-article h4 .draft,.cf-weblog-article h5 .draft,.cf-weblog-article h6 .draft{font-style:italic;font-size:.8em}.cf-weblog-article .cf-weblog-article-thumbnail{float:left;margin:0 .75em .25em 0;max-width:25%}.cf-weblog-article .e-content:after{content:"";display:table;clear:both}.cf-weblog-article .alignleft,.cf-weblog-article .alignright{margin-top:0;margin-bottom:0}.cf-weblog-article .alignright{float:right;margin-left:.5em;margin-right:0}.cf-weblog-article .alignleft{float:left;margin-right:.5em;margin-left:0}.cf-weblog-article img.alignleft,.cf-weblog-article img.alignright{margin-top:.25em;margin-bottom:.25em}.cf-weblog-article img{max-width:100%}.cf-weblog-article .gallery{margin:1em 0;padding:0}.cf-weblog-article .gallery figure{margin:0}.weblog{font-size:1.3rem}.weblog .cf-personallinks{font-size:1.1rem}.weblog .cf-weblog-article{margin-bottom:2em;padding-bottom:2em;font-size:1.3rem;border-bottom:2px solid #c4d4da}.weblog .cf-weblog-article header h2{margin-top:0;margin-bottom:1em}.weblog .cf-weblog-article header .details{margin-bottom:.5em}.weblog .cf-weblog-article header .details .count::before{margin-right:.2em;margin-left:.25em;content:"·"}.weblog .cf-weblog-article:last-of-type{border-bottom:none}.weblog .cf-weblog-article .details,.weblog .cf-weblog-article .cf-weblog-tags,.weblog .cf-weblog-article .cf-weblog-author{font-size:.9em;color:#909090}.cf-weblog-comments-disabled{font-size:.9em;color:#909090;font-style:italic}.cf-weblog-comments{font-size:1rem}.cf-weblog-comments>.answers{padding-left:0}@media only screen and (min-width: 35em){.weblog main{margin-left:2em;margin-right:2em}.weblog #content{max-width:50rem;margin:auto}.weblog .selflinks{max-width:50rem;margin:auto}.cf-weblog-article .gallery.two-cols{display:grid;gap:1em;grid-template-columns:1fr 1fr}.cf-weblog-article .gallery.three-cols{display:grid;gap:1em;grid-template-columns:1fr 1fr 1fr}.cf-weblog-article .gallery.four-cols{display:grid;gap:1em;grid-template-columns:1fr 1fr 1fr 1fr}.weblog.tag .cf-page-header-blog,.weblog.tag .cf-weblog-nav{max-width:none;margin-left:2em;margin-right:2em}.weblog.tag #content{max-width:none;margin:0}.cf-weblog-nav{max-width:50rem;margin:0 auto 2em auto}.cf-weblog-nav ul{border-bottom:none;padding-bottom:0;margin:.5em 0 0 0;display:grid;grid-template-columns:max-content max-content;gap:1em}.cf-weblog-nav .cf-weblog-prev-next{display:grid;grid-template-columns:1fr max-content;margin:-2em 0 0 0}}