<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
	font: 14px "Google Sans";
	color: #000;
	background-color: #fff;
	line-height: 1.5em;
}

.container {
	width: 1000px;
	min-height: 1000px;
	max-height: 999999px; /* prevents font boosting */
	margin: 0 auto; /* top and bottom, right and left */
	/*	border: 1px solid #000; */
	text-align: left; /* top, right, bottom, left */
	color: #000;
	background: #fff;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.venue {
	font-size: 140%;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.title {
	font-size: 190%;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 14px; /* h1 default */
	margin-bottom: 14px;
	padding-bottom: 5px;
}

table.authors td {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

table.affiliations td {
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
}

.caption {
	font-style: italic;
	font-size: 100%;
}

.section{
	font-size: 140%;
	font-weight: bold;
}

.date {
	font-size: 80%;
}

table.data td {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

.th_title {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: large;
}

.centertext {
    text-align: center;
}

.centersection {
    display: flex;
    justify-content: center;
}

.center_vertical {
    vertical-align: middle;
}

.speaker {
    font-size: large;
}

th, td {
    border-right: 1px solid #eeeeef;
    padding-left: 20px;
}

th:last-child, td:last-child {
    border-right: none;
}

.demo_table {
    padding-bottom: 20px;
}

.more{
    display: none;
}

table p {
    font-size: large;
}</pre></body></html>