@charset "utf-8";
/* CSS Document */
.title-page {
  padding: 40px 0;
  text-align: center;
}
table.tbl-sds {
  width: 100%;
}
.tbl-sds thead th {
  background-color: #f0f0f0;
}
.tbl-sds th,
.tbl-sds td {
  padding: 1.5rem 2rem;
}
.tbl-sds th,
.tbl-sds td {
  border: 1px solid #ccc;
}
.tbl-sds thead th:first-child {
  width: 200px;
}
.tbl-sds thead th:last-child {
  width: 150px;
}
.tbl-sds thead th:first-child,
.tbl-sds thead th:last-child,
.tbl-sds tbody td:first-child,
.tbl-sds tbody td:last-child {
  text-align: center;
}
a.pdf-link {
  display: block;
}
a.pdf-link:hover {
  opacity: 0.7;
}
a.pdf-link img {
  width: 28px;
}

@media screen and (min-width: 768px) {
  .tbl-sds thead th br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .title-page {
    padding: 20px 0;
  }
  .tbl-sds th, .tbl-sds td {
    padding: 1.2rem 1.5rem;
  }
  .tbl-sds thead th {
    line-height: 1.4;
    vertical-align: middle;
  }
  .tbl-sds thead th:first-child {
    width: 100px;
  }
  .tbl-sds thead th:last-child {
    width: 79px;
  }
  
}