/* import file for a variety of colors */
/* various useful variables and mixins */
.pdp .title {
  display: none !important;
}
.pdp .link {
  color: #fff;
}
.pdp .guibutton {
  background-color: #d78b21;
  border-radius: 5px;
  padding: 10px;
}
.pdp p > b {
  font-size: 2rem;
  color: #d78b21;
}
.pdp .section img:first-of-type {
  width: 200px;
}
.pdp table {
  border: none;
  width: 100%;
}
.pdp table tr th {
  font-weight: bold;
  color: #d78b21;
  border: none;
}
.pdp table tr td {
  border: none;
  color: black;
  vertical-align: top;
}
.pdp table tr td a {
  text-decoration: underline;
  color: #d78b21 !important;
}

/*# sourceMappingURL=pdp.css.map */