body {
    background: white;
    color: black;            
    font-family: Open Sans, Arial, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 100%;
}
div.content {
    padding: 0 20%;
}
h1 {
    font-family: Open Sans, serif;
    font-weight: normal;
    font-size: 350%;
    padding-bottom: 0.3em;
    text-align: center;
    border-bottom: 5px solid #0e87b3;
}
h2 {
    font-family: Open Sans, serif;
    font-weight: normal;
    font-size: 250%;
    padding-bottom: 0;
    text-align: center;
}
h3 {
    font-weight: normal;
    font-size: 160%;
    margin: 0;
    padding: 1em 0 0.5em 0;
}
h3 + p {
    margin-top: 0;
}
.header-holder {
    /*background-color: #0e87b3;*/
}
.header {
    color: black;
    display: table;
    margin: 0 auto;
    padding: 1em;
}
.header a,
.header a:visited {
    color: blakc;
    text-decoration: none;            
}
.header a:hover {
    color: #B01313;
    text-decoration: underline;
}
.header span.current {
    color: B01313;     
}
.header ul {
    display: table-row;
    text-align: center;
}
.header .sandwich {
    display: none;
}
.header ul li {
    list-style-type: none;
    text-align: center;
    display: inline;
    margin: 1em;
    padding: 0;
}
.header ul li div.pic {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 3em;
    background-size: cover;
}
.header ul li a.pic,
.header ul li span.pic {
    padding-left: 33px;
}

ul li {
    list-style-type: none;
    margin-bottom: 0.3em;
}

.short-footer-holder {
    border-top: 1px dashed gray;
    padding: 1em;
    margin-top: 2em;
}
.short-footer {
    display: table;
    margin: 0 auto;
    padding: 1em;
}
.short-footer a,
.short-footer a:visited {
    text-decoration: none;
}
.short-footer a:hover {
    color: #B01313;
    text-decoration: underline;
}
.header ul#MainMenu li span {
    background: #0e87b3;
    color: white;
    padding: 0.2em 0.5em;
    border-radius: 0.4em;
}
.short-footer span {
    color: white;
    background: #0e87b3;
    padding: 0.2em 0.5em;
    border-radius: 0.4em;
}
.short-footer ul {
    display: table-row;
    text-align: center;
    margin: 0;
    padding: 0;
}
.short-footer ul li {
    list-style-type: none;
    text-align: center;
    display: inline;
    padding: 1em;
}

p.addition {
    margin-top: 3em;
}
p.status {
    text-align: center;
}
.success {
    background-color: #91FFCA;
    padding: 0.5em 1em;
    border-radius: 4em;
    display: inline-block;
}
.error {
    background-color: red;
    color: white;
    padding: 0.5em 1em;
    border-radius: 4em;
    display: inline-block;
}
p.center {
    text-align: center;
}

p.cart select {
    font-size: 120%;
}
p.cart button {
    background: orange;
    color: black;
    padding: 0.5em 1em;
    border-radius: 4em;
    text-decoration: none;
    letter-spacing: 0.05em;   
    font-size: 100%; 
}
button.cart:focus {
    outline: 0;
}
p.button {
    text-align: center;
    padding: 1em;
}
p.button a.button {
    background: #0e87b3;
    color: white;
    padding: 0.5em 1em;
    border-radius: 4em;
    text-decoration: none;
    border: 1px solid #0e87b3;
    letter-spacing: 0.05em;
    display: inline-block;
}
p.button a.button:hover {
    background: white;
    color: black;
    padding: 0.5em 1em;
    border-radius: 4em;
    text-decoration: none;
    border: 1px solid #0e87b3;
    letter-spacing: 0.05em;
}
p.button a.row {
    margin: 0 2em 2em 2em;    
}

input[type="submit"] {
    background: #0e87b3;
    color: white;
    font-size: 100%;
    padding: 0.7em 1em;
    border-radius: 4em;
    text-decoration: none;
    border: 1px solid #0e87b3;
    letter-spacing: 0.05em;
}
input[type="submit"]:hover {
    background: white;
    color: black;
    font-size: 100%;
    cursor: pointer;
    padding: 0.7em 1em;
    border-radius: 4em;
    text-decoration: none;
    border: 1px solid #0e87b3;
    letter-spacing: 0.05em;
}
input[type="submit"]:disabled {
    background: gray;
    color: white;
    font-size: 100%;
    cursor: not-allowed;
    padding: 0.7em 1em;
    border-radius: 4em;
    text-decoration: none;
    border: 1px solid gray;
    letter-spacing: 0.05em;
}        

