body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

#topNavbar {
  background-color: #f5f5f5;
  height: 30px;
}

.topNavbarlink {
  color: #1a1a1a;
  font-size: 13px;
}

.loginButton {
  background-color: #007a53;
  width: 89px;
  height: 48px;
  color: white;
  border: none;
}

.navbarlink {
  color: #6f6f6f;
}

#headertitleContainer {
  background-image: url(/shared/images/PatternWavy.27d503a8.png);
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
}

#filterButton {
  width: 128px;
}

.tabLinks .nav-link.active {
  background-color: rgb(0, 122, 83);
  color: white;
}

.tabLinks .nav-link {
  color: black;
}

.bgColorHeader {
  background-color: rgb(235, 235, 235);
}

.bgColor {
  background-color: rgb(245, 245, 245);
}

.collapseButton {
  background-color: inherit;
  border: none;
  color: #007a53;
}

tr .tableHeader {
  text-align: center;
  font-weight: 400;
  min-width: 80px;
}

tr .linkIcons {
  text-align: center;
}

tr .linkIconsHead {
  text-align: center;
}

.documentLink {
  color: black;
}

.fontColor {
  color: #007a53;
  text-decoration: underline;
}

.rowHeight {
  height: 90px;
}

.fundNameWidth {
  width: 200px;
}

.tableTitle {
  font-size: 18px;
}
