/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

PopupCustomLayout.PopupPanel
{
	width: 100%;
	height: 100%;
	background-color: gradient( linear, 0% 0%, 0% 100%, from( #252B2C ), to( #141718 ) );
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	flow-children: none;
}

.PopupMessage
{
	horizontal-align: center;
}

.ComicPage
{
	width: 1397px;
	height: 1048px;
	border: 3px solid black;
	horizontal-align: center;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition-property: background-image, opacity;
	transition-duration: 0.32s;
	transition-timing-function: ease-in-out;
}

.PopupButton
{
	horizontal-align: right;
}

#ComicContainer
{
	horizontal-align: center;
	vertical-align: middle;
}

.ButtonDark
{
	min-width: 56px;
	min-height: 24px;
	margin-bottom: 4px;
}

#Cover
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/001_png.vtex");
}

#Page01
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/002_png.vtex");
}

#Page02
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/003_png.vtex");
}

#Page03
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/004_png.vtex");
}

#Page04
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/005_png.vtex");
}

#Page05
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/006_png.vtex");
}

#Page06
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/007_png.vtex");
}

#Page07
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/008_png.vtex");
}

#Page08
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/009_png.vtex");
}

#Page09
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/010_png.vtex");
}

#Page10
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/011_png.vtex");
}

#Page11
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/012_png.vtex");
}

#Page12
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/013_png.vtex");
}

#Page13
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/014_png.vtex");
}

#Page14
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/015_png.vtex");
}

#Page15
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/016_png.vtex");
}

#Page16
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/017_png.vtex");
}

#Page17
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/018_png.vtex");
}

#Page18
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/019_png.vtex");
}

#Page19
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/020_png.vtex");
}

#Page20
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/021_png.vtex");
}

#Page21
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/022_png.vtex");
}

#Page22
{
	background-image: url("s2r://panorama/images/comics/tipofthespear/023_png.vtex");
}

#Cover.ActivePage,#Page01.ActivePage,#Page02.ActivePage,#Page03.ActivePage,#Page04.ActivePage,#Page05.ActivePage,#Page06.ActivePage,#Page07.ActivePage,#Page08.ActivePage,#Page09.ActivePage,#Page10.ActivePage,#Page11.ActivePage,#Page12.ActivePage,#Page13.ActivePage,#Page14.ActivePage,#Page15.ActivePage,#Page16.ActivePage,#Page17.ActivePage,#Page18.ActivePage,#Page19.ActivePage,#Page20.ActivePage,#Page21.ActivePage,#Page22.ActivePage
{
	opacity: 1;
}

.PageIndex
{
	padding-left: 32px;
}

