.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:150px; }
.tpd-skin-dark .tpd-background-content { background-color: #FFCC33; border: 1.5px solid #fff; }
.tpd-skin-dark .tpd-background {
  border-radius: 0px;
}

.tpd-backgrounds{
  background: transparent;
}
.tpd-skin-dark .tpd-content p{
	margin-bottom: 0px !important;
	font-size: 11px;
    line-height: 150%;
}
.tpd-content-relative {
  border-left: 0px;
}
.tpd-skin-dark .tpd-background {
  border-radius: 0px;
  border:none;
}
.tpd-skin-dark .tpd-shift-stem{
	display: none; /* arrow hidden */
}
.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; }
/*.tpd-skin-dark{
	margin-left: -15px;
    margin-top: 24px;
}*/
/*.tpd-stem.tpd-stem-reset{
	display: none;
}*/

@media screen and (max-width: 767px){
  .tpd-content-relative {
      border-left: 0px solid #fff;
  }
}