<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tl-game-view {
	width: 100%;
	height: 100%;
	background: red;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

/* Need to inc z=index for the lightbox */
.tl-main-content-block-holder {
	z-index: 5;	
}

.tl-selected-view-game #tl-slider-holder {
	visibility: hidden !important;
	display: none !important;
}

.tl-selected-view-game #tl-container {
	padding-bottom: 0;
	padding-top: 35px;	
}

#tl-timeline-game-exit {
	position: absolute;
	height: 23px;
	background: #fff;
	border-radius: 3px;
	bottom: 20px;
	display: block;
	width: 100px;
	left: 50%;
	padding: 0 5px 0 5px;
	line-height: 23px;
	text-decoration: none;
	color: #333;
	font-size: 13px;
	box-shadow: 0 0 5px rgba(0,0,0,1);
	text-align: center;
	margin-left: -55px;
}

.tlgv-top-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0.4;	
	z-index: 2;
}

.tlgv-timeline {
	position: absolute;
	bottom: 100px;
	height: 2px;
	width: 100%;
	z-index: 1;
}

.tlgv-timeline-line {
	position: absolute;
	width: 100%;
	height: 2px;
	color: #fff;
	opacity: 0.75;
}

.tlgv-timeline-stage {
	position: absolute;
	left: 0;
	bottom: 27px;
	width: 9999px;	
}

.tlgv-current-story-holder {
	position: absolute;
	left: 50%;
	width: 176px;
	top: 30px;
	margin-left: -88px;
	height: 214px;
	z-index: 1;
}

.tlgv-num-left {
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	z-index: 0;
	text-align: center;
	font-size: 80px;
	font-weight: bold;
	top: 40px;
	opacity: 0.5;
}

.tlgv-num-left span {
	display: block;
	text-align: center;
	font-size: 20;
}

/* Panel */
.tlgv-panel {
	width: 160px;
	position: relative;
	top: 0;
	margin: 0 8px 0 8px;
	float: left;
}

.tlgv-panel-filler {
	width: 0;
	height: 204px;
	float: left;
}

.tlgv-panel-content {
	background: #fff;
	border-radius: 3px;
	position: relative;
	height: 204px;
	box-shadow: 0 0 2px #000;
}

.tlgv-current-story-holder .tlgv-panel-content {
	cursor: move;
}

.tlgv-panel-image {
	height: 120px;
	background-color: rgba(0,0,0,.1);
	position: relative;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.tlgv-panel-no-image .tlgv-panel-image {
	display: none;
}

.tlgv-panel-image img {
	display: block;
	position: absolute;
}

.tlgv-panel-image .image-protector {
	position: absolute;
	width: 158px;
	height: 100%;
	border-radius: 3px 3px 0 0;
	border: #fff solid 1px;
	border-width: 1px 1px 0 1px;
	opacity: 0.5;
}

.tlgv-panel-text {
	height: 76px;
	overflow: hidden;	
}

.tlgv-panel-no-image .tlgv-panel-text {
	height: 200px;
}

.tlgv-panel .title {
	font-size: 15px;
	line-height: 17px;
	color: #333;
	margin: 8px 8px 4px 8px;
}

.tlgv-panel-no-image .title {
	padding-top: 5px;	
}

.tlgv-panel .intro {
	font-size: 13px;
	line-height: 15px;
	color: #999;
	margin: 0 8px 0 8px;
}

.tlgv-panel-arrow {
	position: absolute;
	left: 50%;
	height: 0;
	width: 20px;
	margin-left: -10px;
	bottom: 0;
}

.tlgv-panel-arrow .shadow {
	position: absolute;
	border-color: #000 transparent transparent transparent;
	border-width: 11px;
	border-style: solid;
	opacity: 0.3;
	left: -1px;
	top: 1px;
}

.tlgv-panel-arrow .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-color: #fff transparent transparent transparent;
	border-width: 10px;
	border-style: solid;
}

.tlgv-panel-date {
	font-size: 16px;
	position: absolute;
	text-align: center;
	top: 244px;
	left: 0;
	width: 100%;
	opacity: 0;
}

.tlgv-panel-date span {
	position: absolute;
	display: block;
	width: 2px;
	height: 6px;
	left: 50%;
	margin-left: -1px;
	top: -13px;
	opacity: .75;
}

/* Score */

.tlgv-score-holder {
	position: absolute;
	width: 40%;
	color: #fff;
	top: 28px;
	left: 0;
	opacity: 0.75;
	text-align: right;
}

.tlgv-score-holder p {
	color: inherit;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	opacity: .5;
}

.tlgv-score-holder p.score-score {
	opacity: 1;
}

/* Success text */

.tlgv-success-text {
	position: absolute;
	width: 600px;
	text-align: center;
	margin-left: -300px;
	margin-top: -100px;
	font-size: 100px;
	z-index: 0;
	opacity: 0.75;
}

/* Instructions */

.tlgv-instructions {
	position: absolute;
	width: 40%;
	color: #fff;
	top: 28px;
	right: 0;
	opacity: 0.75;
	text-align: left;
}

