.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close { color: #fff; padding:20px 20px 20px 30px; font-size: 0.875rem; max-width: 250px; min-width:150px; }
.tpd-skin-dark .tpd-background-content { background-color: #333333; }
.tpd-skin-dark .tpd-background {
  border-radius: 0px;
}
.tpd-skin-dark .tpd-close{
  display: block !important;
    max-width: 20px;
    min-width: 20px;
    padding: 0px 7px;
}

.tpd-backgrounds{
  background: transparent;
}
.tpd-skin-dark .tpd-content p{
	margin-bottom: 0px !important;
	font-size: 14px;
    line-height: 150%;
}

.tpd-content-relative {
    border-left: 2px solid #333333;
}
.tpd-skin-dark .tpd-background {
  border-width: 2px;
  border-color: #333333;
  border-radius: 0px;
}
.tpd-skin-dark .tpd-shift-stem{
	/*display: none;  arrow hidden */
}
.tpd-skin-dark .tpd-content ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.tpd-skin-dark .tpd-content ul ul {
    margin-top: 15px;
}
.tpd-skin-dark .tpd-content li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 18px;
    line-height:120%;
    font-size: 0.875rem;
}
.tpd-skin-dark .tpd-content li:last-child {
    margin-bottom: 0px;
}
.tpd-skin-dark .tpd-content ul li::after{
    background: url(list-icon.png) no-repeat center left transparent;
    background-size: 4px;
    content:'';
    width: 4px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 0px;
}
.tpd-skin-dark .tpd-content ul li ul li::after{
    background: url(sub-list-icon.png) no-repeat center left transparent;
    background-size: 4px;
    content:'';
    width: 4px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 0px;
}
.tpd-skin-dark .tpd-background-title { background-color: #333333; }

.tpd-skin-dark .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }

.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #333333;
}
/* 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 #333333;
  }
}