* {
    overflow-x: visible !important;
}

p {
  margin: 1em 0em 0.2em;
}

ul {
  margin: 0;
}

.header {
  width: 100%;
}

.footer {
  width: 600px;
  margin: 0 auto;
}

.footer-extra {
  display: none;
}

.conf {
  width: 800px;
  margin: 0 auto;  
  border: none;
}

.event-wrapper {
  width: 600px;
  margin: 0 auto;
}

.col2 {
    width: 570px;
}

.confTitle, .confSubTitleContent, #confSectionsBox {
    width: unset;
}

.clearfix::after {
    content:'';
}

.confheader {
  background: none;
}

.confLogoBox {
  height: 2em;
  float: left;
  padding-right: 10px;
}

.confTitleBox {
  color: white;
  text-align: left;
  min-height: unset;
  background-color: unset;
}

.confTitleBox img {
    height: 2em;
}

.confTitle h1 {
  font-weight: normal;
  margin: 0;
  color: #0672BA;
}

.confTitle a {
  color: inherit;
}

.conference-title-link {
  font-size: 22pt;
  display: block;
  color: inherit;
  line-height: 2em;
  padding: 0;
  background-color: none;
}
.confSubTitleBox {
  padding: 0.4em 1em;
  border: none;
  background: none;
  display:inline-block;
}

.conference-page h2, .conference-page h3 {
  color: #0672BA !important;
}

.support_box > h3 {
  background-color: #0672BA;
}

.datePlace {
  margin: auto;
}

.datePlace > div {
  float: left;
  color: #0672BA;
}

.datePlace > div::after {
  content:' ';
  margin:0 0.5em
}

.place::before{
  content: '@ ';
}

.meeting-timetable {
  padding-right: 0 !important;
}

.meeting-timetable > .timetable-block > .timetable-time {
  width: 5em;
  text-wrap: nowrap;
}

.timetable-time > .end-time {
  display:none;
}

.meeting-timetable > .timetable-block > .timetable-item-body {
  position:relative;
  margin-left: -4em;
}

.meeting-timetable > .timetable-block > .timetable-item-body > .timetable-item-header {
  padding-left:8em;
}

.timetable-item-body .item-description.contrib-description {
  display: none;
}

.timetable-item-body .js-attachment-container {
  display: none;
}

.attachments-display-container, .inline-attachments-icon {
  display: none;
}

.description {
  margin:0 !important;
}

@media only screen and (max-device-width : 600px) {
  * {
    overflow-x: unset;
  }
  html, body {
    /* width:100%; */
    overflow-x: hidden !important;
    font-size: 1.5em !important;
  }
  .main * {
    font-size: unset !important;
  }
  .header {
    width: 100%;
    overflow-x: scroll !important;
  }
  .main-action-bar {
    min-height: 2.7em !important;
    background: #424242;
    width: max-content;
  }
  .confheader {
    width: 100%;
    min-width: fit-content;
  }
  .conference-title-link {
    font-size: 1.7em !important;
    line-height: 1.2em;
    display: flex;
    flex-flow: column;
    padding: 0 0.4em;
  }
  .conf {
    width: 100%;
    font-size: 1.3em !important;
  }
  .conf_leftMenu {
    width:100% !important;
    float:none;
    background: none;
    display: flex;
    flex-flow: row;
    white-space: nowrap;
    overflow-x: auto !important;
    position: relative;
  }
  .conf_leftMenu * {
    font-size: unset !important;
  }
  .conf_leftMenu ul {
    width: unset !important;
    margin: unset;
    display: flex;
    flex-flow: row;
    white-space: nowrap;
  }
  .conf_leftMenu li {
    padding: 0.5em 1em;
  }
  .support_box {
    width: fit-content !important;
    float: left;
    margin-top: 0 !important;
  }
  .support_box > h3 {
    display: none;
  }
  .confBodyBox {
    margin: 1em;
    background: none;
  }
  .confBodyBox div {
    width: auto;
  }
  .action-box > .section {
    display: block;
  }
  .action-box > .section > .icon {
    padding-right: 1rem;
    float: left;
  }
  .action-box > .section * {
    margin: 0.5em !important;
  }
  .footer > div {
    flex-flow: column;
  }
  .event-wrapper {
    width: unset;
  }
  .event-details-label, .end-time {
    display: none;
  }
  .timetable-title{
    line-height: unset !important;
  }
}