html {
    background-color: #eef;
    font-family: Ubuntu, sans-serif;
    font-size: 0pt;
    white-space: nowrap;
}
body {
    border: 1px solid #6075f5;
    background-color: #fff;
}
@media screen {
    body {
        margin: 8px 8%;
    }
}

hr {
    display: block;
    box-sizing: border-box;
    height: 1px;
    border: none;
    border-top: 1px solid #6075f5;
}

header {
    position: relative;
    margin: 0px;
    white-space: normal;
}
header img#banner {
    border: none;
    border-bottom: 1px solid #6075f5;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
}
header div#credits {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 8pt;
    color: #c54f21;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen {
    nav {
	display: inline-block;
	width: 23.3333333333%;
    }
}
@media print {
    nav {
	display: none;
    }
}
nav {
    font-size: 12pt;
    vertical-align: top;
    white-space: normal;
    overflow: hidden;
}
nav menu {
    margin: 0px;
    padding: 0.5em 0px;
    background-color: #fff;
}
nav menu menu {
    padding: 0px;
}
nav menu button {
    display: block;
    position: relative;
    margin: 0.5em 0px;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 1px 0px #6075f5;
    padding: 0.5em;
    width: 100%;
    background-image: linear-gradient(150deg, #fff, #fff 1px, #e9ecfd);
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}
nav menu button.supertab {
    margin-bottom: 0px;
}
nav menu button.supertab span.drop {
    position: absolute;
    right: 0px;
    height: 100%;
    padding: 0px 1em 0px 1em;
    font-size: 8pt;
}
nav menu button.subtab {
    display: none;
    margin: 0px;
    padding: 0px 0.5em;
    font-size: 11pt;
}
nav menu button:focus {
    text-decoration: underline dotted #000;
}
nav menu button.active {
    background-image: linear-gradient(150deg, #fff, #fff 1px, #c4ccfb);
    font-weight: bold;
}
nav menu button:active {
    top: 1px;
    box-shadow: 0px -1px 0px #6075f5;
    background-image: linear-gradient(150deg, #fff, #c4ccfb);
}
nav menu button.invisible {
    display: none;
}

nav div.credits {
    margin: 2.5em 0 1em 0;
    padding: 0.5em 0;
    font-size: 12pt;
    text-align: center;
}
nav img {
    display: block;
    margin: 1em auto;
    border: none;
    max-width: 90%;
}
nav img#sigai {
    width: 6.5vw;
}
nav img#cs, nav img#tcse {
    width: 10vw;
}

nav, main {
    border-top: 1px solid #6075f5;
}
@media screen {
    nav {
	border-right: 1px solid #6075f5;
    }
    /* main { */
    /* 	border-left: 1px solid #6075f5; */
    /* } */
}

@media screen {
    main {
	width: 76.6666666667%;
    }
}
@media print {
    main {
	width: 100%;
    }
}

main {
    display: inline-block;
    width: 76.6666666667%;
    font-size: 12pt;
    vertical-align: top;
    white-space: normal;
}
article {
    text-align: justify;
    overflow: hidden;
}
article > section, article > p, article > ol {
    box-sizing: border-box;
    margin: 0.5em auto 0.5em auto;
    width: 95%;
}
section {
    clear: both;
}

h1, div.banner {
    margin: 0.5em 0em;
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    line-height: 30pt;
    color: #c54f21;
}
h2 {
    text-align: center;
    font-size: 14pt;
}
h3, h2 span.speaker {
    text-align: center;
    font-size: 12pt;
}

p.asterism {
    font-size: 8pt;
    text-align: center;
}
p.other-format {
    margin: 0em auto 1.5em auto;
    text-align: center;
}

a {
    color: #c54f21;
}

ul {
    padding: 0px;
    margin: 0px 0px 0px 40px;
}
ul li {
    padding: 0px;
    margin: 0px 0.5em 0px 0px;
}
ul.levels li {
    margin: 0.5em 0.5em 0.5em 0px;
}

table {
    margin: 2.5em auto 2.5em auto;
    width: 75%;
}
table caption {
    margin: 0.25em 0em;
}
table caption, table th {
    font-size: 14pt;
    text-align: center;
}
table td {
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dates-table td:first-child, table.dates-table th:first-child {
    width: 99%;
}
table.dates-table td:last-child, table.dates-table th:last-child {
    white-space: nowrap;
    text-align: right;
}

table.cost-table td {
    text-align: center;
}
table.cost-table td:first-child, table.cost-table th:first-child {
    width: 1%;
    white-space: nowrap;
    text-align: left;
}

table.striped tr:nth-child(even) {
    background: #ccc;
}

article.photos {
    text-align: center;
    white-space: nowrap;
}
figure {
    display: inline-block;
    clear: both;
    margin: 1em 0px 3em 0px;
}
figure.organization {
    width: 50%;
    max-width: 50%;
}
figure.keynote-speaker {
    float: right;
    margin: 1em 4% 1em 4%;
}
figure figcaption {
    display: block;
    margin: auto;
    text-align: center;
}
img {
    border: 8px solid #e9ecfd;
    border-radius: 5px;
}
img.acknowledgment {
    display: block;
    margin: 1em auto;
    border: none;
    max-width: 90%;
}
img#sigsoft-acknowledgment {
    width: 400px;
}
figure img {
    display: block;
    margin: auto;
    width: 146px;
    height: 160px;
}
div.event-photos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
    margin: 1em;
}
a.event-photo {
    flex: 0 0 20em;
    max-width: 100%;
}
img.photo, div.video-box {
    position: relative;
    margin-left: 2em;
    margin-right: 2em;
    width: 95%;
    width: calc(100% - 4em - 10px);
}
div.video-box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
div.video-box iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
div.credits {
    margin: 0px;
    padding: 0px;
    width: 95%;
    font-size: 8pt;
    color: #c54f21;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

input, .sample-banner {
    display: block;
    margin: auto;
}
input {
    width: 50%;
}
#large-banner {
    width: 600px;
    max-width: 90%;
}
#small-banner {
    width: 140px;
    max-width: 90%;
}
div.timeline {
    margin: 0.5em auto 0.5em auto;
    text-align: center;
}
div.timeline #facebook-badge img {
    display: inline-block;
}
div.social {
    display: table;
    margin: auto;
}
div.social div, div.social iframe {
    display: table-cell;
    vertical-align: middle;
    margin-left: 2em;
    margin-right: 2em;
}
div.social img {
    border: none;
}
iframe[id^='twitter-widget-'] {
    width: 95%;
    width: calc(100% - 2.5em) !important;
    max-width: 520px !important;
}
iframe.google-map {
    display: block;
    margin: auto;
    width: 95%;
    width: calc(100% - 2.5em) !important;
}