.tlgv-instructions h5 {
	font-size: 32px;
	margin: 0 0 10px 0;
	color: inherit;
}

.tlgv-instructions p {
	font-size: 20px;
	opacity: .5;
	margin: 0 20% 10px 0;
	line-height: 25px;
	color: inherit;
	max-width: 500px;
}

/* lightbox */

.tlgv-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	display: none;	
}

.tlgv-lightbox-fade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .85;
}

.tlgv-lightbox-content {
	width: 75%;
	text-align: center;
	margin: 0 auto 0 auto;
	position: relative;	
}

.tlgv-lightbox-content {
	color: inherit;	
}

.tlgv-lightbox-animated-text {
	position: relative;	
	color: inherit;
	margin-top: -20px;
}

.tlgv-lightbox-animated-text span {
	position: relative;
	opacity: 0;
	top: -10px;
}

.tlgv-lightbox-animated-text h4 span {
	top: -20px;
}

.tlgv-lightbox-animated-text span,
.tlgv-lightbox-animated-text p,
.tlgv-lightbox-animated-text h4 {
	color: inherit;
	text-transform: uppercase;
}

.tlgv-lightbox-animated-text h4 {
	font-size: 60px;
	font-weight: bold;
	margin: 0 0 50px 0;
}

.tlgv-lightbox-animated-text p {
	margin: 0 0 5px 0;
	font-size: 20px;
	opacity: 0.5;
}

.tlgv-lightbox-animated-text .tlgv-sub-title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.5;
	margin: -40px 0 50px 0;
}

.tlgv-lightbox-animated-text .tlgv-text-total-score {
	opacity: 1;
	font-size: 30px;	
	margin: 40px 0 0 0;
}

.tlgv-completion-button {
	position: relative;
	background: rgb(255,255,255,0.75);
	border-radius: 8px;
	font-size: 18px;
	padding: 12px 15px 12px 15px;
	margin: 40px 10px 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	display: inline-block;
}

.tlgv-completion-button:hover {
	background: rgb(255,255,255,1);
	color: #333;
}

/* Launch game button */
#tl-timeline-game-launch {
	position: absolute;
	height: 25px;
	background: #fff;
	border-radius: 12.5px;
	left: 50px;
	bottom: 42px;
	/*display: inline-block;*/
	padding: 0 10px 0 10px;
	line-height: 25px;
	text-decoration: none;
	color: #333;
	font-size: 13px;
	box-shadow: 0 0 5px rgba(0,0,0,1);
	z-index: 4;
	margin-bottom: -1px;
}

.tl-page-size-category-mode-height #tl-timeline-game-launch {	
	bottom: 25px;	
}

.tl-container-minimum-layout-2 #tl-timeline-game-launch,
.tl-selected-view-3d #tl-timeline-game-launch {
	bottom: 15px;
}


/* Small version */

.tlgv-small-version .tlgv-timeline-stage {
	bottom: 19px;
}

.tlgv-small-version .tlgv-panel {
	width: 108px;
	margin: 0 5px 0 5px;
}

.tlgv-small-version .tlgv-panel-filler {
	height: 132px;
}

.tlgv-small-version .tlgv-panel-content {
	height: 132px;
}

.tlgv-small-version .tlgv-panel-image {
	height: 80px;
}

.tlgv-small-version .tlgv-panel-image .image-protector {
	width: 106px;
}

.tlgv-small-version .tlgv-panel-text {
	height: 48px;
}

.tlgv-small-version .tlgv-panel-no-image .tlgv-panel-text {
	height: 133px;
}

.tlgv-small-version .tlgv-panel .title {
	font-size: 10px;
	line-height: 11px;
	margin: 4px 5px 2px 5px;
}

.tlgv-small-version .tlgv-panel-no-image .title {
	padding-top: 3px;	
}

.tlgv-small-version .tlgv-panel .intro {
	font-size: 9px;
	line-height: 10px;
	margin: 0 5px 0 5px;
}

.tlgv-small-version .tlgv-panel-arrow {
	width: 14px;
	margin-left: -7px;
}

.tlgv-small-version .tlgv-panel-arrow .shadow {
	border-width: 8px;
}

.tlgv-small-version .tlgv-panel-arrow .arrow {
	border-width: 7px;
}

.tlgv-small-version .tlgv-panel-date {
	font-size: 12px;
	top: 164px;
}

.tlgv-small-version .tlgv-current-story-holder {
	width: 118px;
	margin-left: -59px;
	height: 142px;
}

.tlgv-small-version .tlgv-score-holder p {
	font-size: 20px;
	margin-right: -10px;
}

.tlgv-small-version .tlgv-instructions h5 {
	font-size: 21px;
	margin: 0 0 7px -10px;
}

.tlgv-small-version .tlgv-instructions p {
	font-size: 13px;
	margin: 0 20% 7px -10px;
	line-height: 15px;
	max-width: 350px;
}

.tlgv-small-version .tlgv-num-left {
	width: 100px;
	margin-left: -50px;
	font-size: 50px;
	top: 35px;
}

.tlgv-small-version .tlgv-lightbox-animated-text h4 {
	margin-bottom: 20px;
}</pre></body></html>