a,
a:visited {
    color: #0e87b3;
}
a:hover {
    color: #c01b1b;
}

p.menu a,
p.menu a:visited {
    color: #0e87b3;
}
p.menu a:hover {
    color: #c01b1b;
}

.infoitem dl {
    clear: both;
    display: table-row;
}
.infoitem dt {
    width: 10em;
    padding: 0 1em 1em 0;
    font-variant: small-caps;
    display: table-cell;
    vertical-align: top;
}
.infoitem dd {
    display: table-cell;
    padding: 0 1em 1em 0;
    vertical-align: top;
}
.infoitem input[type="text"],
.infoitem input[type="email"],
.infoitem input[type="password"],
form input[type="text"],
form input[type="email"],
form input[type="password"] {
    font-size: 100%;
    padding: 0.2em;
    min-width: 20em;
}
.infoitem input.short[type="text"],
.infoitem input.short[type="email"],
form input.short[type="text"] {
    font-size: 100%;
    padding: 0.2em;
    min-width: 7em;
}
form.spacy p {
    margin-bottom: 1.7em;
}
form input.wide[type="text"],
form input.wide[type="email"] {
    font-size: 100%;
    padding: 0.2em;
    width: 100%;
}
form.spacy select {
    font-size: 100%;
    padding: 0.2em;
}

form textarea.wide {
    width: 100%;
    font-size: 100%;
    height: 12ex;
    line-height: 140%;
}
form textarea.high {
    width: 100%;
    font-size: 100%;
    height: 30ex;
    line-height: 140%;
}

.infoitem select {
    font-size: 100%;
    padding: 0.2em;
}
.infoitem textarea {
    min-width: 30em;
    font-size: 100%;
    height: 20ex;
    line-height: 140%;
}
.infoitem textarea.short {
    min-width: 20em;
    font-size: 100%;
    height: 10ex;
    line-height: 140%;
}

.ok {
    font-weight: bold;
    color: green;
    padding-left: 0.5em;
    visibility: hidden;
}
.nok {
    color: red;
    font-weight: bold;
    visibility: hidden;
}
p.note {
    color: gray;
    font-size: 90%;
    margin-top: 0;
}
span.note {
    color: gray;
}
p.shift {
    padding-left: 2.5em;
}
p.userphoto {
    text-align: center;
    padding-bottom: 1em;
}
p.userphoto img {
    border-radius: 100%;
    max-height: 450px;
    width: auto;
} 
p.followed {
    margin-bottom: 0.2em;
}
p.menu2 {
    text-align: center; 
    margin-bottom: 3em;           
}
p.menu2 span.main {
    border: 2px solid #0e87b3;
    border-radius: 1em;
    padding: 0.5em 2em;
}

.tickets h3 {
    padding-bottom: 0;
}
.tickets h3 span {
    padding: 0.3em;
    color: #0e87b3;
}
.tickets .ticket-info {
    margin-bottom: 4em;
}
.tickets ul li {
    list-style-type: none;
    padding-bottom: 0.3em;
}
.tickets ul li.is-new {
    list-style-type: none;
    padding-bottom: 0.3em;
    color: green;
    font-weight: bold;
}
.tickets ul li.is-new a {
    color: green;
}
.tickets ul li.is-new a:hover {
    color: #B01313;
}

