<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#akriddle-settings {
	background: url(../gfx/akriddle/themes/bg9.jpg);
	background-size: cover
}

#akriddle-settings .left-col .intro-logo {
	max-width: 340px
}

@media (max-height:440px) {
	#akriddle-settings .left-col .intro-logo {
		display: none
	}
}

#akriddle-game {
	text-shadow: none;
	font-size: 14px
}

#akriddle-game .points,
#akriddle-game .questionNo {
	line-height: 1.5em
}

#akriddle-game .ui-header {
	text-align: center;
	height: 4em;
	width: 90%;
	padding: 0;
	margin-left: 5%;
	background: rgba(0, 0, 0, .6);
	border-radius: 7px
}

#akriddle-game .ui-header .clock {
	display: none;
	position: absolute;
	right: 0;
	bottom: 2%;
	height: 96%
}

#akriddle-game .ui-header .clock.vibrate {
	-webkit-animation: clockRing .3s linear infinite;
	animation: clockRing .3s linear infinite
}

@-webkit-keyframes clockRing {
	25% {
		-webkit-transform: translate(-12px, -10px)
	}
	50% {
		-webkit-transform: translate(0, 10px)
	}
	70% {
		-webkit-transform: translate(12px, -10px)
	}
}

@keyframes clockRing {
	25% {
		transform: translate(-12px, -10px)
	}
	50% {
		transform: translate(0, 10px)
	}
	70% {
		transform: translate(12px, -10px)
	}
}

#akriddle-game .ui-content {
	width: 100%;
	height: 100%
}

#akriddle-game .progressBarHolder {
	height: 100%;
	float: right;
	width: 4em;
	position: relative;
	box-sizing: border-box
}

#akriddle-game .progressBar {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	border-radius: .5em;
	padding: .25em;
	box-sizing: border-box;
	border-spacing: 1px;
	table-layout: fixed;
	vertical-align: middle
}

#akriddle-game .progressBar .itemTd {
	padding-top: 0;
	position: relative;
	height: 6.6%
}

#akriddle-game .progressBar .itemTd .itemOuter {
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	border: 1px solid #000;
	border-radius: .3em;
	background-color: #ff0;
	box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, .2)
}

#akriddle-game .progressBar .itemTd .itemOuter.active {
	background-color: red;
	transition: left 1s, background-color 1s;
	left: 300%
}

#akriddle-game .progressBar .itemTd .itemOuter .item {
	position: absolute;
	top: 50%;
	line-height: 0;
	color: #000;
	width: 100%
}

#akriddle-game .game {
	height: 100%;
	margin-right: 4em
}

#akriddle-game .game .pictureBoxHolder {
	padding: 1em;
	box-sizing: border-box;
	border-radius: .5em;
	background: rgba(0, 0, 0, .6)
}

#akriddle-game .game .pictureBoxHolder .PictureBox {
	width: 100%;
	height: 100%;
	border-radius: .5em;
	background: center no-repeat;
	background-size: contain
}

#akriddle-game .game .advices,
#akriddle-game .game .questionBox,
#akriddle-game .game .topics {
	background: rgba(0, 0, 0, .2);
	border-radius: .5em
}

#akriddle-game .game .questionBox {
	padding: .5%;
	font-size: 140%
}

#akriddle-game .game .questionBox table {
	width: 100%;
	height: 100%;
	vertical-align: middle
}

#akriddle-game .game .advices table {
	width: 100%;
	height: 100%;
	vertical-align: middle
}

#akriddle-game .game .advices .p1 {
	color: #ff0
}

#akriddle-game .game .advices .p2 {
	color: #00f
}

#akriddle-game .game .advices .p3 {
	color: red
}

#akriddle-game .game .topics {
	padding: .5em
}

#akriddle-game .game .topics .variantTable {
	height: 100%
}

#akriddle-game .game .topics .variantTable tr {
	height: 20%
}

#akriddle-game .game .topics .variantTable .variant {
	width: 2.5em;
	height: 2em;
	line-height: 2em;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	font-size: 130%;
	border-radius: 5px
}

#akriddle-game .game .topics .variantTable .variant.active {
	background: #5e5
}

#akriddle-game .game .topics .variantTable .variant_txt {
	line-height: 1.3;
	padding-left: 4em;
	font-size: 100%;
	text-align: left
}

#akriddle-game .game .largeLayout {
	width: 100%;
	height: 100%;
	display: none
}

#akriddle-game .game .largeLayout .upperHalf {
	margin-top: 2%;
	position: relative;
	height: 46%
}

#akriddle-game .game .largeLayout .upperHalf .pictureBoxHolder {
	float: left;
	height: 100%;
	width: 30%
}

#akriddle-game .game .largeLayout .upperHalf .qaBox {
	height: 100%;
	position: relative;
	margin-left: 35%
}

