@media screen and (max-width: 480px) {
  .welcomeMessage {
    font-size: 22px !important;
  }

  .subHeading {
    font-size: 18px !important;
  }

  .infoBlock {
    font-size: 16px !important;
  }

  .conferenceListHeading h5 {
    font-size: 13px;
  }

  .welcomeDesc {
    font-size: 16px;
  }

  .sectionDivider {
    margin: 15px 0;
  }

  .arrowContainer {
    display: none;
  }

  .mobileArrowWrapper {
    position: absolute;
    top: 100px;
    width: 100%;
    margin: 0;
  }

  .mobileAboutLeft,
  .mobileAboutRight {
    font-size: 50px;
  }

  .siteWelcomeHeading {
    margin-bottom: 70px;
  }

  .sectionSpacer {
    margin-bottom: 150px;
  }
}

.table-spacer {
  margin-bottom: 2vh;
}

.allConferences {
  font-size: 0.9rem;
  position: relative;
  top: calc(2vh + 55px);
  z-index: 9999;
}

@media screen and (min-width: 480px) {
  .conference_table_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 480px) {
  .conference_table_title {
    height: auto;
  }
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.arrowContainer {
  position: absolute;
  top: 45vh;
  width: 100%;
  z-index: 3;
}

.searchbarRow {
  margin-bottom: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.searchOutput {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}

.conferenceListHeading {
  position: relative;
  top: -12px;
  margin-bottom: 8px;
  padding-top: 0;
}

.example-link-wrapper {
  font-size: 18px;
}

.example-link {
  color: tomato;
  padding-bottom: 0;
  position: relative;
  top: -4px;
}

.example-link:hover {
  color: coral;
}

tbody {
  display: block;
  height: 55vh;
  overflow: auto;
}

@media screen and (max-width: 640px) {
  tbody {
    display: block;
    height: 45vh;
    overflow: auto;
  }

  .example-link-wrapper {
    font-size: 14px;
  }
}

thead,
tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

thead {
  width: calc(100% - 1em);
}

table {
  width: 100%;
}

.welcomeMessage {
  font-size: 36px;
}

.subHeading {
  font-size: 32px;
}

.infoBlock {
  font-size: 24px;
}

.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.page-footer {
  padding: 5px 25px;
}

.footer-text a {
  color: #3f6e85;
}

.footer-text a:hover {
  color: #3995c4;
}

td {
  padding: 0px 5px;
  height: 24px;
}

.conferenceLink,
.outputRow {
  background: rgba(239, 239, 255, 0.1);
}

.conferenceLink:nth-child(2n+1),
.outputRow:nth-child(2n+1) {
  background: rgba(193, 194, 209, 0.2);
}

.conferenceLink {
  display: inline-block;
  padding-top: 3px;
}

.validLink:hover {
  cursor: pointer;
  background: rgba(255, 232, 189, 0.5);
}

@media screen and (max-width: 480px) {
  .validLink {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 4px;
  }
}

.emptyLink:hover {
  cursor: default;
}

.welcomeDesc {
  display: inline-block;
  padding: 0 15px;
}

.welcomeIconWrapper {
  background: rgba(150, 150, 150, 0.5);
  height: 60px;
  border-radius: 5px;
  text-align: center;
}

.welcomeIcon {
  height: 50px;
  margin: 0 auto;
  max-width: 96%;
}

.aboutLeft,
.aboutRight {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  opacity: 0;
  animation: 1.5s appear forwards;
  animation-delay: 1s;
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.aboutRight:hover {
  cursor: pointer;
}

.aboutLeft:hover {
  cursor: pointer;
}

.aboutPageContainer {
  padding-top: 5%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgb(0, 0, 0) 90%);
  opacity: 0.1;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: 1.6em;
  font-weight: light;
  text-shadow: 0px 3px #333, -1px 0px #666, 1px 0px #666;
  max-height: 300px;
  overflow-y: auto;
}

.sectionSpacer {
  margin-bottom: 100px;
}

