.event-page-header .button-bar .dropdown {
  color: gray;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-clip: padding-box;
  font-family: Cantarell, Roboto, serif;

  > li {
    padding: 0.25rem 1.5rem !important;
    font-weight: 400;
    font-size: 1rem;
    height: auto;

    a {
      color: gray;
    }

    &:hover {
      background-color: #ddd;

      a:not(.disabled) {
        color: gray;
      }
    }
  }
}

@media (max-width: 600px) {
  #confSectionsBox {
    width: 590px;
  }
}

@media (min-width: 600px) {
  #confSectionsBox {
    width: 590px;
  }
}

@media (min-width: 768px) {
  #confSectionsBox {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #confSectionsBox {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #confSectionsBox {
    width: 1170px;
  }
}

.confheader {
  background: #4a86cf url(https://events.gnome.org/event/209/images/368-2024GUADEC-webbanner.png) no-repeat bottom center !important;
  padding: 10px 0 100px 0;
  background-size: contain !important;
  margin-bottom: 50px;

  .hero-home {
    text-align: center;
    padding: 40px 0 10px;

    .h1 {
      font-size: 1.5em;
      font-weight: 200;
      margin: 0;
      padding: 0;

      &.guadec {
        font-family: 'Cantarell', 'Roboto Light', sans-serif !important;
        font-size: 84px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.1;
      }
    }

    .h4 {
      font-size: 1.5rem;
      margin: 5px 0;
      font-weight: 400;
    }

    .h5 {
      font-size: 1.4rem;
      font-weight: 300;
      padding-top: 8px;
    }

    .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 15px;
    }
  }

  h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    color: #fff;
    font-family: 'Cantarell', 'Roboto Light', sans-serif !important;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    background: transparent;
    margin: auto;
  }

  @media (max-width: 600px) {
    .container {
      width: 590px;
    }
  }

  @media (min-width: 600px) {
    .container {
      width: 590px;
    }
  }

  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }

  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

.conference-page {
  header h2 {
    color: #555;
    font-weight: 400;
    font-size: 28px;
  }

  strong {
    color: #4a86cf !important;
  }
}

.conferenceDetails {
  .description {
    font-size: 18px;
    margin: 0;
    text-align: justify;

    h2 {
      color: #4a86cf;
      font-weight: 400;
      text-align: left !important;
      font-size: 24px !important;
      margin-bottom: 25px !important;
    }
  }

  p {
    margin-top: 0;
  }
}

.infoline {
  color: #777 !important;

  .label {
    font-weight: bold;
    color: #212529;
  }

  .location .place {
    color: #212529;
    font-weight: 700;
  }
}

.conf_leftMenu {
  width: 220px;

  ul {
    border-radius: 4px;
  }

}

.confBodyBox {
  margin-left: 250px;

}

.menuConfTitle a {
  color: #4a86cf;
  padding: 8px 12px;
}

.support_box {
  border-radius: 4px;

  > h3 {
    background: #dadada;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    color: #4a86cf;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
  }

  > ul > li {
    padding: 5px 12px 10px 12px;
    margin: 0;

    .icon {
      display: inline-block;
      height: 16px;
    }

    > a {
      color: #4a86cf;
      font-family: verdana, arial, sans-serif;
      font-size: 10pt;
    }
  }
}

.category-info, .speaker-list, .conference-page, .conference-page .infogrid, .contribution-list, .track-review-list, .paper-contribution-list {
  color: #555 !important;
  font-size: 14px;
}

h2 {
  color: #4a86cf;
}


.why-sponsor  {
  td, tr, th {
    border: 1px solid transparent !important;
  }

  border: 1px solid transparent !important;

  td {
    vertical-align: top;
  }
}