#akriddle-game .game .largeLayout .upperHalf .qaBox .questionBox {
	top: 0;
	position: absolute;
	width: 90%;
	height: 30%
}

#akriddle-game .game .largeLayout .upperHalf .qaBox .advices {
	bottom: 0;
	position: absolute;
	margin-left: 2.5%;
	width: 85%;
	height: 60%;
	font-size: 90%
}

#akriddle-game .game .largeLayout .lowerHalf {
	position: relative;
	height: 44%
}

#akriddle-game .game .largeLayout .sepline {
	clear: left;
	margin: .5% 0;
	min-height: 1%;
	background: rgba(0, 0, 0, .6);
	border-radius: 5px
}

#akriddle-game .game .largeLayout .topics {
	box-sizing: border-box;
	float: left;
	width: 60%;
	height: 95%
}

#akriddle-game .game .largeLayout .game-stat-box {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 1%;
	float: left;
	margin-left: 2.5%;
	width: 35%;
	height: 95%;
	background: rgba(0, 0, 0, .6);
	border-radius: 5px;
	text-align: center
}

#akriddle-game .game .largeLayout .game-stat-box table {
	width: 100%;
	font-style: italic;
	text-align: left
}

#akriddle-game .game .largeLayout .game-stat-box table tr.self {
	color: #f22;
	text-shadow: 1px 1px 2px #000
}

#akriddle-game .game .largeLayout .game-stat-box table td:last-child {
	text-align: right
}

#akriddle-game .game .largeLayout .game-stat-box table td {
	padding: 3px 10px
}

#akriddle-game .mediumLayout {
	display: none;
	width: 100%;
	height: 100%
}

#akriddle-game .mediumLayout .leftSide {
	width: 30%;
	height: 100%;
	float: left;
	position: relative
}

#akriddle-game .mediumLayout .leftSide .pictureBoxHolder {
	position: relative;
	top: 5%;
	width: 12em;
	max-width: 90%;
	margin: auto;
	height: 12em;
	max-height: 45%
}

#akriddle-game .mediumLayout .leftSide .advices {
	padding: .5em;
	box-sizing: border-box;
	position: relative;
	top: 10%;
	font-size: 80%;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	height: 12em;
	max-height: 40%
}

#akriddle-game .mediumLayout .rightSide {
	margin-left: 30%;
	height: 100%;
	position: relative
}

#akriddle-game .mediumLayout .rightSide .questionBox {
	margin-top: .5em;
	height: 3em
}

#akriddle-game .mediumLayout .rightSide .topics {
	margin-top: .5em
}

#akriddle-game .smallLayout {
	height: 100%;
	position: relative
}

#akriddle-game .smallLayout .scroller {
	background: rgba(0, 0, 0, .2);
	border-radius: .5em
}

#akriddle-game .smallLayout .scroller .pictureBoxHolder {
	width: 100px;
	height: 100px;
	float: left;
	padding: 0;
	margin: .5em;
	border: 1px solid #000
}

#akriddle-game .smallLayout .scroller .questionBox {
	text-align: center;
	background: 0 0
}

#akriddle-game .smallLayout .scroller .advices {
	height: 4.5em;
	clear: left;
	background: 0 0
}

#akriddle-game .smallLayout .scroller .topics {
	background: 0 0
}

#akriddle-game #QuestAnimation,
#akriddle-game .result {
	background: rgba(0, 0, 0, .9);
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center
}

#akriddle-game .smallLayout .scroller .topics .variantTable .variant_txt {
	padding-left: 0
}

@media (max-height:450px) {
	#akriddle-game {
		font-size: 13px
	}
}

@media (max-height:420px) {
	#akriddle-game {
		font-size: 12px
	}
}

@media (orientation:landscape) and (min-width:600px) {
	#akriddle-game {
		font-size: 16px
	}
	#akriddle-game .ui-content {
		padding-left: 5%;
		padding-right: 5%;
		width: 90%
	}
	#akriddle-game .game {
		margin-right: 8em
	}
	#akriddle-game .game .mediumLayout {
		display: block
	}
	#akriddle-game .game .smallLayout {
		display: none
	}
	#akriddle-game .progressBarHolder {
		width: 7em;
		padding-top: .25em;
		padding-bottom: .25em
	}
	#akriddle-game .progressBarHolder .progressBar {
		padding: 1em
	}
}

@media (orientation:landscape) and (min-width:600px) and (max-height:500px) {
	#akriddle-game {
		font-size: 15px
	}
}

@media (orientation:landscape) and (min-width:600px) and (max-height:450px) {
	#akriddle-game {
		font-size: 14px
	}
}

@media (orientation:landscape) and (min-width:600px) and (max-height:410px) {
	#akriddle-game {
		font-size: 13px
	}
}

