<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'BemboStd Semibold';
    src: url('https://media.cdn.adultswim.com/presents/new-york-comic-con-2016/Fonts/Bembo/BemboStd-Semibold.otf');
}

body {
	margin: 0;
	background: url(https://media.cdn.adultswim.com/presents/new-york-comic-con-2016/Website_Tile_Image.jpg) top center repeat;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	position: relative;
	min-height: 100%;
	z-index: 2;
}

#wrapper &gt; * {
	z-index: 1;
}

#wrapper:before {
	content: '';
	display: block;
}


.container {
	position: relative;
	max-width: 100%;
	min-width: 27em;
	height: auto;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	margin-bottom: 200px;
	word-spacing: -3px;
}

.image-title {
	margin: 0 auto;
	text-align: center;
}

.image-title img {
	margin: 1em auto;
	width: 360px;
}

.image-subtitle img {
	display: block;
	width: 155px;
	margin: 1em auto 0em;
}

.image-subtitle.panels {
	margin: 2em auto 1em;
	text-align: center;
}

.image-subtitle.signings {
	margin: 0em auto 1em;
	text-align: center;
}

.image-subtitle.panels img {
	display: block;
	width: 120px;
	margin: 1em auto 0em;
}

.paragraph-content {
	font-family: 'BemboStd Semibold';
	color: rgb(40, 142, 80);
	margin: 0 auto;
    width: 360px;
	line-height: 1.05;
	display: inline-block;
}

.paragraph-content.panels {
    width: 290px;
    margin-bottom: 0.8em;
}

.paragraph-content.signings {
    width: 285px;
    margin-bottom: 0.8em;
}

.paragraph-content .inner-paragraph-content {
	display: block;
}

.paragraph-content .table {
	display: block;
	font-size: 21px;
}

.paragraph-content .table td {
    text-align:left;
    padding-bottom: 0em;
}

.paragraph-content.panels .table .hour {
	width: 120px;
}

.paragraph-content.signings .table .hour {
	width: 126px;
}

.paragraph-content h4 {
	text-align: center;
	font-size: 25px;
	margin:0em auto 0.5em;
}

.paragraph-content p {
	margin: 0.1em;
	font-size: 22px;
	height: auto;
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.image-subtitle.tyranic img {
	display: block;
    width: 350px;
}

.paragraph-content.tyranic {
	display: block;
	margin: 1em auto 1.7em;
}

.paragraph-content.tyranic p {
	text-align: center;
}

.paragraph-content.tyranic h4 {
	margin-top: 10px;
}

.paragraph-content.tyranic .rsvp {
	font-weight: bold;
}

.image-subtitle.assbooth img {
	display: block;
    width: 350px;
}

.paragraph-content.assbooth {
	margin: 0.75em auto;
}

.paragraph-content.assbooth p {
	text-align: center;
}

.paragraph-content.assbooth p a {
	color: rgb(40, 142, 80);
	text-decoration: none;
}

.paragraph-content.assbooth .schedule {
	margin-top: 10px;
}

.paragraph-content.assbooth .schedule a {
	font-size: 25px;
	color: rgb(251, 72, 172);
	text-decoration: none;
}

.paragraph-content.assbooth .schedule a:hover {
	color: #e82323;
}

.image-subtitle.rmvr img {
	display: block;
    width: 350px;
}

.paragraph-content.rmvr {
	margin: 1em 1.7em 0.8em;
}

.paragraph-content.rmvr p {
	text-align: center;
}

.image-subtitle.rmgfp img {
	display: block;
    width: 320px;
}

.paragraph-content.rmgfp {
	margin: 1em auto 0;
}

.paragraph-content.rmgfp p {
	text-align: center;
}

.hours-and-location {
	font-family: 'BemboStd Semibold';
	color: rgb(40, 142, 80);
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.hours-and-location h4 {
	margin: 0.75em 0 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.hours-and-location p {
	margin: 0 0 0.75em;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

.hours-and-location .inner-paragraph-content {
	display: block;
	width: 240px;
	text-align: center;
	margin: 0 auto;
}

.hours-and-location .table {
	margin: 0 auto;
	font-size: 22px;
	height: auto;
	text-align: left;
	width: 251.5px;
}

.hours-and-location .table .days {
	width: 160px;
}

.hours-and-location.hours {
	display: inline-block;
	margin-bottom: 40px;
}


@media screen and (max-width: 360px) {

	#wrapper {
		padding: 0.75em;
	}

}
</pre></body></html>