<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom Skins */

/* actions */
.tpd-skin-actions .tpd-content,
.tpd-skin-actions .tpd-title,
.tpd-skin-actions .tpd-close { color: #000000; }
.tpd-skin-actions .tpd-background-content,
.tpd-skin-actions .tpd-background-title {
  background-color: #ffffff;
}
.tpd-skin-actions .tpd-background {
  border-width: 1px;
  border-color: #282828;
}
/* line below the title */
.tpd-skin-actions .tpd-title-wrapper { border-bottom: 1px solid #404040; }
/* spinner */
.tpd-skin-actions .tpd-spinner-spin {
  border-color: #282828;
  border-left-color: #000000;
}
/* links */
.tpd-skin-actions a,
.tpd-skin-actions a:hover { color: #0000ff; }


/* legacy */
.tpd-skin-legacy .tpd-content {
  padding: 5px;
  color: #808080;
}
.tpd-skin-legacy .tpd-title {
  padding: 5px;
  text-transform: none;
  color: #808080;
}
.tpd-skin-legacy .tpd-close {
  width: 19px;
  height: 15px;
  border-radius: 3px;
  color: #808080;
}
.tpd-skin-legacy .tpd-close-icon {
  width: 19px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  background-color: rgb(199, 199, 199);
}
.tpd-skin-legacy .tpd-background-content {
  background-color: #ffffff;
}
.tpd-skin-legacy .tpd-background-title {
  background-color: #f1f1f1;
}
.tpd-skin-legacy .tpd-background {
  border-width: 6px;
  border-color: rgb(199, 199, 199);
}
/* line below the title */
.tpd-skin-legacy .tpd-title-wrapper { border-bottom: 1px solid #f1f1f1; }
/* spinner */
.tpd-skin-legacy .tpd-spinner-spin {
  border-color: #282828;
  border-left-color: #000000;
}
/* links */
.tpd-skin-legacy a,
.tpd-skin-legacy a:hover { color: #0000ff; }


/* Custom Sizes */

/* medium (Default) */
.tpd-size-medium .tpd-content {
  max-width: 250px;
}

/* wide */
.tpd-size-wide .tpd-content {
  max-width: 500px;
}
</pre></body></html>