/* diode_color_markings.html */

.diode_colours {
  background-color: #444654;
  text-align: center;
  font-size: 1rem;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.diode-image {
  width: 50%;
}

.vishay-diode-image {
  width: 50%;
}

.black-diode-image {
  width: 65%;
}

.vishay-row {
}

.diode-table th, td {
    text-align: center;
    border: 2px solid black;
  }
