::-webkit-scrollbar
{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track
{
  background-color: #F8F8F8;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb
{
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #C0C0C0;
}

::-webkit-scrollbar-thumb:hover
{
  background-color: #A0A0A0;
}

html
{
  scroll-behavior: smooth;
}

table, body, h1
{
	font-family: segoe ui, verdana, tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0 0;
}

body.none
{
	display: none;
}

div#footer
{
	color: #c0c0c0;
}

div#footer a
{
	color: inherit;
	text-decoration: none;
	border-bottom: #c0c0c0 1px dashed;
}

div#footer sup strong
{
	font-weight: normal;
}

div#footerinfo
{
	text-align: right;
	margin-right: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 0;
}

div#footerinfo p
{
	margin: 4px 0px 4px 0px;
	position: absolute;
	right: 8px;
	margin-top: -1.75em;
}

div#footerinfo, tr#headertablerow3 .results
{
	color: #c0c0c0;
}

div#footerinfo b
{
	color: #808080;
}

div#headerinfo
{
	color: #c0c0c0;
}

div#headerinfo b
{
	color: #808080;
}

td.c1 span
{
	display: inline-block;
	margin-top: 3px;
	color: #c0c0c0;
	margin-right: 3px;
}

td.c1, td.c1 label
{
	width: 52px;
	min-width: 52px;
	color: #c0c0c0;
	padding-left: 6px;
	padding-top: 2px;
	cursor: pointer;
	outline: none;
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#header td.c1
{
	vertical-align: middle;
}

blockquote.code, tr#headerTableRow2 blockquote
{
    margin-left: 0px;
}

font#error
{
    color: #ff0000;
}

table#questions td > div:first-child
{
	cursor: pointer;
	white-space: normal;
	text-overflow: ellipsis;
	overflow-x: hidden;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
	user-select: none;

	transition: all 0.5s linear;
	transition-property: background, border;
}

table#questions td > div:first-child:hover, #question:hover
{
	background: #F8F8F8;

	transition: all 0.15s linear;
	transition-property: background, border;
}

table#questions .expand td > div:first-child
{
	font-weight: bold;
	white-space: normal;
	background: #f4f4f4;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}

table#questions .expand td.c2
{
	border-right: 1.5em solid #f4f4f4;
	border-bottom: 1.5em solid #f4f4f4;
}

table#questions .expand td.c1 span
{
	color: black;
	font-weight: bold;
}

#pages a, #pages b, #pages font, div#footerInfo a, table#questions .expand td > div:first-child::after, td.c1 label
{
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	font-weight: normal;
	border-radius: 3px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 80%;
	color: #000000;
	background: #ffffff;
	user-select: none;
}

table#bottomTable td.c1 label
{
	padding: 0px 0px;
}

td.c1
{
	text-align: right;
}

td.c1 label
{
	margin-right: 4px;
}

div#footerInfo a
{
	width: 96px;
	font-size: 100%;
	padding: 0px 4px 4px;
	vertical-align: middle;
	margin-left: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #f4f4f4;
}

div#footerInfo a:active
{
	background: #f8f8f8;
}

input#btnclear, input#btnfilter, input#filter, span#btnFilterQuestionOnly, span#btnFilterWordOnly
{
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	font-weight: normal;
	border-radius: 3px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	font-size: 80%;
	background: #ffffff;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	transition: background 0.15s linear;
}

span#btnFilterQuestionOnly, span#btnFilterWordOnly
{
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px 8px;
	position: relative;

	transition: all 0.15s linear;
	transition-property: background;
}

span#btnFilterQuestionOnly::before, span#btnFilterQuestionOnly::after, span#btnFilterWordOnly::before, span#btnFilterWordOnly::after
{
	content: '';
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #cccccc;
	background: #ffffff;
	left: -6px;

	top: 0;
	bottom: 0;
	margin: auto;

	transition: all 0.15s linear;
	transition-property: background;
}

span#btnFilterQuestionOnly::after, span#btnFilterWordOnly::after
{
	width: 4px;
	height: 4px;
	left: -4px;
	border: 1px solid #ffffff;

	transition: all 0.15s linear;
	transition-property: background;
}

span#btnFilterQuestionOnly.question-only::before, span#btnFilterQuestionOnly.question-only::after, span#btnFilterWordOnly.word-only::before, span#btnFilterWordOnly.word-only::after
{
	border: 1px solid #666666;

	transition: all 0.15s linear;
	transition-property: background;
}

span#btnFilterQuestionOnly.question-only::after, span#btnFilterWordOnly.word-only::after
{
    background: #666666;
}

input#filter
{
	cursor: auto;
	font-size: 100%;
	text-indent: 4px;
	margin-left: 8px;
}

input#btnclear:focus, input#btnfilter:focus, input#filter:focus
{
	background: #f8f8f8;
}

#pages b
{
	font-weight: bold;
	background: #f8f8f8;
	color: black;
}

p#pages
{
	padding: 2px 2px 8px 8px;
	margin: 0px 0px 4px 0px;
}

#pages a:active, #pages b:active, #pages font:active, td.c1 label:active, span#btnFilterQuestionOnly:active, span#btnFilterWordOnly:active
{
	background: #f8f8f8;
}

div#header
{
	background: white;
	padding: 0px 0px 6px 0px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	z-index: 9998;
}

div#mainSection
{
	z-index: 9997;
	transition: opacity 0.15s linear;
	-webkit-transition: opacity 0.15s linear;
}

.wait
{
	z-index: 9999;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
}

tr#headertablerow2 td
{
	text-indent: 20px;
	clear: both;
	background: url(/images/quote.png) no-repeat;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #000000;
}

tr#headertablerow3 .results
{
	display: none;
}

tr#headertablerow3 .results.show
{
	display: initial;
	float: right;
	height: 0;
	position: relative;
	right: 8px;
	top: 4px;
}

tr#headertablerow3 .results.zero
{
	color: red;
}

tr#question td
{
	border-right: 1px solid #f0f0f0;
}

table#questions tr#question .expand a::after
{
	content: '';
}

table#questions tr#question td a::after
{
	content: attr(name);
	color: #c0c0c0;
	font-size: 70%;
	font-weight: normal;
	vertical-align: text-top;
	margin-left: 2px;
}

table#bottomTable
{
	transition: opacity 0.15s linear;
	-webkit-transition: opacity 0.15s linear;
}

tr#header-group-questions td.c1
{
	border-right: none;
}

table#questions, tr#header-group-questions td
{
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}

tr#header-group-questions td
{
	padding: 6px 0px;
	letter-spacing: -1px;
	color: #c0c0c0;
	text-shadow: 1px 1px 11px #F4F4F4;
	position: relative;
	left: -36px;
}

tr#question div
{
	padding-left: 6px;
}

div#answer
{
	display: none;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.16);
	border-radius: 4px;

	animation: slide-down-scale 0.15s ease-out;
}

@keyframes slide-down-scale
{
		0% { opacity: 0; -webkit-transform: scaleY(0); } 
	100% { opacity: 1; -webkit-transform: scaleY(1); }
}

tr#question td div
{
	padding-top: 4px;
	padding-bottom: 4px;
}

body p:empty
{
	position: absolute;
}

div#syntaxcodeblocks p.preview
{
	height: 96px;
	max-height: 96px;
	min-height: 96px;
}

div#syntaxcodeblocks p.preview img
{
	display: block;
	cursor: pointer;
	height: 96px;
	max-height: 96px;
	margin: auto 32px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#syntaxcodeblocks p.preview img.preview
{
	height: auto;
	max-height: 512px;

	transition: max-height 0.5s ease;
	-webkit-transition: max-height 0.5s ease;
}

div#syntaxcodeblocks p.preview::before
{
	content: 'toggle preview';
	position: absolute;
	margin-top: -8px;
	margin-left: 8px;
	font-family: segoe ui, verdana, tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	text-align: center;
	padding: 2px;
	cursor: pointer;
	background: #ffffff;
	z-index: 9996;
}

div#syntaxcodeblocks pre, div#syntaxcodeblocks pre.inline
{
	border-right: #e5e5e5 1px solid;
	padding-right: 8px;
	border-top: #e5e5e5 1px solid;;
	padding-left: 4px;
	border-left: #0000ff 3px solid;;
	padding-top: 0px;
	padding-bottom: 2px;
	border-bottom: #e5e5e5 1px solid;
	overflow-x: auto;
	background: #ffffff;
	tab-size: 4;
	border-radius: 3px;
	font-size: 100%;
	font-family: inherit;
	font-weight: lighter;
	max-height: 16.3em;
	overflow-y: auto;
}

div#syntaxcodeblocks pre.inline
{
	display: inline;
	margin: 0;
	padding: 0 4px;
	overflow-y: hidden;
}

div#syntaxcodeblocks pre::before, div#syntaxcodeblocks pre::after, table#questions .expand td > div:first-child::after
{
	font-family: segoe ui, verdana, tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	text-align: center;
	padding: 2px;
	cursor: pointer;
	background: #ffffff;
	position: absolute;
	z-index: 1;
	top: auto;
	right: 16px;
	margin-right: 32px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#syntaxcodeblocks pre::before
{
	content: 'select code';
	right: 16px;
	margin: -10px;
	margin-right: 32px;
}

div#syntaxcodeblocks-TEMPLOCK pre::after
{
	content: 'copy code';
	right: 16px;
	margin: 10px;
	margin-right: 32px;
}

div#syntaxcodeblocks pre.inline::before, div#syntaxcodeblocks pre.inline::after
{
	display: none;
}

div#syntaxcodeblocks pre.lesscode::after
{
	display: none;
}

table#questions .expand td > div:first-child::after
{
	content: 'share code';
	width: auto;
	height: auto;
	right: auto;
	margin: 16px 4px;
}

div#syntaxcodeblocks pre:active::before, pre:active::after, table#questions .expand td > div:active:first-child::after, div#syntaxcodeblocks p.preview:active::before
{
	background: #f4f4f4;
}

div#syntaxcodeblocks pre .line-number
{
	float:left;
	margin:0 1em 0 -1em;
	border-right: 1px solid #C0C0C0;
	text-align:right;
	color: #C0C0C0
}

div#syntaxcodeblocks pre .line-number span
{
    display:block;
    padding:0 .5em 0 1em;
}

div#syntaxcodeblocks pre .cl
{
	display:block;
	clear:both;
}

span.line-number span
{
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

div#syntaxCodeBlocks pre span font b
{
	background-color: black;
	color: white;
	border-radius: 3px;
	padding: 0 4px 3px 3px;
}

.arrow-box, .arrow-box-hide, .arrow-box-show
{
	padding: 0px 4px 0px 4px;
	background: #f8f8f8;
	border: 1px solid #A0A0A0;
	position: absolute;
	width: 196px;
	border-radius: 4px;
	vertical-align: middle;
	font-size: 80%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	display: inline-block;
	margin-top: -15px;
	margin-left: -128px;
	transform: scale(1) perspective(128px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
}

.arrow-box-hide
{
	opacity: 0;
}

.arrow-box-show
{
	opacity: 1;
}

.arrow-box::after, .arrow-box::before, .arrow-box-show::after, .arrow-box-show::before
{
	content: " ";
	right: 100%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box::after, .arrow-box-show::after
{
	border-color: rgba(240, 240, 240, 0);
	border-right-color: #f8f8f8;
	border-width: 8px;
	margin-top: -8px;
}

.arrow-box::before, .arrow-box-show::before
{
	border-color: rgba(160, 160, 160, 0);
	border-right-color: #A0A0A0;
	border-width: 9px;
	margin-top: -9px;
}

#Filter.tf, #btnFilterQuestionOnly.tf, #btnFilterWordOnly.tf, #btnFilter.tf, #btnClear.tf
{
	height: 20px;
	vertical-align: middle;
}

#btnFilterQuestionOnly.tf, #btnFilterWordOnly.tf
{
	height: 18px;
	line-height: 18px;
}

#btnFilterQuestionOnly.tf.question-only, #btnFilterWordOnly.tf.word-only
{
	background-color: #F0F0F0;
}

#header.mini 
{
	position: fixed;
	border-bottom: 1px solid #D0D0D0;
	background: #F8F8F8;
	background: linear-gradient(0deg, #F8F8F8 0%, white 65%);
}

#header.mini #pages
{
	position: relative;
	float: right;
}

#header.mini ~ #mainSection
{
	position: relative;
}

#header.mini tr#headertablerow2 td
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

table#questions .expand
{
	background-color: #f4f4f4;
}

table#questions .expand td > div:first-child
{
	background-color: inherit;
}

table#questions .expand #answer
{
	display: block;
	background-color: white;
}