.standard-banner, .home-banner, .user-stories-banner {
  height: 229px;
  width: 100%;
  background-image: url("../assets/Banner/banner.png");
  background-size: cover; }

.standard-banner .banner-content {
  width: 992px;
  margin-left: calc((100% - 992px)/2);
  padding-top: 83px; }
  .standard-banner .banner-content h2 {
    color: white;
    font-size: 38px; }

.standard-content, .info-section {
  width: 992px;
  margin-right: calc((100% - 992px)/2);
  margin-left: calc((100% - 992px)/2);
  background-color: #F7F7F7;
  padding: 42px 16px 100px 16px;
  min-height: 800px; }

.banner-row.row-1 .new-record-button, .banner-row.row-4 .add-filters-button-container .add-filters-button {
  background-color: white;
  color: #00A7A1;
  height: 32px;
  border-radius: 4px;
  font-family: "Helvetica Neue", "Arial";
  font-size: 14px; }

body {
  margin: 0; }

div, span, input, p, pre, div, h1, h2, h3, h4, h5, h6, a, button {
  font-family: 'Arial';
  margin: 0;
  font-weight: normal;
  box-sizing: border-box; }

a, button {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  outline: none; }

.header {
  display: flex;
  justify-content: space-between;
  height: 58px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  padding-right: calc((100% - 992px)/2);
  padding-left: calc((100% - 992px)/2); }
  .header .link-container {
    height: 100%;
    padding-left: 15px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .header .link-container .header-link {
      margin: auto 25px;
      color: #4F5858;
      text-decoration: none; }
      .header .link-container .header-link.active {
        color: #00A7A1; }
  .header .header-logo {
    height: 48px;
    margin: auto 0; }

.main-footer {
  width: 100%;
  border-top: 2px solid #00A7A1;
  display: flex;
  flex-direction: column; }
  .main-footer .footer-content {
    padding: 20px calc((100% - 992px)/2);
    display: flex;
    align-items: center; }
    .main-footer .footer-content a {
      margin: 20px;
      text-decoration: none;
      color: #4F5858; }
      .main-footer .footer-content a img {
        height: 32px; }
  .main-footer .copyright-bar {
    width: 100%;
    height: 48px;
    background-color: #00A7A1;
    padding-left: calc((100% - 992px)/2);
    font-size: 11px;
    color: white;
    font-family: "Arial";
    display: flex;
    align-items: center; }
    .main-footer .copyright-bar span {
      margin-left: 20px; }

.application-error {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  font-size: 25px; }

.home-banner {
  padding-top: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.banner-row {
  width: 768px; }

.banner-row.row-1 {
  height: 48px;
  display: flex;
  justify-content: space-between; }
  .banner-row.row-1 .banner-description {
    margin: 0;
    color: white;
    width: 432px; }
  .banner-row.row-1 .new-record-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 160px; }

.banner-row.row-2 {
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .banner-row.row-2 .search-header {
    color: white;
    margin: 0; }
  .banner-row.row-2 .download-button {
    font-size: 14px;
    font-family: "Helvetica Neue", "Arial";
    color: white;
    text-decoration: none;
    margin-top: 5px; }
    .banner-row.row-2 .download-button img {
      height: 13px;
      margin-right: 5px; }

.banner-row.row-3 {
  height: 48px; }

.banner-row.row-4 {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: "Helvetica Neue", "Arial"; }
  .banner-row.row-4 .add-filters-button-container {
    position: relative; }
    .banner-row.row-4 .add-filters-button-container .add-filters-button {
      position: relative;
      width: 144px;
      background-image: url("../assets/Icons/Dropdown-Arrow-Icon-Grey.svg"); }
      .banner-row.row-4 .add-filters-button-container .add-filters-button img {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 18px; }
    .banner-row.row-4 .add-filters-button-container .filter-list {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
      background-color: white;
      border-radius: 4px;
      position: absolute;
      display: flex;
      flex-direction: column;
      padding-top: 12px;
      padding-bottom: 8px;
      min-width: 176px;
      z-index: 999; }
      .banner-row.row-4 .add-filters-button-container .filter-list .filter-item {
        height: 27px;
        width: auto;
        padding-top: 5px;
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        color: #00A7A1;
        font-family: "Helvetica Neue", "Arial";
        font-size: 14px;
        padding-bottom: 5px; }
        .banner-row.row-4 .add-filters-button-container .filter-list .filter-item:hover, .banner-row.row-4 .add-filters-button-container .filter-list .filter-item.active {
          background-color: #E3E3E3; }
        .banner-row.row-4 .add-filters-button-container .filter-list .filter-item img {
          visibility: hidden;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          height: 14px;
          padding-left: 2px;
          position: absolute;
          right: 8px;
          top: 8px; }
    .banner-row.row-4 .add-filters-button-container .filter-types-list {
      top: 36px;
      left: 0; }
      .banner-row.row-4 .add-filters-button-container .filter-types-list .filter-type-item {
        min-width: 176px;
        position: relative; }
        .banner-row.row-4 .add-filters-button-container .filter-types-list .filter-type-item.active img {
          visibility: visible; }
      .banner-row.row-4 .add-filters-button-container .filter-types-list .expanded-filter-list {
        top: 0;
        left: 176px; }
        .banner-row.row-4 .add-filters-button-container .filter-types-list .expanded-filter-list.secondary {
          top: auto;
          bottom: 0;
          left: 100%; }
        .banner-row.row-4 .add-filters-button-container .filter-types-list .expanded-filter-list .filter-list-item {
          white-space: nowrap;
          width: 100%; }
  .banner-row.row-4 .verified-filter-container {
    width: 130px;
    height: 32px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit; }
    .banner-row.row-4 .verified-filter-container .verified-filter {
      width: 64px;
      height: 32px;
      background-color: white;
      border: #C4C4C4 1px solid;
      border-radius: 3px;
      padding: 4px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: inherit;
      font-size: 14px;
      position: relative; }
      .banner-row.row-4 .verified-filter-container .verified-filter span {
        font-family: "Helvetica Neue", "Arial";
        margin: 4px; }
      .banner-row.row-4 .verified-filter-container .verified-filter .verified-filter-switch {
        height: 22px;
        width: 22px;
        background-color: #C7C7C7;
        border-radius: 2px;
        position: absolute;
        left: 5px;
        top: 4px;
        transition: all .05s linear; }
        .banner-row.row-4 .verified-filter-container .verified-filter .verified-filter-switch.on {
          transform: translate(30px, 0);
          background-color: #00A7A1; }

.active-filter-bar {
  width: 100%;
  background-color: #F7F7F7;
  padding-left: calc((100% - 768px)/2);
  padding-right: calc((100% - 768px)/2); }
  .active-filter-bar .active-filter-container {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    padding-top: 33px; }
    .active-filter-bar .active-filter-container .active-filter-list {
      padding-right: 40px;
      height: 32px;
      display: flex;
      flex-wrap: wrap;
      overflow: hidden; }
      .active-filter-bar .active-filter-container .active-filter-list .active-filter-button-container {
        position: relative; }
        .active-filter-bar .active-filter-container .active-filter-list .active-filter-button-container .active-filter-button {
          border: 1px solid #50555D;
          border-radius: 4px;
          margin-right: 8px;
          height: 32px;
          position: relative;
          font-size: 14px;
          font-family: "Helvetica Neue", "Arial";
          color: #50555D;
          padding-right: 28px;
          padding-left: 16px; }
          .active-filter-bar .active-filter-container .active-filter-list .active-filter-button-container .active-filter-button img {
            width: 12px;
            position: absolute;
            top: 10px;
            right: 10px; }
        .active-filter-bar .active-filter-container .active-filter-list .active-filter-button-container .overflow-button {
          position: absolute;
          width: 40px;
          height: 32px;
          border: 1px solid #50555D;
          border-radius: 4px;
          padding-left: 0; }
          .active-filter-bar .active-filter-container .active-filter-list .active-filter-button-container .overflow-button span {
            font-size: 24px; }
    .active-filter-bar .active-filter-container .all-filter-controls {
      position: absolute;
      top: 7px;
      right: 0;
      display: flex; }
      .active-filter-bar .active-filter-container .all-filter-controls button {
        color: #50555D;
        text-decoration: underline;
        font-size: 12px;
        font-family: "Helvetica Neue", "Arial"; }
    .active-filter-bar .active-filter-container.show-all {
      padding-bottom: 10px;
      padding-top: 23px; }
      .active-filter-bar .active-filter-container.show-all .active-filter-list {
        height: auto; }
        .active-filter-bar .active-filter-container.show-all .active-filter-list .active-filter-button {
          margin-top: 10px; }

.sort-order-bar {
  width: 100%;
  height: 32px;
  background-color: #50555D;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5); }
  .sort-order-bar .sort-button-container {
    width: 992px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex; }
    .sort-order-bar .sort-button-container .sort-section {
      display: flex;
      align-items: center;
      height: 100%;
      padding-top: 4px; }
      .sort-order-bar .sort-button-container .sort-section button, .sort-order-bar .sort-button-container .sort-section span {
        font-family: "Helvetica Neue", "Arial";
        font-size: 14px;
        color: white;
        padding-left: 0;
        display: flex;
        align-items: center; }
      .sort-order-bar .sort-button-container .sort-section img {
        height: 20px;
        margin-left: 5px; }
        .sort-order-bar .sort-button-container .sort-section img.asc {
          transform: rotate(180deg); }
    .sort-order-bar .sort-button-container .journal-sort-section {
      width: 384px;
      padding-left: 47px; }
    .sort-order-bar .sort-button-container .publisher-sort-section {
      width: 140px; }
    .sort-order-bar .sort-button-container .doi-sort-section {
      width: 244px; }
    .sort-order-bar .sort-button-container .issn-sort-section {
      width: 80px; }
    .sort-order-bar .sort-button-container .oa-sort-section {
      width: 54px; }
    .sort-order-bar .sort-button-container .date-sort-section {
      width: 80px; }

.shadow-canvas {
  position: relative;
  z-index: -1;
  height: 16px;
  background-color: #F7F7F7;
  margin-right: calc((100% - 992px)/2);
  margin-left: calc((100% - 992px)/2); }

#search-container {
  width: 100%;
  height: 100%;
  position: relative; }

#search-container > input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 160px;
  border-radius: 5px;
  border: 1px solid black;
  position: absolute;
  z-index: 2; }
  #search-container > input::placeholder {
    color: #888888; }

#search-container > .search-glass {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 120px;
  z-index: 3; }

.search-type-select {
  width: 110px;
  height: 46px;
  position: absolute;
  top: 1px;
  right: 0;
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  background-color: #f9f9f9;
  border-radius: 3px 5px 5px 3px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  -webkit-appearance: none;
  outline: none;
  z-index: 3;
  padding-left: 10px; }
  .search-type-select-text {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 110px;
    color: black;
    z-index: 4;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center; }
  .search-type-select option {
    font-size: 16px; }

.search-suggestions {
  position: absolute;
  top: 95%;
  max-height: 211px;
  width: 100%;
  background-color: white;
  z-index: 1;
  border: 1px solid black;
  padding-top: 13px;
  overflow-y: scroll; }

.search-suggestions > ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.search-suggestions > ul > li {
  margin-bottom: 6px;
  padding-left: 10px; }
  .search-suggestions > ul > li:hover, .search-suggestions > ul > li.active-suggestion {
    background-color: #E3E3E3; }

.search-suggestion {
  cursor: pointer; }

.home-content {
  padding-right: calc((100% - 992px)/2);
  padding-left: calc((100% - 992px)/2);
  min-height: 800px; }

.results-list {
  min-height: 500px;
  width: 992px;
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .results-list .results-list-total {
    margin-bottom: 16px;
    font-size: 14px;
    width: 100%;
    padding-left: 48px; }
  .results-list .result-item {
    cursor: pointer;
    display: flex;
    width: calc(100% - 32px);
    height: 56px;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 8px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 8px 16px 8px 8px;
    font-size: 12px; }
    .results-list .result-item .result-section-verified {
      position: relative;
      width: 24px; }
      .results-list .result-item .result-section-verified .verified-icon {
        width: 18px;
        margin-top: -2px; }
      .results-list .result-item .result-section-verified .unverified-icon {
        width: 16px;
        margin-left: 1px; }
      .results-list .result-item .result-section-verified .hover-area {
        position: absolute;
        top: -10px;
        padding-left: 23px;
        z-index: 99; }
        .results-list .result-item .result-section-verified .hover-area div {
          width: 464px;
          border-radius: 4px;
          background-color: white;
          box-shadow: 0 3px 6px 0 #00000080;
          padding: 16px;
          cursor: default; }
          .results-list .result-item .result-section-verified .hover-area div h3 {
            font-size: 12px;
            font-weight: bold; }
          .results-list .result-item .result-section-verified .hover-area div p {
            margin-top: 10px; }
            .results-list .result-item .result-section-verified .hover-area div p a {
              color: #00A7A1;
              font-weight: bold; }
    .results-list .result-item .result-section-title {
      width: 336px;
      font-weight: bold;
      padding-right: 10px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .results-list .result-item .result-section-publisher {
      width: 140px;
      padding-right: 10px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .results-list .result-item .result-section-doi {
      width: 244px;
      padding-right: 16px;
      text-decoration: underline;
      overflow: hidden;
      text-overflow: ellipsis; }
      .results-list .result-item .result-section-doi a {
        color: #3366BB; }
      .results-list .result-item .result-section-doi a:visited {
        color: #663366; }
    .results-list .result-item .result-section-issn {
      width: 80px;
      display: flex;
      flex-direction: column; }
    .results-list .result-item .result-section-oa {
      width: 16px; }
      .results-list .result-item .result-section-oa img {
        width: 16px; }
    .results-list .result-item .result-section-date {
      flex: 1;
      display: flex;
      justify-content: flex-end; }
    .results-list .result-item.expanded {
      background-color: #C7C7C7;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5); }
  .results-list .result-details {
    overflow: hidden;
    width: calc(100% - 32px);
    padding-left: 16px;
    padding-right: 16px; }
    .results-list .result-details.expanded {
      transition: max-height 0.5s linear;
      max-height: 1200px; }
    .results-list .result-details.collapsed {
      transition: max-height 0.2s linear;
      max-height: 0; }
    .results-list .result-details .compare-checkbox-bar {
      height: 24px;
      margin-left: 16px;
      position: relative;
      display: flex; }
      .results-list .result-details .compare-checkbox-bar .report-error-link {
        font-family: "Helvetica Neue", "Arial";
        font-size: 11px;
        margin-left: 22px; }
      .results-list .result-details .compare-checkbox-bar .compare-checkbox-container {
        width: 160px; }
        .results-list .result-details .compare-checkbox-bar .compare-checkbox-container input {
          opacity: 0;
          position: absolute; }
        .results-list .result-details .compare-checkbox-bar .compare-checkbox-container label {
          padding-left: 24px;
          font-family: "Helvetica Neue", "Arial";
          cursor: pointer;
          font-size: 11px;
          display: block;
          padding-top: 2px; }
          .results-list .result-details .compare-checkbox-bar .compare-checkbox-container label.disabled {
            opacity: .3;
            pointer-events: none;
            cursor: none; }
          .results-list .result-details .compare-checkbox-bar .compare-checkbox-container label .checkmark {
            transform: rotate(40deg);
            height: 12px;
            width: 6px;
            border-bottom: 2px solid #00A7A1;
            border-right: 2px solid #00A7A1;
            position: absolute;
            left: 5px;
            top: 1px; }
          .results-list .result-details .compare-checkbox-bar .compare-checkbox-container label:before {
            content: "";
            position: absolute;
            box-sizing: border-box;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 1px solid #808080;
            border-radius: 2px;
            background-color: white;
            margin-right: 8px; }

.details-section {
  margin-bottom: 8px;
  min-height: 152px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  .details-section .header-bar {
    background-color: #E3E3E3;
    height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .details-section .header-bar span {
      font-family: "Helvetica Neue", "Arial";
      font-size: 12px;
      color: #50555D;
      font-weight: 600; }
    .details-section .header-bar a {
      height: 16px; }
      .details-section .header-bar a img {
        height: 100%; }
  .details-section .details-content {
    padding: 10px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap; }
    .details-section .details-content span, .details-section .details-content a, .details-section .details-content div {
      font-family: "Helvetica Neue", "Arial";
      font-size: 12px; }
    .details-section .details-content a {
      text-decoration: none;
      color: #4F7BC4; }
    .details-section .details-content .details-content-label, .details-section .details-content .details-content-type-label {
      font-weight: 600; }
    .details-section .details-content .details-content-type-label {
      color: #00A7A1;
      margin-top: 8px; }
    .details-section .details-content .preprint-icon {
      margin-top: 20px; }
      .details-section .details-content .preprint-icon:first-child {
        margin-top: 7px; }
    .details-section .details-content .left-column {
      margin-right: 15px;
      flex: 1.03;
      min-width: 250px;
      display: inline-block;
      vertical-align: top; }
      .details-section .details-content .left-column.open-peer-review-section {
        padding-left: 20px;
        position: relative; }
        .details-section .details-content .left-column.open-peer-review-section .open-peer-review-section--false {
          margin-top: 10px;
          position: relative; }
          .details-section .details-content .left-column.open-peer-review-section .open-peer-review-section--false:first-child {
            margin-top: 0; }
        .details-section .details-content .left-column.open-peer-review-section .x-icon, .details-section .details-content .left-column.open-peer-review-section .check-icon {
          position: absolute;
          left: 0;
          width: 16px;
          height: 16px;
          display: block; }
        .details-section .details-content .left-column.open-peer-review-section .x-icon {
          left: -20px; }
    .details-section .details-content .right-column {
      flex: 1;
      min-width: 250px;
      display: inline-block;
      vertical-align: top; }

.paging-container {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 9px; }

.page-button {
  font-weight: bold;
  color: #B8BCBC;
  width: 34px;
  height: 34px;
  font-size: 12px; }

.page-button.active-page {
  color: #4F5858; }

.arrow-button.hidden {
  pointer-events: none;
  visibility: hidden; }

.paging-dots {
  width: 34px;
  text-align: center; }

.paging-container .page-arrow.left-arrow {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.compare-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #E3E3E3;
  border-top: 1px solid #C4C4C4;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center; }
  .compare-footer .buttons-container {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 42px;
    display: flex;
    justify-content: center; }
    .compare-footer .buttons-container .compare-footer-button {
      border-radius: 4px;
      font-size: 16px;
      font-family: "Helvetica Neue", "Arial";
      height: 100%; }
    .compare-footer .buttons-container .compare-button {
      width: 235px;
      background-color: #00A7A1;
      color: white; }
      .compare-footer .buttons-container .compare-button.disabled {
        opacity: .5;
        pointer-events: none;
        cursor: none; }
    .compare-footer .buttons-container .clear-button {
      position: absolute;
      right: 16px;
      width: 147px;
      background-color: white;
      color: #50555D; }

.compare-modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999999;
  overflow-y: scroll; }

.compare-modal {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  margin-bottom: 32px;
  border: 1px solid #707070;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  padding: 15px 16px 30px 16px;
  position: relative; }
  .compare-modal .compare-modal-header {
    display: flex;
    justify-content: space-between;
    height: 50px; }
    .compare-modal .compare-modal-header span {
      padding-top: 5px;
      color: #4F5858;
      font-family: "Helvetica Neue", "Arial";
      font-size: 20px; }
    .compare-modal .compare-modal-header button {
      padding: 0; }
      .compare-modal .compare-modal-header button img {
        height: 47px; }
  .compare-modal .compare-table-container {
    margin: 0 -8px; }
    .compare-modal .compare-table-container .compare-table {
      border-spacing: 8px 0;
      table-layout: fixed;
      width: 942px; }
      .compare-modal .compare-table-container .compare-table tr td {
        padding: 0;
        vertical-align: top;
        border-left: 1px solid #D8D8D8;
        border-right: 1px solid #D8D8D8; }
        .compare-modal .compare-table-container .compare-table tr td .compare-column-header {
          height: 79px;
          width: 100%;
          background-color: #50555D;
          padding-top: 19px;
          display: flex;
          line-height: 15px; }
          .compare-modal .compare-table-container .compare-table tr td .compare-column-header .verified-icon-container {
            width: 30px;
            display: flex;
            align-items: flex-start;
            justify-content: center; }
            .compare-modal .compare-table-container .compare-table tr td .compare-column-header .verified-icon-container img {
              width: 18px; }
          .compare-modal .compare-table-container .compare-table tr td .compare-column-header .header-title {
            display: flex;
            flex-direction: column;
            font-size: 12px;
            font-family: "Helvetica Neue", "Arial";
            color: white;
            padding-top: 2px; }
        .compare-modal .compare-table-container .compare-table tr td .details-section {
          margin-bottom: 0;
          box-shadow: none; }
        .compare-modal .compare-table-container .compare-table tr td .right-column {
          margin-top: 8px !important; }
      .compare-modal .compare-table-container .compare-table tr:last-child td {
        border-bottom: 1px solid #D8D8D8; }

.info-section {
  min-height: 0;
  margin-top: 32px;
  padding-top: 14px;
  padding-bottom: 20px; }
  .info-section:last-child {
    margin-bottom: 64px; }
  .info-section h2, .info-section h3, .info-section h4, .info-section p {
    font-family: "Helvetica Neue", "Arial"; }
  .info-section h2, .info-section h3, .info-section h4 {
    font-weight: 500; }
  .info-section h2 {
    font-size: 20px;
    margin-bottom: 2px; }
    .info-section h2.with-margin {
      margin-bottom: 10px; }
  .info-section h3 {
    font-size: 16px;
    margin-top: 28px;
    margin-bottom: 16px;
    margin-left: 16px; }
    .info-section h3:first-child {
      margin-top: 20px; }
  .info-section h4 {
    font-size: 14px;
    margin-bottom: 18px; }
  .info-section p {
    font-family: "Helvetica Neue", "Arial";
    font-size: 12px; }
  .info-section ul {
    padding-left: 2px;
    margin: 0;
    margin-bottom: 10px;
    list-style-type: disc;
    list-style-position: inside; }
    .info-section ul li {
      margin-bottom: 8px;
      margin-top: 8px; }
    .info-section ul ul {
      padding-left: 25px; }
      .info-section ul ul li {
        margin-bottom: 2px;
        margin-top: 2px; }
  .info-section .info-card {
    background-color: white;
    padding: 16px;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.user-stories-section-header {
  font-family: "Helvetica Neue", "Arial";
  font-size: 18px;
  font-weight: 500; }

.table-section .table-description {
  font-family: "Helvetica Neue", "Arial";
  font-size: 18px; }

.table-section table {
  border-spacing: 0 23px;
  margin-top: 11px;
  font-size: 12px;
  font-family: "Helvetica Neue", "Arial"; }
  .table-section table td, .table-section table th {
    padding-left: 16px;
    padding-right: 16px; }
  .table-section table td:last-child, .table-section table th:last-child {
    padding-right: 33px; }
  .table-section table td:first-child, .table-section table th:first-child {
    padding-left: 33px; }
  .table-section table td {
    vertical-align: top; }
  .table-section table .user-story-table-header {
    background-color: #50555D;
    color: white;
    height: 32px; }
    .table-section table .user-story-table-header th {
      font-weight: 400;
      text-align: left; }
    .table-section table .user-story-table-header .group-header {
      width: 143px; }
    .table-section table .user-story-table-header .type-header {
      width: 109px; }
    .table-section table .user-story-table-header .sort-button {
      cursor: pointer; }
      .table-section table .user-story-table-header .sort-button img {
        height: 20px;
        margin-left: 10px;
        vertical-align: middle; }
        .table-section table .user-story-table-header .sort-button img.asc {
          transform: rotate(180deg); }

.about-page-content {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  min-height: 0; }
  .about-page-content p, .about-page-content a, .about-page-content h3 {
    font-family: "Helvetica Neue", "Arial"; }
  .about-page-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .about-page-content .primary-description {
    font-size: 16px;
    margin-bottom: 10px; }
  .about-page-content .section-header {
    font-weight: 500;
    margin-top: 20px; }
  .about-page-content .about-page-container .twitter-feed {
    float: right;
    width: 450px;
    height: 650px;
    overflow-y: scroll;
    border: 1px solid #D8D8D8;
    margin-left: 30px;
    margin-top: 20px; }

.stats-container {
  position: relative; }
  .stats-container--loading .loading-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .stats-container--loading .stats-iframe {
    opacity: .3; }
  .stats-container .stats-iframe {
    height: calc(100vh - 224px);
    width: calc(100% - 6px);
    overflow-y: hidden;
    border-top: none;
    border-bottom: none;
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 3px;
    margin-bottom: -4px; }

