.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close { color: #000; padding:20px; font-size: 16px; max-width: 400px; min-width:280px; }
.tpd-skin-dark .tpd-background-content { background-color: #ffffff; }
.tpd-skin-dark .tpd-background {
  border-width: 2px;
  border-color: #86E500;
  border-radius: 0px;
}
.tpd-skin-dark .tpd-background-title { background-color: #ffffff; }
/* line below the title */
.tpd-skin-dark .tpd-title-wrapper { border-bottom: 1px solid #2a1fb4; }
/* shadow */
.tpd-skin-dark .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-dark a { color: #20a4ec; }
.tpd-skin-dark a:hover { color:  #86E500; }

/*ul circles*/
ul.circles {
	padding-left: 0px;
}
ul.circles li{
  margin-bottom: 20px;
  line-height: 120%;
}