td.prospectus-reports {
    border-style: hidden !important;
  }
  .ns-body-wide {
    background-color: #fff;
  }
  
  .ns-body-wide.fullwidth .ns-outer-control,
  .ns-body-wide.fullwidth .ns-body.container {
    width: auto;
  }
  
  
  
  .ns-body-wide.fullwidth .ns-body.container .span12 {
    width: 100%;
  }
  
  .message-container {
    background-color: #f2f2f2;
  }
  
  .message-body {
    background-color: #fff;
    margin: auto !important;
    width: 990px;
    padding: 0 12px;
    overflow: auto;
  }
  .lit-content {
    width: 95%;
    max-width: 1300px;
    padding: 0 20px;
    margin: auto;
  }
  .glossary h3 {
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1.5px;
    font-size: 12px;
  }
  
  .glossary-section {
    padding: 0 40px 0 20px;
  }
  
  .glossary {
    border: 1px solid #ccc;
    padding: 40px 20px;
    margin: 40px auto;
    max-width: 1280px;
  }
  
  .glossary p {
    margin-bottom: 24px;
  }
  
  .text-center {
    text-align: center;
  }
  
  .lit-content th,
  .lit-content td {
    letter-spacing: 1px;
    padding: 10px !important;
  }
  
  .lit-content thead th {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
  
  .lit-content td {
    box-shadow: inset -1px #f2f2f2;
    white-space: nowrap;
  }
  
  .lit-content thead th {
    background-color: #fff !important;
    box-shadow: inset 1px #f2f2f2, 0 1px #f2f2f2;
    z-index: 100;
    border-bottom: 1px solid #666;
  }
  
  .lit-content {
    overflow-y: auto;
    height: 800px;
    padding: 0;
  }
  .lit-content thead th {
    position: sticky;
    top: 0;
  }
  
  .lit-content table {
    border-collapse: collapse;
    width: 100%;
  }
  thead th {
    border: none !important;
  }
  
  td div {
    float: left;
  }
  
  .qh {
    position: relative;
    top: -5px;
  }
  
  .able-college {
    background-color: #ccc;
  }
  
  .able-college > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 998px;
    margin: auto;
  }
  
  .able-college {
    padding: 32px;
    margin-top: 32px;
  }
  
  .able-college > div > div {
    padding: 40px;
  }
  .able-college > div > div:first-child {
    border-right: 1px solid #999 !important;
  }
  
  .able-college h3 {
    font-size: 28px;
  }
  
  .able-college a {
    color: #000;
  }
  
  .viewing-fund {
    padding: 10px;
    position: relative;
    left: 8px;
    max-width: 1300px;
    margin: auto;
  }
  
  .able-college svg {
    display: inline;
    position: relative;
    top: 4px;
    vertical-align: baseline;
  }
  
  td svg {
    display: inline !important;
    position: relative;
    top: -3px;
  }

/* Overwrites the .hide class with !important property */
.investor .hide.in {
  display: block !important;
  overflow: hidden;
}
  
/* Shifts the width 40px to the right to align close button */
.investor .ns-modal-content {
  width: calc(100% - 40px);
}
  
/* Removes the box shadow and border radius */
.investor .ns-modal-content div {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.investor .modal-content {
  padding: 0 15px;
}

.investor .message-container {
  background-color: #fff;
}
.ns-body.container {
  max-width: 1330px;
}