@charset "UTF-8";
body {
  --text-color: #333;
  --text-inverse-color: #fff;
  --text-disabled-color: #999;
  --text-secondary-color: #6e6e6e;
  --background-primary: #fff;
  --background-secondary: #f7f7f7;
  --surface-default: #e8e8e8;
  --surface-inverse-color: #555;
  --surface-accent-color: var(--accent-color);
  --surface-accent-secondary-color: #cee8f5;
  --surface-highlight-color: #c4c4c4;
  --surface-highlight-inverse-color: var(--text-secondary-color);
  --surface-disabled-color: #f9f9f9;
  --surface-disabled-inverse-color: #757575;
  --border-default-color: #5a5a5a;
  --border-disabled-color: #c4c4c4;
  --accent-color: #0075a3;
  --accent-secondary-color: #aa5302;
  --accent-highlight-color: #035e81;
  --accent-border-color: #05425b;
  --active-color: #db1a1a;
  --visited-color: #5c079b;
  --protected-color: #cc6300;
  --highlight-color: #fff9b8;
  --attention-color: #fd0;
  --text-red-color: #db1a1a;
  --text-green-color: #216901;
  --text-blue-color: #0164c1;
  --text-brown-color: #60331f;
  --text-orange-color: #b73701;
  --control-border-color: var(--border-default-color);
  --control-text-color: var(--text-color);
  --control-clickable-surface-color: var(--surface-default);
  --control-clickable-surface-focus-color: var(--surface-highlight-color);
  --control-clickable-border-color: var(--control-border-color);
  --control-alt-text-color: var(--text-inverse-color);
  --control-alt-clickable-surface-color: var(--accent-color);
  --control-alt-clickable-surface-focus-color: var(--accent-highlight-color);
  --control-alt-border-color: var(--accent-border-color);
  --control-disabled-text-color: var(--text-disabled-color);
  --control-disabled-clickable-surface-color: var(--surface-disabled-color);
  --control-disabled-border-color: var(--surface-disabled-color);
  --control-indented-bg-color: var(--surface-disabled-color);
  --control-disabled-indented-bg-color: var(--text-disabled-color);
  --control-disabled-inset-indented-color: var(--text-disabled-color);
  --control-border-width: 1px;
  --control-border-radius: 0.3em;
  --control-border: var(--control-border-width) solid var(--control-border-color);
  --control-padding: 0.5em 1em;
  --control-internal-gap: 0.2em;
  --control-raised-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.3);
  --clickable-text-color: var(--accent-color);
  --clickable-text-highlight-color: var(--accent-secondary-color);
  --clickable-text-active-color: var(--active-color);
  --clickable-text-used-color: var(--visited-color);
  --clickable-text-disabled-color: var(--text-disabled-color);
  --table-border-color: var(--control-border-color);
  --table-border-width: 1px;
  --table-header-border-color: var(--control-border-color);
  --table-header-border-width: 2px;
  --container-padding: 1em;
  --container-narrow-padding: 1em 0.5em;
  --container-element-spacing: 0.5em;
  --container-separator-color: #d0d0d0;
  --content-gap-within-inline: 0.2em;
  --content-gap-normal: 0.5em;
  --content-gap-between-groups: 1em;
  --content-gap-between-sections: 2em;
  --content-max-readable-width: 40em;
  --message-important-surface-color: var(--highlight-color);
  --message-important-text-color: var(--text-color);
  --text-size-rel-xs: 75%;
  --text-size-rel-s: 87.5%;
  --text-size-rel-n: 100%;
  --text-size-rel-l: 120%;
  --text-size-rel-xl: 150%;
  --text-size-rel-xxl: 200%;
  --text-size-abs-s: 0.875rem;
  --text-size-abs-n: 1rem;
  --text-size-abs-l: 1.2rem;
  --text-size-abs-xl: 1.5rem;
  --text-size-abs-xxl: 2rem;
  --text-size-global-adjust: 1.14;
  --transition-quick: 0.2s;
  --tag-generic-color: var(--accent-color);
  --tag-disabled-color: var(--surface-disabled-inverse-color);
  --modal-control-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.3);
}