@media (orientation:landscape) and (min-width:600px) and (max-height:390px) {
	#akriddle-game {
		font-size: 12px
	}
}

@media (min-width:900px) and (min-height:700px) {
	#akriddle-game {
		font-size: 18px
	}
	#akriddle-game .ui-content {
		padding-left: 5%;
		padding-right: 5%;
		width: 90%
	}
	#akriddle-game .game {
		margin-right: 8em
	}
	#akriddle-game .game .largeLayout {
		display: block
	}
	#akriddle-game .game .mediumLayout,
	#akriddle-game .game .smallLayout {
		display: none
	}
	#akriddle-game .game .progressBarHolder {
		width: 7em;
		padding-top: 1em;
		padding-bottom: 1em
	}
	#akriddle-game .game .progressBarHolder .progressBar {
		padding: 1em
	}
	#akriddle-game .game .progressBar .progressBarTable {
		border-spacing: 2px
	}
}

@media (min-width:900px) and (min-height:700px) and (max-height:800px) {
	#akriddle-game {
		font-size: 16px
	}
}

@media (min-width:900px) and (min-height:700px) and (max-height:750px) {
	#akriddle-game {
		font-size: 15px
	}
}

#akriddle-game #QuestAnimation {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	-webkit-transform: translate3d(0, 0, 1200);
	z-index: 0
}

#akriddle-game #QuestAnimation #multi-message {
	display: none;
	position: absolute;
	z-index: 5;
	width: 100%;
	top: 50px
}

#akriddle-game #QuestAnimation #multi-message span {
	font-size: 100%
}

#akriddle-game #QuestAnimation #multi-message p {
	font-size: 200%;
	text-shadow: none
}

#akriddle-game #QuestAnimation #multi-message div {
	display: inline-block;
	margin-left: -15px;
	margin-right: -15px
}

#akriddle-game #QuestAnimation .questionMarks {
	height: 100%;
	width: 100%
}

#akriddle-game #QuestAnimation .questionMarks .questionMarksInner {
	margin: 0 auto;
	position: relative;
	max-width: 400px
}

#akriddle-game #QuestAnimation .questionMarks .questionMarksInner .questionMark {
	position: relative;
	display: inline-block
}

#akriddle-game #QuestAnimation .questionMarks .questionMarksInner #Quest1 {
	top: 60px;
	left: 0;
	-webkit-animation: questmove1 1.3s linear infinite;
	animation: questmove1 1.3s linear infinite;
	z-index: 0
}

#akriddle-game #QuestAnimation .questionMarks .questionMarksInner #Quest2 {
	top: 20px;
	left: 0;
	-webkit-animation: questmove2 1.5s linear infinite;
	animation: questmove2 1.5s linear infinite;
	z-index: 1
}

#akriddle-game #QuestAnimation .questionMarks .questionMarksInner #Quest3 {
	top: 0;
	left: 0;
	-webkit-animation: questmove3 2s linear infinite;
	animation: questmove3 2s linear infinite;
	z-index: 2
}

#akriddle-game #QuestAnimation .questionMarks .questionMarksInner #Quest4 {
	top: 10px;
	left: 0;
	-webkit-animation: questmove4 1.8s .3s linear infinite;
	animation: questmove4 1.8s .3s linear infinite;
	z-index: 0
}

#akriddle-game #QuestAnimation .questionMarks .questionMarksInner #Quest5 {
	top: 0;
	left: 0;
	-webkit-animation: questmove5 1s linear infinite;
	animation: questmove5 1s linear infinite;
	z-index: 1
}

@-webkit-keyframes questmove1 {
	50% {
		-webkit-transform: translate(0, -30px)
	}
}

@-webkit-keyframes questmove2 {
	50% {
		-webkit-transform: translate(0, 30px)
	}
}

@-webkit-keyframes questmove3 {
	50% {
		-webkit-transform: translate(0, 70px)
	}
}

@-webkit-keyframes questmove4 {
	50% {
		-webkit-transform: translate(0, 30px)
	}
}

@-webkit-keyframes questmove5 {
	50% {
		-webkit-transform: translate(0, 10px)
	}
}

@keyframes questmove1 {
	50% {
		transform: translate(0, -30px)
	}
}

@keyframes questmove2 {
	50% {
		transform: translate(0, 30px)
	}
}

@keyframes questmove3 {
	50% {
		transform: translate(0, 70px)
	}
}

@keyframes questmove4 {
	50% {
		transform: translate(0, 30px)
	}
}

@keyframes questmove5 {
	50% {
		transform: translate(0, 10px)
	}
}

#akriddle-game .result {
	position: absolute;
	width: 100%;
	top: 0;
	-webkit-transform: translate3d(0, 0, 1200);
	display: none;
	z-index: 3
}

#akriddle-game .result .resultBox {
	position: absolute;
	bottom: 50%;
	width: 100%
}