div.toggles {
    margin: 1em;
    text-align: center;
}
#programming section {
    margin: 2.5em auto 2.5em auto;
}
#programming table {
    margin: 0px auto 0px auto;
}
table.program-table {
    width: 100%;
    table-layout: fixed;
}
table.program-table caption {
    font-weight: bold;
}
table.program-table.day td:first-child, table.program-table.day th:first-child, table.sub-program-table td:first-child {
    width: 5em;
}
table.program-table td {
    vertical-align: top;
    text-align: center;
    padding: 0.5em;
    margin: 0.5em;
    overflow-x: hidden;
}
table.program-table td div.hidable div p {
    text-align: left;
}
table td.combined {
    background-image: linear-gradient(90deg, #fff, #afb9f9, #fff);
    font-weight: bold;
}
table td.break {
    background-image: linear-gradient(90deg, #fff, #e9ecfd, #fff);
}
table td span.button-attaching {
    white-space: nowrap;
}
table td button {
    font-size: 6pt;
    vertical-align: text-top;
}
table td div.hidable {
    padding: 0.5em 0 0.5em 0;
    font-weight: normal;
}
table td div.hidable hr {
    margin-top: 0px;
}
span.paper {
    width: 100%;
    font-style: italic;
    /* font-weight: bold; */
}
span.paper:before {
    content: "\"";
}
span.paper:after {
    content: "\"";
}
span.distinguished.paper {
    font-weight: bold;
}
span.distinguished.paper:before {
    content: "Distinguished Paper: \"";
}
table td div.hidable p {
    text-align: justify;
}
#programming button {
    border: 1px outset #6075f5;
    border-radius: 5px;
    padding: 0.25em;
    background-image: linear-gradient(135deg, #fff, #e9ecfd);
    font-weight: bold;
    color: #000;
}
#programming button:active, #programming button.depressed {
    border-style: inset;
    background-image: linear-gradient(135deg, #e9ecfd, #afb9f9);
}

span.authors {
    display: block;
    padding-left: 1em;
}

span.chair {
    display: block;
    color: #c54f21;
    font-size: 10pt;
}
table.program-table td div.hidable div.panelists p {
    text-align: center;
}
div.construction {
    margin: 1.5em 0em;
    line-height: 1.5em;
    text-align: center;
    font-size: 14pt;
}
noscript {
    text-align: center;
    color: #f00;
}

@media print {
    main, article {
	display: inline;
    }
    * {
	overflow-x: visible !important;
	overflow-y: visible !important;
    }
}