/*
Important: When adding new icons, read the guide below.
Do not ediy any specific icons in here manually, the rules are generated
using the `bin/maintenance/generate_icons.py` script.
*/
@font-face {
  font-family: "icomoon-ultimate";
  src: url(/fonts/icomoon/icomoon__v00837cb2.svg#icomoon-ultimate) format("svg"), url(/fonts/icomoon/icomoon__va11486f5.woff) format("woff"), url(/fonts/icomoon/icomoon__v1153fc56.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]::before {
  font-family: "icomoon-ultimate";
  content: attr(data-icon);
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "icomoon-ultimate";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

i[class^=icon-]::before {
  cursor: default;
}

.inactive[class^=icon-]::before,
.inactive[class*=" icon-"]::before {
  opacity: 0.15;
}

/* How to add icons
 *
 *  1. Login into icomoon app https://icomoon.io/app/
 *  2. Remove any existing project (Top-left hamburger icon, "Manage projects", "Remove" button)
 *  3. Import "selection.json" from Indico repository (Top-left hamburger icon, "Import project",
 *     choose 'indico/web/static/fonts/icomoon/selection.json'
 *  4. Load the project (it should be named "Untitled Project")
 *  5. Deselect all icons (Top-left hamburger icon, "Clear selection")
 *  6. Add the IcoMoon Ultimate pack (Click on "Library" button then on "Add")
 *  7. Search for the icon you want to add using the search box
 *  8. Select the icons to add with the selection tool
 *  9. Add the new icons to our set (Click the hamburger icon to the right of our set that
 *     should be displayed as "icomoon" and select "Move selection here")
 * 10. Clear the search box
 * 11. Remove all icons sets except ours (Click the hamburger icon to the right of the set to remove
 *     and choose "Remove set")
 * 12. Reorder the icons in alphabetical order:
 *      - Click the hamburger icon to the right of our project
 *      - Choose "Select all".
 *      - Click that hamburger icon again and choose "Rearrange icons".
 *      - Choose "Order by name" and "Rearrange"
 * 13. Click on the "Generate font" tab at the bottom of the screen
 * 14. Click on "Download" at the bottom right of the screen
 * 15. Copy files:
 *      - icomoon.zip/fonts/icommon.{svg,ttf,woff} to indico/web/static/fonts/icomoon/
 *      - icomoon.zip/selection.json to indico/web/static/fonts/icomoon/
 * 16. Run the update script: `./bin/maintenance/generate_icons.py`
 */
.icon-agreement::before {
  content: "\e900";
}

.icon-alarm::before {
  content: "\e901";
}

.icon-arrow-down::before {
  content: "\e902";
}

.icon-arrow-left::before {
  content: "\e903";
}

.icon-arrow-right-sparse::before {
  content: "\e904";
}

.icon-arrow-up::before {
  content: "\e905";
}

.icon-arrows-vert::before {
  content: "\e906";
}

.icon-attachment::before {
  content: "\e907";
}

.icon-bell::before {
  content: "\e908";
}

.icon-bold::before {
  content: "\e909";
}

.icon-book::before {
  content: "\e90a";
}

.icon-bookmark::before {
  content: "\e90b";
}

.icon-broadcast::before {
  content: "\e90c";
}

.icon-bubble-quote::before {
  content: "\e90d";
}

.icon-bullhorn::before {
  content: "\e90e";
}

.icon-calendar::before {
  content: "\e90f";
}

.icon-calendar-day::before {
  content: "\ea65";
}

.icon-camera::before {
  content: "\e910";
}

.icon-chart::before {
  content: "\e911";
}

.icon-checkbox-checked::before {
  content: "\e912";
}

.icon-checkbox-unchecked::before {
  content: "\e913";
}

.icon-checkmark::before {
  content: "\e914";
}

.icon-circle-small::before {
  content: "\e915";
}

.icon-clipboard::before {
  content: "\e916";
}

.icon-close::before {
  content: "\e917";
}

.icon-cloud2::before {
  content: "\e918";
}

.icon-code::before {
  content: "\e919";
}

.icon-coins::before {
  content: "\e91a";
}

.icon-collapse::before {
  content: "\e91b";
}

.icon-compass2::before {
  content: "\e91c";
}

.icon-copy::before {
  content: "\e91d";
}

.icon-copy1::before {
  content: "\e91e";
}

.icon-cross::before {
  content: "\e91f";
}

.icon-disable::before {
  content: "\e920";
}

.icon-drag-indicator::before {
  content: "\e99c";
}

.icon-dropmenu::before {
  content: "\e921";
}

.icon-earth::before {
  content: "\e922";
}

.icon-edit::before {
  content: "\e923";
}

.icon-enlarge::before {
  content: "\e924";
}

.icon-enter::before {
  content: "\e925";
}

.icon-equalizer::before {
  content: "\e926";
}

.icon-exit::before {
  content: "\e927";
}

.icon-expand::before {
  content: "\e928";
}

.icon-eye::before {
  content: "\e929";
}

.icon-eye-blocked::before,
.icon-unlisted-event::before {
  content: "\e92a";
}

.icon-file::before {
  content: "\e92b";
}

.icon-file-check::before {
  content: "\e92c";
}

.icon-file-content::before {
  content: "\e92d";
}

.icon-file-css::before {
  content: "\e92e";
}

.icon-file-download::before {
  content: "\e92f";
}

.icon-file-excel::before {
  content: "\e930";
}

.icon-file-eye::before {
  content: "\e931";
}

.icon-file-filled::before {
  content: "\e932";
}

.icon-file-image::before {
  content: "\e933";
}

.icon-file-music::before {
  content: "\e934";
}

.icon-file-openoffice::before {
  content: "\e935";
}

.icon-file-pdf::before {
  content: "\e936";
}

.icon-file-play::before {
  content: "\e937";
}

.icon-file-presentation::before {
  content: "\e938";
}

.icon-file-spreadsheet::before {
  content: "\e939";
}

.icon-file-text::before {
  content: "\e93a";
}

.icon-file-video::before {
  content: "\e93b";
}

.icon-file-word::before {
  content: "\e93c";
}

.icon-file-xml::before {
  content: "\e93d";
}

.icon-file-zip::before {
  content: "\e93e";
}

.icon-filter::before {
  content: "\e93f";
}

.icon-first::before {
  content: "\e940";
}

.icon-floppy::before {
  content: "\e941";
}

.icon-folder::before {
  content: "\e942";
}

.icon-folder-open::before {
  content: "\e943";
}

.icon-folder-plus::before {
  content: "\e944";
}

.icon-font-size::before {
  content: "\e945";
}

.icon-grid::before {
  content: "\e946";
}

.icon-grid2::before {
  content: "\e947";
}

.icon-hammer::before {
  content: "\e948";
}

.icon-handle::before {
  content: "\e949";
}

.icon-home::before {
  content: "\e94a";
}

.icon-hour-glass2::before {
  content: "\e94b";
}

.icon-id-badge::before {
  content: "\e99d";
}

.icon-image::before {
  content: "\e94c";
}

.icon-import::before {
  content: "\e94d";
}

.icon-info::before {
  content: "\e94e";
}

.icon-italic::before {
  content: "\e94f";
}

.icon-key::before {
  content: "\e950";
}

.icon-key-a::before {
  content: "\e951";
}

.icon-lamp::before {
  content: "\e952";
}

.icon-lan::before {
  content: "\e953";
}

.icon-last::before {
  content: "\e954";
}

.icon-layout::before {
  content: "\e955";
}

.icon-link::before {
  content: "\e956";
}

.icon-list::before {
  content: "\e957";
}

.icon-location::before {
  content: "\e958";
}

.icon-lock::before,
.icon-protection-self::before {
  content: "\e959";
}

.icon-lock-center::before {
  content: "\e95a";
}

.icon-loop::before {
  content: "\e95b";
}

.icon-magic::before {
  content: "\e99e";
}

.icon-mail::before {
  content: "\e95c";
}

.icon-medal::before {
  content: "\e95d";
}

.icon-mic::before {
  content: "\e95e";
}

.icon-mobile::before {
  content: "\e95f";
}

.icon-move::before {
  content: "\e960";
}

.icon-new::before {
  content: "\e961";
}

.icon-next::before {
  content: "\e962";
}

.icon-no-camera::before {
  content: "\e963";
}

.icon-numbered-list::before {
  content: "\e964";
}

.icon-package-download::before {
  content: "\e965";
}

.icon-pagebreak::before {
  content: "\e966";
}

.icon-palette::before {
  content: "\e967";
}

.icon-phone::before {
  content: "\e968";
}

.icon-play::before {
  content: "\e969";
}

.icon-plus::before {
  content: "\e96a";
}

.icon-prev::before {
  content: "\e96b";
}

.icon-price-tag::before {
  content: "\e96c";
}

.icon-printer::before {
  content: "\e96d";
}

.icon-projector::before {
  content: "\e96e";
}

.icon-puzzle::before {
  content: "\e96f";
}

.icon-qrcode::before {
  content: "\e970";
}

.icon-question::before {
  content: "\e971";
}

.icon-quill::before {
  content: "\e972";
}

.icon-redo::before {
  content: "\e973";
}

.icon-remove::before {
  content: "\e974";
}

.icon-rulers::before {
  content: "\e975";
}

.icon-search::before {
  content: "\e976";
}

.icon-settings::before {
  content: "\e977";
}

.icon-seven-segment9::before {
  content: "\e978";
}

.icon-shield::before {
  content: "\e979";
}

.icon-shrink::before {
  content: "\e97a";
}

.icon-sort::before {
  content: "\e97b";
}

.icon-sort-alpha-asc::before {
  content: "\e97c";
}

.icon-sort-alpha-desc::before {
  content: "\e97d";
}

.icon-split::before {
  content: "\e97e";
}

.icon-stack::before {
  content: "\e97f";
}

.icon-stack-minus::before {
  content: "\e980";
}

.icon-stack-plus::before {
  content: "\e981";
}

.icon-stack-text::before {
  content: "\e982";
}

.icon-star::before {
  content: "\e983";
}

.icon-star-empty::before {
  content: "\e984";
}

.icon-stop::before {
  content: "\e985";
}

.icon-switchoff::before {
  content: "\e986";
}

.icon-switchon::before {
  content: "\e987";
}

.icon-tag::before {
  content: "\e988";
}

.icon-text-color::before {
  content: "\e989";
}

.icon-textarea::before {
  content: "\e98a";
}

.icon-textfield::before {
  content: "\e98b";
}

.icon-ticket::before {
  content: "\e98c";
}

.icon-tilde::before {
  content: "\e98d";
}

.icon-time::before {
  content: "\e98e";
}

.icon-transmission::before {
  content: "\e98f";
}

.icon-type::before {
  content: "\e990";
}

.icon-undo::before {
  content: "\e991";
}

.icon-unlocked::before,
.icon-protection-public::before {
  content: "\e992";
}

.icon-upload::before {
  content: "\e993";
}

.icon-user::before {
  content: "\e994";
}

.icon-user-block::before {
  content: "\e995";
}

.icon-user-chairperson::before {
  content: "\e996";
}

.icon-user-check::before {
  content: "\e997";
}

.icon-user-reading::before {
  content: "\e998";
}

.icon-users::before {
  content: "\e999";
}

.icon-warning::before {
  content: "\e99a";
}

.icon-wrench::before {
  content: "\e99b";
}

/* animated spinner icon */
.icon-spinner::before {
  content: "";
  display: inline-block;
  min-width: 1.2em;
  min-height: 1.2em;
  height: 100%;
  background-image: url(/images/loading__v7b977607.gif);
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  vertical-align: middle !important;
  opacity: 0.6;
}

/* Custom "empty" icon to have a space equivalent to an icon */
.icon-none::before {
  content: " ";
}

.disabled .icon-spinner::before {
  opacity: 0.4;
}

/* Customized icons for specific purposes */
.icon-protection-public::before {
  color: #00c851;
}

.icon-protection-self::before {
  color: #f91f1f;
}

.icon-unlisted-event::before {
  color: #f91f1f;
}

body {
  --msgbox-alert-key-color: #c00;
  --msgbox-alert-sub-color: #fff6f6;
  --msgbox-alert-text-color: var(--text-color);
}

/*
        Default Styles and layout for Conf-pages
        Do not custom this CSS
    */
:root {
  /* Header */
  --conf-theme-header-bg: #1a64a0;
  --conf-theme-header-border-bottom: #0f4c80;
  --conf-theme-header-text: white;
  /* Subtitle area */
  --conf-theme-subtitle-bg: #f5faff;
  --conf-theme-subtitle-border: #d5e4f1;
  --conf-theme-subtitle-text: #24425a;
  /* Menu colors */
  --conf-theme-menu-bg: #f6f6f6;
  --conf-theme-menu-border: #ccc;
  --conf-theme-menu-link: #275c86;
  --conf-theme-menu-selected: #bd891a;
  --conf-theme-menu-selected-bg: #dadada;
  --conf-theme-menu-selected-border: #d0d0d0;
  --conf-theme-hover-bg: #e0e0e0;
  --conf-theme-hover-color: var(--conf-theme-menu-link);
  /* Support box */
  --conf-theme-support-bg: #f6f6f6;
  --conf-theme-support-border: #ccc;
  --conf-theme-support-header-bg: #1a64a0;
  --conf-theme-support-header-text: #f3f3f3;
  --conf-theme-support-text: #aaa;
  /* Announcement colors */
  --conf-theme-announcement-bg: #f5faff;
  --conf-theme-announcement-border: #c2d6e7;
  --conf-theme-announcement-text: #0f283d;
  --conf-theme-announcement-border-top: 1px solid var(--conf-theme-announcement-border);
  --conf-theme-announcement-border-bottom: none;
  --conf-theme-announcement-shadow: inset 0 0 0.3em var(--conf-theme-announcement-border);
}

/*     ------Wrapper------ */
/*     this is the wrapper of whole conference page */
.conf {
  width: 100%;
  border: none;
  margin: 0;
}

/*
    Header
*/
.confheader {
  background: var(--conf-theme-header-bg);
}

.confheader .event-label {
  margin-left: 1em !important;
  text-transform: uppercase;
  vertical-align: 50%;
}

.confLogoBox {
  height: 100%;
  float: left;
  padding-right: 10px;
  background: transparent none repeat scroll 0 0;
}

.confLogoBannerBox img {
  width: 100%;
  margin-bottom: 0.5rem;
}

.confTitleBox {
  color: var(--conf-theme-header-text);
  min-height: 90px;
  text-align: left;
  border-bottom: 1px solid var(--conf-theme-header-border-bottom);
  background: var(--conf-theme-header-bg) repeat-x 0 -24px;
}

.confTitle {
  width: 950px;
  margin: 0 auto;
}

.confTitle h1 {
  font-weight: normal;
  margin: 0;
}

.conference-title-link {
  font-size: 22pt;
  display: block;
  padding: 25px 0;
  color: var(--conf-theme-header-text);
}

.confSubTitleBox {
  background: var(--conf-theme-subtitle-bg);
  border-bottom: 1px solid var(--conf-theme-subtitle-border);
  border-top: 1px solid var(--conf-theme-subtitle-border);
  padding: 0.5rem 0;
}

.confSubTitleBox .toolbar {
  margin: 0;
}

.confSubTitleContent {
  width: 950px;
  margin: 0 auto;
  font-size: 11pt;
  color: var(--conf-theme-subtitle-text);
}

.confSubTitle a {
  font-size: 11pt;
}

.datePlace {
  font-size: 12pt;
}

div.datePlace > div.timezone {
  font-size: 12px;
  color: #777;
}

div.event-details {
  font-size: 1.1em;
  margin-top: 0.5em;
}
div.event-details .event-details-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
}
div.event-details .event-details-label {
  width: 120px;
  text-align: right;
  font-weight: bold;
  margin-right: 1em;
}
div.event-details .event-details-label.align-top {
  align-self: flex-start;
}
div.event-details .event-details-content {
  flex: 1;
}

/* ------Main content------ */
#confSectionsBox {
  width: 950px;
  margin: 0 auto;
  margin-top: 30px;
}