.cart select {
    font-size: 100%;
    padding: 0.2em;
}
.cart input[type="checkbox"] {
    font-size: 100%;
    padding: 0.2em;
}
.cart table tbody tr.prices:hover {
    background: #B01313;
}
.cart table {
    border-spacing: 0;            
}        
.cart thead th {
    border-bottom: 1px solid gray;
    padding: 0.5em 0.5em 0.3em 0.5em;
    vertical-align: top;
}
.cart tfoot tr.first th {
    border-top: 1px solid gray;
    padding-top: 1em;
}
.cart .totals {
    border-top: 1px solid black;
    text-align: right;
    font-weight: bold;
}
.cart table td {
    padding: 1em 0.5em 1em 0.5em;
    vertical-align: top;
}
.cart table td.number,
.cart table th.number {
    text-align: right;
    white-space: nowrap;
}
.cart h3 {
    padding-top: 0;
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart h3.product {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart .tablelike h3 {
    margin-top: 1em;
}
.cart tr.dates td {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}        
.cart tr.dates p {
    margin-top: 0;
    padding-left: 2em;
}
.cart tr.dates p.note {
    margin-top: 0;
    padding-left: 2.2em;
}
.cart tr.followed td {
    padding-bottom: 0.3em;
}
.cart tr.gray td {
    color: gray;
}
.cart tr.gray td.cond {
    visibility: hidden;
}
.cart tr td.center {
    text-align: center;
}
.cart input[type="text"] {
    font-size: 100%;
    padding: 0.2em;
}
.cart input.wide[type="text"] {
    font-size: 100%;
    padding: 0.2em;
    width: 20em;
}
.cart input.short[type="text"] {
    font-size: 100%;
    padding: 0.2em;
    width: 5em;
    text-align: right;
}
.cart input.hidden,
.cart span.hidden,
.cart select.hidden {
    display: none;
}
.cart input.block {
    display: block;
    margin-bottom: 0.5em;
}
.cart p.higher {
    line-height: 200%;
}
.cart .included {
    margin-top: 0;
}
.cart .included {
    color: #12921e;
    font-weight: bold;
}
.cart .excluded {
    color: #aa0404;
}
.cart .ticket-attendees div {
    float: left;    
    padding-right: 1em;
}
.cart .tablelike {
    padding: 2em 1em 1em 1em;
    padding-top: 2em;
    margin: 2em 0 1em 0;
    background: #f5f5ea;
    position: relative;
    left: -0.5em;
}
.cart .tablelike h3 {
    margin-bottom: 0.5em;
}
.cart p.hidden {
    display: none;
}
.cart div.hidden {
    display: none;
}

div.compare-options-holder {
    padding: 0 2em;
}
table.compare-options {
    border-spacing: 0;
    margin: auto;
    margin-bottom: 4em;
}
table.compare-options thead tr th {
    padding: 0.5em;
    white-space: nowrap;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    color: #B01313;
    font-weight: normal;
}
table.compare-options thead tr th span.alt,
table.compare-options tfoot tr th span.alt {
    display: none;
}
table.compare-options tbody tr td {
    padding: 0.5em;
    text-align: center;
    color: green;
    font-size: 150%;
    border-left: 1px solid #dedede;
}
table.compare-options tbody tr td.element {
    padding: 0.5em;
    text-align: left;
    color: black;
    font-size: 100%;            
    border-left: none;        
}
table.compare-options tbody tr:hover td {
    background: #f5f5ea;
}                
table.compare-options tfoot tr th {
    padding: 0.5em;
    white-space: nowrap;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    color: #B01313;
    font-weight: normal;
}
table.compare-options tfoot tr th a,
table.compare-options tfoot tr th a:visited {
    color: #B01313;
}
table.compare-options tfoot tr th a:hover {
    color: #3a9bf5;
}
.cart .unveil {
    cursor: pointer;
    color: #3a9bf5;
}
.cart .unveil .text {
    border-bottom: 1px dashed #3a9bf5;
}
.cart .unveil:hover {
    color: #c01b1b;
}
.cart .unveil:hover .text {
    border-bottom: 1px dashed #c01b1b;
}
.cart .includes {
    padding-top: 0.4em;
    padding-left: 1em;
    margin-bottom: 2em;
}
.cart .includes p {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0.7em;
    margin-bottom: 0.1em;
    margin-right: 2em;
    line-height: 120%;
    text-indent: -1em;
}
.cart .includes .ticket-items {
    float: left;    
}
.cart .includes .ticket-items:first-child {
    float: left;
    padding-right: 2em;
}
.cart .ticket {
    background: #f5f5ea;
    padding: 1em;
}

.clear {
    clear: both;
}
.cart .checkboxed input[type="checkbox"] {
    float: left;
    position: relative;
    top: 0.1em;
}
.cart .checkboxed {
    margin-bottom: 2em;
}
.cart .checkboxed.followed {
    margin-bottom: 0em;
}
.cart .checkboxed p {
    padding-left: 2em;
    margin-bottom: 0.3em;
}
.cart .checkboxed p.note {
    padding-left: 2.23em;    
}
.cart tr td.bottom {
    vertical-align: bottom;
}
div.wide-photo {
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cart .attendee-data {
    padding-bottom: 1em;
}
.cart .attendee-data h3 {
    margin-bottom: 0.3em;
}
.cart p.spacy {
    line-height: 200%;
}
.als {
    background-color: #f5f5ea;
    padding: 0.5em 1em;
    position: relative;
    left: -1em;
}
.als-wide {
    background-color: #f5f5ea;
    padding: 0.5em 1em;
}
a[target="_blank"]::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
    color: #3a9bf5;
}
tt {
    background: #f5f5ea;
    padding: 2px;
}
.room-info {
    margin-bottom: 2em;
}
.room-info h4 {
    margin-bottom: 0;
}
.room-info ul {
    margin-top: 0.3em;
}
.room-info ul li {
    list-style-type: none;
    padding-bottom: 0.3em;
}
.room-info ul li.is-new {
    list-style-type: none;
    padding-bottom: 0.3em;
    color: green;
    font-weight: bold;
}
.room-info p.highlight {
    background: #f5f5ea;
}
.best {
    color: red;
    font-weight: bold;
    font-size: 90%;
    position: relative;
    top: -0.2em;
}
.pseudo {
    border-bottom: 1px dashed #3a9bf5;
    cursor: pointer;
}
table.summary {
    width: 100%;
}
table.summary th {
    text-align: left;
    font-weight: normal;
}
table.summary th.number {
    text-align: right;
    font-weight: normal;
}
.summary-flat {
    display: none;
}
.right {
    text-align: right;
    margin-top: 0;
}
hr {
    border-top: none;
    border-bottom: 1px solid gray;
}
.speakers {
    margin: 0 auto;
    display: table;
}
.speakers ul {
    display: table-row;
    text-align: center; 
    padding: 0;
    margin: 0;
}
.speakers ul li {
    list-style-type: none;
    text-align: center;
    display: table-cell; 
    padding: 0 1em;
    margin: 0;
}
.speakers img {
    width: 300px;
    height: auto;
}
.speakers h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 200%;
    position: relative;
    top: -20px;
}
.speakers h5 {
    margin: 0 0 0 0;
    padding: 0;            
    color: white;
    font-size: 200%;
    position: relative;
    top: -10px;
}
.speakers h5 span {
    background: #B01313;
    padding: 0.1em 0.5em;
}
.speakers p {
    margin-top: 0;
    margin-bottom: 2em;
}
.speakers p.date {
    margin: 0 0 1em 0;
}
.speakers .list p {
    text-align: left;
    margin-bottom: 0;
}

ul.topics {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.topics li {
    padding: 0 0 1em 2em;
}
ol.topics {
    margin: 0;
    
}
ol.topics li {
    padding: 0 0 1em 1em;
}

.sponsor {
    text-align: center;
    margin-bottom: 4em;
}
.sponsor img {
    max-width: 400px;
    height: auto;
}
.sponsor img.big {
    max-width: 600px;
    height: auto;
}

.sponsors {
    margin: 0 auto;  
    text-align: center;
}
.sponsors div {
    display: inline-block;
    padding: 3em;
    vertical-align: middle;
}
.sponsors img {
    width: 250px;
    height: auto;
}
div.og-image {
    text-align: center;
}
div.og-image img {
    width: 80%;
    height: auto;
}
div.talk-photo {
    text-align: center;
}
div.talk-photo img {
    width: 100%;
    height: auto;
}
div.workshops {
    text-align: center;
}
div.workshops p {
    display: inline-block;
    padding: 0 3em 0.5em 3em;
}
div.workshops img {
    height: 250px;
    width: auto;
}
div.faces {
    text-align: center;
    width: 70%;
    margin: auto;
}
div.faces div {
    display: inline-block;
    padding: 40px 40px 20px 40px;
}
div.faces div img {
    width: 125px;
    height: 144px;
}
div.daces div p {
    text-align: center;
    font-size: 80%;
}
div.cart-link {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: lightgreen;
    border-radius: 1em;
    color: black;    
    font-family: 'Work Sans', sans-serif;
    padding: 0.3em 0.5em;
}
div.cart-link a {
    color: black;
    text-decoration: none;
}
div.cart-link:hover {
    background-color: orange;
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border: 1ps solid red;
}
.container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}