/* Skins */

/* Lilac */
.tpd-skin-lilac .tpd-content,
.tpd-skin-lilac .tpd-title,
.tpd-skin-lilac .tpd-close { color: #fff; }
.tpd-skin-lilac .tpd-background-content { background-color: #005AD2; }
.tpd-skin-lilac .tpd-background {
  border-width: 1px;
  border-color: #005AD2;
}
.tpd-skin-lilac .tpd-background-title { background-color: #005AD2; }
/* line below the title */
.tpd-skin-lilac .tpd-title-wrapper { border-bottom: 1px solid #005AD2; }
/* shadow */
.tpd-skin-lilac .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* spinner */
.tpd-skin-lilac .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-lilac a { color: #fff; }
.tpd-skin-lilac a:hover { color: #eee; }