/* ------Menu------ */
/* here is layout and style for creating default menu for conferences */
/* Styles for all menu Items */
#outer {
  width: 100%;
  position: relative;
  background: var(--conf-theme-menu-bg);
  border: 1px solid var(--conf-theme-menu-border);
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#outer > li.menuConfTitle {
  display: block;
}

#outer li a {
  display: block;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

#outer li a.no-link,
#outer li a.no-link:hover {
  color: #555;
  cursor: default;
}

#outer li a:hover {
  background: var(--conf-theme-hover-bg);
  color: var(--conf-theme-hover-color);
}

.conf_leftMenu {
  float: left;
  width: 200px;
  background: transparent none repeat scroll 0 0;
}

.menuConfTitle {
  text-align: left;
  /* Common color shared by brown and orange themes */
  color: #0200c6;
}

.menuConfTitle a {
  color: var(--conf-theme-menu-link);
  padding: 7px 12px;
}

/* sub menu item */
li.menuConfMiddleCell {
  font-weight: normal;
}

.sublink {
  color: #777;
}

li.menuConfMiddleCell a {
  padding: 0 0 0 30px;
}

/* selected menu item */
.menuConfSelected,
.menuConfMiddleCellSelected {
  color: var(--conf-theme-menu-selected);
  background: var(--conf-theme-menu-selected-bg);
  border-bottom: 1px solid var(--conf-theme-menu-selected-border);
  border-top: 1px solid var(--conf-theme-menu-selected-border);
}

