.wrap {
  background-color: #eaeaea;
}

.block_style {
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
}

.bread_block {
  background-color: #e5e7eb;
}

.bread_block h1 {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb > li a:hover {
  color: #009491;
}

.bread_block nav > .breadcrumb > li:first-child a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f015";
  margin-right: 5px;
}

main .tab-content img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

main .tab-content img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

main {
  line-height: 1.8;
}

main #global_block .sub_title_block .time {
  color: #4b5563;
}

main #global_block .note {
  color: #4b5563;
}

main .nav-pills .nav-link.active,
main .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #009491;
}

main .nav-pills {
  background-color: #f3f4f6;
  overflow: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

main .nav-link {
  color: black;
}

main .nav-link:hover {
  color: #fff;
  background-color: #009491;
}

main .tab-content {
  overflow: auto;
}

main .tab-content .tab-pane table {
  table-layout: fixed;
  font-size: 1rem;
  line-height: 1.8;
}

main .tab-content .tab-pane table a:hover {
  color: #009491;
  text-decoration: underline;
}

main .tab-content .tab-pane table tbody > tr:first-child {
  font-weight: bold;
  color: #4b5563;
  border-bottom: 1px solid #d1d5db;
}

@media (max-width: 991.98px) {
  main .tab-content .tab-pane table {
    font-size: 0.9rem;
  }
}
