body {
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
}

body *::selection {
  background: #e74c3c;
  color: #fff;
}

.container {
  max-width: 980px;
}

.top-strip {
  background-color: #333;
  height: 0.25em;
  width: 100%;
}

h1,
h2,
h3 {
  /* font-weight: 300; */
}

h1 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 35px;
}

h2 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}

.page-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

#conf-title.page-header {
  border-bottom: none;
}

#conf-full-name {
  margin-bottom: 5px;
}

p.authors {
  margin-bottom: 5px;
  color: #808080;
  font-size: 20px;
}

p.authors a {
  border-color: #dedede;
}

img {
  max-width: 100%;
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: inherit;
}

p.lead.authors a {
  border-bottom: none;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.thumb {
  margin: 20px 0;
  border: 1px solid #808080;
}

pre {
  color: #333;
  font-size: 12px;
  line-height: 17px;
}

footer {
  font-size: 13px;
}

.conf-row {
  margin-bottom: 5px;
}

.conf-title,
.conf-title-small,
.conf-title-icon {
  font-size: 20px;
  font-weight: 400;

}

.conf-title-small {
  display: none;
}

.conf-title-icon {
  white-space: nowrap;
  font-size: 20px;
}

.deadline,
.meta {
  font-size: 13px;
}

.note {
  font-size: 13px;
  margin-bottom: 5px;
}

.timer,
.timer-small {
  font-size: 20px;
  font-weight: 400;
}

#confs {
  margin-top: 20px;
}
.timer-small {
  display: none;
}

#conf-timer {
  font-size: 72px;
  color: #444;
  margin-top: 40px;
  margin-bottom: 0.5em;
}

#conf-key-facts {
  margin-bottom: 10px;
}

.conf-sub {
  color: rgb(36, 101, 191);
  background: rgba(236, 240, 241, 0.7);
  font-size: 13px;
  padding: 3px 5px;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 300;
}

.conf-sub::selection {
  background: #0097e6;
}

.checkbox input[type="checkbox"]:checked:after {
  background-color: #0097e6;
  border-color: #0097e6;
}

.checkbox input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:focus:after {
  border-color: #0097e6;
}

#sort-order-checkbox {
    text-align: right;
    font-size: 14px;
    padding-top: 5px;
}

#sort-order-checkbox input[type="checkbox"]:checked:after {
    background-color: #0097e6;
    border-color: #0097e6;
  }
  
#sort-order-checkbox input[type="checkbox"]:after,
#sort-order-checkbox input[type="checkbox"]:focus:after {
    border-color: #0097e6;
}

.filter-label {
  text-align: right;
}


.pwc-link {
  text-decoration: none;
  border: none;
  vertical-align: middle;
}

.pwc-link:hover {
  border-bottom: 1px solid #1198b2;
}

.icon-inner {
  width: .95em;
  height: .95em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  fill: currentColor;
}

.pwc-icon {
  color: #1198b2;
}

.twitter-github-icons {
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Replaces the Twitter widget button. Styled to match the dark navbar, since it is
   now our own anchor rather than a third-party-rendered button. */
.nav-share {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  padding: 2px 10px;
  white-space: nowrap;
}

.nav-share:hover,
.nav-share:focus {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}

.nav-github {
  display: inline-flex;
  align-items: center;
  border-bottom: none;
}

/* The shields.io badge grows wider as the star count grows, so pin the height and
   let width follow. The width/height attributes stay on the element to reserve
   space, but must not force the aspect ratio. */
.nav-github img {
  height: 20px;
  width: auto;
  display: block;
}

#past-events-title {
  padding-bottom: 15px;
  border-bottom: 2px solid #bb2d3b;
}

.badge-link {
  vertical-align: middle; 
  margin-bottom: 3px;
  margin-left: 2px;
  margin-right: 2px;
}


.badge-danger {
  background-color: #bb2d3b;
}

@media only screen and (max-width: 768px) {
  #conf-timer {
    font-size: 64px;
  }
  .calendar {
    margin-bottom: 10px;
  }
  .filter-label {
    text-align: left;
  }
}

@media only screen and (max-width: 576px) {
  #conf-timer {
    font-size: 36px;
  }
  .conf-place {
    display: none;
  }
  .conf-date {
    display: none;
  }
  .note {
    display: none;
  }
  .conf-row {
    margin-bottom: 7px;
  }
  .timer {
    display: none;
  }
  .timer-small {
    text-align: right;
    display: grid;
  }
  .conf-title {
    display: none;
  }
  .conf-title-small {
    display: inline;
  }

}

@media only screen and (max-width: 375px) {
  #conf-timer {
    font-size: 28px;
  }
}

.checkbox {
  font-size: 12px;
}

.calendar {
  font-size: 12px;
  margin-top: 3px;
}

.calendar img {
  margin-right: 5px;
}

.ind-cal {
  margin: 0 5px;
}

.calendar img {
  height: 20px;
}

/* --------------------------------------------------------------------------
   Generated conference pages (_layouts/conference_series.html,
   _layouts/conference_edition.html) and the /conference/ index.
   -------------------------------------------------------------------------- */

.conf-breadcrumb {
  margin-bottom: 8px;
}

.conf-breadcrumb span {
  color: #888;
}

.conf-full-name {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  margin-top: 0;
}

.conf-tag-row {
  padding-left: 0;
  margin-top: 8px;
}

.conf-tag-row .conf-sub {
  cursor: default;
}

.conf-deadline-headline {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.conf-past-notice {
  color: #666;
}

.conf-countdown {
  font-size: 32px;
  font-weight: 400;
  color: #444;
  margin-bottom: 20px;
}

.conf-facts,
.conf-history {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 24px;
}

.conf-facts th,
.conf-facts td,
.conf-history th,
.conf-history td {
  border-bottom: 1px solid #eee;
  padding: 7px 10px 7px 0;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}

.conf-facts th[scope="row"] {
  width: 34%;
  color: #666;
  font-weight: 300;
}

.conf-history thead th {
  border-bottom: 2px solid #ddd;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
}

.conf-history-past th[scope="row"] a,
.conf-history-past td {
  /* #999 on white is ~2.85:1, below WCAG AA's 4.5:1 for this font-size. #666
     matches .conf-facts/.conf-history-thead elsewhere on these pages and is ~5.7:1. */
  color: #666;
}

.conf-related-list,
.conf-sibling-nav,
.conf-index-list {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}

.conf-related-list li,
.conf-sibling-nav li,
.conf-index-list li {
  padding: 4px 0;
  border-bottom: 1px solid #f2f2f2;
}

.conf-index-list .meta {
  color: #666;
  margin-left: 6px;
}

/* Visually hides content while keeping it in the accessibility tree — for text
   that gives a control a real accessible name without adding visible clutter. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Bootstrap's default .navbar-dark .nav-link is rgba(255,255,255,.5) on #212529,
   ~2.9:1 against the dark navbar — below WCAG AA's 4.5:1. */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.88);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

/* Lets keyboard users bypass the navbar instead of tabbing through it on every
   page. Hidden until focused. */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #111;
  border: 2px solid #111;
}

.conf-calendar-export {
  margin-bottom: 20px;
  font-size: 13px;
}

@media (max-width: 576px) {
  .conf-countdown {
    font-size: 22px;
  }

  .conf-history {
    font-size: 12px;
  }

  .conf-facts th[scope="row"] {
    width: 45%;
  }
}