/* Common selected menu link styling */
.menuConfSelected a {
  color: var(--conf-theme-menu-link);
}

.menuConfBottomCell {
  border-bottom: 0;
  border-top: 0;
  background: transparent none repeat scroll 0 0;
  display: none;
}

/* Support link */
/* For dynamic menu */
.inner {
  font-family: arial, sans-serif;
  top: 0;
  position: relative;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
}

.conf_leftMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Fix IE. Hide from IE Mac \ */
* html ul li {
  float: left;
  height: 1%;
}

* html ul li a {
  height: 1%;
}

/* End */
li ul.inner li a {
  padding: 3px 12px 3px 30px;
  background: transparent url(/images/conf/left_menu_bullet__v58f0df3f.png) scroll no-repeat 15px center;
} /* Sub Menu Styles */
li:hover ul,
li.over ul {
  display: block;
} /* For dynamic */
/* ------Content------ */
/* wrapper of content and bradcrumps */
.confBodyBox {
  margin-left: 230px;
  background: transparent none repeat scroll 0 0;
}

/* This is for if someday you have more than one column in content */
.mainContent {
  width: 100%;
}

.col2 {
  width: 100%;
  float: left;
  font-family: verdana, arial, sans-serif;
}

/* ------Misc------ */
.conferenceDetails .description {
  color: var(--text-secondary-color);
  font-size: 1.2em;
  margin: 1em 0 2em 0;
}

