@layer reset, shared, legacy;
@layer legacy {
  /*
 * This file hides a lot of navigation elements that are not yet fully
 * fully functional in internationalized versions of our site.
 */
  #page_sub_nav {
    display: none;
  }
  td {
    vertical-align: top;
  }
  .qtip {
    max-width: 200px;
  }
  #top-header #page_auth {
    display: none;
  }
  #top-header .nav-search-box {
    display: none;
  }
  #top-header .sitewide-navigation .nav-subheader .nav-link {
    display: none;
  }
  #top-header .sitewide-navigation .nav-subheader #header-logo {
    display: block;
  }
  #homepage {
    padding: 0;
  }
  #library-content #library-content-main {
    padding: 20px;
  }
  .subjects-row-first,
  .subjects-column-first {
    list-style: none;
  }
  .alert {
    margin-bottom: 0px;
  }
  .simple-button {
    margin-bottom: 14px;
  }
  h2.topic-heading.topic-heading-first {
    margin-top: 38px !important;
  }
  .i18n-alpha-teaser {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
  }
  /* http://sonspring.com/journal/clearing-floats */
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 1px;
    height: 1px;
  }
}

