/* Skins */


/* Light */
.tpd-skin-light .tpd-content,
.tpd-skin-light .tpd-title,
.tpd-skin-light .tpd-close { color: #555; }
.tpd-skin-light .tpd-background-content,
.tpd-skin-light .tpd-background-title {
  background-color: #fff;
}
.tpd-skin-light .tpd-background {
  border-width: 1px;
  border-color: #e7e7e7;
}
/* line below the title */
.tpd-skin-light .tpd-title-wrapper { border-bottom: 1px solid #e7e7e7; }
/* spinner */
.tpd-skin-light .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-light a { color: #111; }
.tpd-skin-light a:hover { color: #000; }


/* Red */
.tpd-skin-red .tpd-content,
.tpd-skin-red .tpd-title,
.tpd-skin-red .tpd-close { color: #fff; }
.tpd-skin-red .tpd-background-content { background-color: #D0021B; }
.tpd-skin-red .tpd-background {
  border-width: 1px;
  border-color: rgba(6,0,12,.6);
}
.tpd-skin-red .tpd-background-title { background-color: #D0021B; }
/* line below the title */
.tpd-skin-red .tpd-title-wrapper { border-bottom: 1px solid #D0021B; }
/* shadow */
.tpd-skin-red .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* spinner */
.tpd-skin-red .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-red a { color: #ddd; }
.tpd-skin-red a:hover { color: #c6c6c6; }


/* Green */
.tpd-skin-green .tpd-content,
.tpd-skin-green .tpd-title,
.tpd-skin-green .tpd-close { color: #fff; }
.tpd-skin-green .tpd-content { font-family: 'ProximaNova-Bold', arial, sans-serif;  }
.tpd-skin-green .tpd-background-content { background-color: #66AB1A; }
.tpd-skin-green .tpd-background {
  border-width: 1px;
  border-color: rgba(6,0,12,.6);
}
.tpd-skin-green .tpd-background-title { background-color: #66AB1A; }
/* line below the title */
.tpd-skin-green .tpd-title-wrapper { border-bottom: 1px solid #66AB1A; }
/* shadow */
.tpd-skin-green .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* spinner */
.tpd-skin-green .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-green a { color: #ddd; }
.tpd-skin-green a:hover { color: #c6c6c6; }