@charset "UTF-8";

.part_box legend {
  display: block;
  border: 0px solid #0066cc;
  padding: 5px 10px 5px 10px;
  margin: 5px 0px 0px 15px;
  font-size: 110%;
  font-weight: normal;
}

table.article td a {
  position: relative;
  display: block;
  padding: 5px 10px 3px 10px;
  margin: 0px 10px 5px 10px;
  min-width: 378px;
  border: 1px solid #0066cc;
  border-radius: 10px;
  color: #0066cc;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  transition: .2s;
  width: calc(100vw - 150px);
  word-wrap: word-break;
}

table.article td a:hover {
  background-color: #0066cc;
  color: #ffffff;
}

table.article td a:after {
  content: "";
  position: absolute;
  width: .5em;
  height: .5em;
  border-top: 2px solid #0066cc;
  border-right: 2px solid #0066cc;
  right: .8em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

span.description {
  font-weight:normal;
  font-size:80%;
  margin-left:64px;
  margin-right:22px;
}

div.revision {
  font-size:90%;
  text-align:right;
}

hr {
  display: block;
  border: 0;
  border-top: 1px solid #003333;
  margin: 0 0 0 0;
  padding: 0;
}

.fas-container {
  display: block;
  grid-template-columns: repeat(auto-fit, minmax(378px, 1fr));
  grid-template-rows: auto;
  gap: 10px;
}
.fas-item {
  background: #ffffff;
  padding: 0px;
  width: calc(100vw - 150px);
}
