.component-t03 {
  font-family: "Open Sans";
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.component-t03 .component-header {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
.component-t03 #listjs ul {
  list-style-type: none;
  padding-top: 30px;
  padding-left: 30px;
}
.component-t03 #listjs ul h3.alphabet-header {
  font-weight: 700;
  font-size: 1.7rem;
  margin-block: 15px;
  font-weight: 700;
}
.component-t03 #listjs ul li {
  margin-block: 10px 5px;
}
.component-t03 #listjs ul a {
  text-decoration: none;
  width: 80px;
  height: 26px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 26px;
  text-transform: uppercase;
  color: #282828;
}
.component-t03 #listjs ul a:hover {
  color: #184f2c;
  font-weight: 800;
}
.component-t03 .hidden {
  display: none !important;
}
.component-t03 #t03-no-result {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