table.conferenceDetails td {
  font-size: 11pt;
  color: #444;
}

table.conferenceDetails .displayField {
  text-align: left;
  font-weight: bold;
  font-size: 10pt;
  padding-right: 20px;
  color: #444;
}

.italic {
  font-style: italic;
}

.menuConfTopCell {
  display: none;
}

/* General elements */
pre {
  margin: 0;
  color: #444;
  font-size: 11pt;
}

.simpleTextAnnouncement {
  background: var(--conf-theme-announcement-bg) repeat-x scroll 0 -400px;
  border-top: var(--conf-theme-announcement-border-top);
  border-bottom: var(--conf-theme-announcement-border-bottom);
  box-shadow: var(--conf-theme-announcement-shadow);
  padding: 8px 0;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  color: var(--conf-theme-announcement-text);
}

/* Elements not part of the conference itself */
ul.chair_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.conf_leftMenu .spacer {
  height: 1em;
}

.support_box {
  margin-top: 10px !important;
  width: 100%;
  color: var(--conf-theme-support-text);
  background: var(--conf-theme-support-bg);
  border: 1px solid var(--conf-theme-support-border);
}

.support_box > h3 {
  color: var(--conf-theme-support-header-text);
  background: var(--conf-theme-support-header-bg);
  margin: 0 0 5px 0;
  padding: 5px;
  font-weight: normal;
}

.support_box > ul > li {
  white-space: nowrap;
  margin: 0 5px 5px 10px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
}

.support_box > ul > li .icon {
  color: #777;
  font-size: 1.5em;
  vertical-align: middle;
}

.support_box > ul > li > a {
  margin-left: 5px;
  line-height: 1.5em;
  vertical-align: middle;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=conferences.b09ea478.css.map*/