pre[class*="language-"].line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre[class*="language-"].line-numbers > code {
	position: relative;
	white-space: inherit;
}

.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

	.line-numbers-rows > span {
		display: block;
		counter-increment: linenumber;
	}

		.line-numbers-rows > span:before {
			content: counter(linenumber);
			color: #999;
			display: block;
			padding-right: 0.8em;
			text-align: right;
		}

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

#sign-in-form{position:relative;width:350px;left:-50%;top:30px;z-index:9999}@media screen and (max-width: 747px){#sign-in-form{left:0;max-width:100%}}#sign-in-form .oauth-buttons{text-align:center}#sign-in-form .buttons{text-align:center}#sign-in-form form{z-index:1;padding:16px;background:#fff;border:solid 1px #f4f4f4;box-shadow:0px 0px 3px gray}#sign-in-form form input{box-shadow:none}#sign-in-form #auth-form{z-index:1;padding:16px;background:#fff;border:solid 1px #f4f4f4;box-shadow:0px 0px 3px gray}#sign-in-form #auth-form input{box-shadow:none}#sign-in-form #sign-in-overlay{z-index:-1;position:fixed;background:rgba(0,0,0,.5);top:0;left:0;right:0;bottom:0}

.auth-wrapper{position:fixed;left:50%;z-index:10000}@media screen and (max-width: 992px){.auth-wrapper{position:fixed;padding:0 10px;max-width:100%;left:0;right:0;margin:auto;overflow:auto}}.auth-wrapper .auth-container{margin:auto;display:none;position:relative;left:-50%}@media screen and (max-width: 992px){.auth-wrapper .auth-container{left:0 !important;margin-top:30px;top:0 !important}}.auth-container{max-width:350px;margin:auto}.auth-container .auth-header{margin-bottom:20px}.auth-container .auth-header .auth-logo-container{margin-bottom:10px;text-align:center}.auth-container .auth-header h4{text-align:center;width:100%;font-size:28px}.auth-container .fb-login-button{margin:auto;display:block;width:250px}.auth-container h6{text-align:center;width:100%;margin:20px auto}.auth-container .forget-password{margin-bottom:12px;margin-top:8px}.auth-container .forget-password a{color:#333;font-size:14px;font-weight:bold}.auth-container button[type=submit]{border:0px;height:40px;display:inline-block;border-radius:20px;-webkit-font-smoothing:antialiased;padding:0px 18px;font-size:15px;font-weight:bold;outline:none;box-shadow:none;cursor:pointer;margin-top:10px;vertical-align:middle;text-align:center;background-color:#e60023;color:#fff;width:100%}.auth-container button[type=submit]:hover{background:#f9042a}.auth-container .legacy-block{margin-top:16px;text-align:center}.auth-container .legacy-block span{-webkit-font-smoothing:antialiased;font-size:11px;font-weight:normal;text-align:center;transition:opacity .2s linear 0s;color:#767676;width:224px}@media screen and (max-width: 747px){.auth-container .legacy-block span{max-width:224px}}.auth-container .switch-form div{margin:0px auto 5px;width:fit-content;text-align:center;align-items:baseline}.auth-container .switch-form div a{color:#333;cursor:pointer;margin-left:5px;font-size:12px}.page-content-reset{padding-top:20px;max-width:330px}.page-content-reset .auth-header{margin-bottom:20px;text-align:center}.page-content-reset .auth-header .auth-logo-container{margin-bottom:10px}@media screen and (max-width: 747px){.page-content-reset .auth-header .auth-logo-container img{display:none}}.page-content-reset form .form-group input{box-shadow:none}.page-content-reset form .send-reset-instructions{height:30px;border-radius:3px;background:#00a5e2;color:#fff;box-shadow:none;outline:none;border:none;width:100%}.page-content-reset form .send-reset-instructions:hover{background:#06b0ef}.page-content-reset form .form-check input{margin-top:.4rem}.page-content-reset form .form-check .forget-password{font-size:.8em;margin-top:2px}.page-content-reset form .button-login{border:0px;height:40px;display:inline-block;border-radius:20px;-webkit-font-smoothing:antialiased;padding:0px 18px;font-size:15px;font-weight:bold;outline:none;box-shadow:none;cursor:pointer;margin:16px 0 16px 0;vertical-align:middle;text-align:center;background-color:#e60023;color:#fff;width:100%}.page-content-reset form .button-login:hover{background:#f9042a}.page-content-reset form .set-new-password{height:30px;border-radius:3px;background:#00a5e2;color:#fff;box-shadow:none;outline:none;border:none;width:100%}.page-content-reset form .set-new-password:hover{background:#06b0ef}.page-content-reset form .f-oauth-buttons{text-align:center}.page-content-reset form .legacy-block{margin-top:16px;font-size:.7em}.page-content-reset form .switch-form hr{margin-top:4px}

/*# sourceMappingURL=page-catalog-miniGames.css.map*/