.t-Login-logo,
.t-HeroRegion--featured .t-HeroRegion-icon {
  background-color: transparent !important;
}

.t-HeroRegion--featured .t-HeroRegion-icon {
  width: 140px !important;
  height: 140px !important;
}

.t-Login-logo {
  width: 100px !important;
  height: 100px !important;
}


td[headers^="LINK"] {
  width: 45px !important;
}

td[headers^="LINK"] span {
  font-size: 20px;
}

.ir-ul {
  margin: 0px 32px;
}

.ir-ul li {
  font-size: var(--a-gv-font-size, 12px);
  line-height: var(--a-gv-line-height, 16px);
}

.a-TreeView-row.is-focused {
  background-color: #eee;
  box-shadow: none
}

.a-GV-table th.a-GV-header,
.a-GV-table th.a-GV-headerGroup {
  background-color: #fafafa;
}

div.ir-pre {
  max-width: 250px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: pre-line;
}

div.ir-pre-full {
  white-space: break-spaces;
}

/* fix for IG */
.a-GV-footer {
  top: unset !important;
}