#akriddle-game .result .resultBox .message {
	margin: 0 auto;
	line-height: 2em;
	padding: 0 25px
}

#akriddle-game .result .stat-box table td,
#akriddle-game .stats .stat-box table td {
	padding: 3px 10px
}

#akriddle-game .result .resultBox .message .win {
	color: green
}

#akriddle-game .result .resultBox .message .loose {
	color: red
}

#akriddle-game .result .resultBox img {
	margin: 0 auto;
	max-width: 90%;
	max-height: 20%;
	display: block
}

#akriddle-game .result .stat-box {
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 40%;
	max-height: 350px
}

#akriddle-game #QuestionCounter,
#akriddle-game #StartCounter,
#akriddle-game .stats {
	right: 0;
	display: none;
	background: rgba(0, 0, 0, .9);
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 1200)
}

#akriddle-game .result .stat-box table {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	font-style: italic;
	text-align: left
}

#akriddle-game .result .stat-box table tr.self {
	color: #a22;
	text-shadow: 1px 1px 2px #000
}

#akriddle-game .result .stat-box table td:last-child {
	text-align: right
}

#akriddle-game #QuestionCounter,
#akriddle-game #StartCounter,
#akriddle-game .stats,
#akriddle-game .stats .stat-box {
	width: 100%;
	position: absolute;
	text-align: center
}

#akriddle-game #QuestionCounter,
#akriddle-game #StartCounter {
	z-index: 3
}

#akriddle-game #QuestionCounter table,
#akriddle-game #StartCounter table {
	height: 100%;
	vertical-align: middle;
	width: 100%
}

#akriddle-game #QuestionCounter .item,
#akriddle-game #StartCounter .item {
	z-index: 6;
	text-shadow: 0 0 2px #fff, 0 0 .2em red;
	font-size: 10em;
	font-weight: 700
}

#akriddle-game .stats {
	z-index: 100
}

#akriddle-game .stats .text {
	height: 4em;
	margin-top: 3em;
	line-height: 2em;
	font-size: 1.5em
}

#akriddle-game .stats .img1 {
	position: absolute;
	right: 0;
	top: 5em
}

#akriddle-game .stats .img1 img {
	height: 9em
}

@media (max-width:600px) {
	#akriddle-game .stats .img1 img {
		display: none
	}
}

#akriddle-game .stats .stat-box {
	top: 18em;
	bottom: 60px;
	overflow: hidden
}

#akriddle-game .stats .stat-box table {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	font-style: italic;
	text-align: left
}

#akriddle-game .stats .stat-box table tr.self {
	color: red
}

#akriddle-game .stats .img-loose img,
#akriddle-game .stats .img-win img {
	height: 6em
}

@media (max-width:399px) {
	#akriddle-game .ui-header {
		font-size: 14px
	}
	#akriddle-game .ui-header .labStatusLeft,
	#akriddle-game .ui-header .labStatusRight {
		font-size: 100%
	}
}

@media (max-width:359px) {
	#akriddle-game .ui-header {
		font-size: 12px
	}
}

#akriddle-game .ui-header span {
	font-weight: 700;
	font-size: 120%
}

#akriddle-game.ui-page.page-bg0 {
	background-image: url(../gfx/akriddle/themes/bg0.jpg)
}

#akriddle-game.ui-page.page-bg1 {
	background-image: url(../gfx/akriddle/themes/bg1.jpg)
}

#akriddle-game.ui-page.page-bg2 {
	background-image: url(../gfx/akriddle/themes/bg2.jpg)
}

#akriddle-game.ui-page.page-bg3 {
	background-image: url(../gfx/akriddle/themes/bg3.jpg)
}

#akriddle-game.ui-page.page-bg4 {
	background-image: url(../gfx/akriddle/themes/bg4.jpg)
}

#akriddle-game.ui-page.page-bg5 {
	background-image: url(../gfx/akriddle/themes/bg5.jpg)
}

#akriddle-game.ui-page.page-bg6 {
	background-image: url(../gfx/akriddle/themes/bg6.jpg)
}

#akriddle-game.ui-page.page-bg7 {
	background-image: url(../gfx/akriddle/themes/bg7.jpg)
}

#akriddle-game.ui-page.page-bg8 {
	background-image: url(../gfx/akriddle/themes/bg8.jpg)
}

#akriddle-game.ui-page.page-bg9 {
	background-image: url(../gfx/akriddle/themes/bg9.jpg)
}

@media only screen {
	.ui-btn .low-ui,
	.ui-mobile .small-button {
		display: none
	}
}

@media only screen and (max-width:399px) {
	.ui-btn .high-ui,
	.ui-mobile .big-button {
		display: none
	}
	.ui-btn .low-ui,
	.ui-mobile .small-button {
		display: inherit
	}
}</pre></body></html>