.template-content { 
    background-color: #fafafa;
    padding: 15px;
}
.template-content h4 { 
    font-size: 23px !important;
    padding: 7px 0;
}
.template-content h5 { 
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 0;
}
.template-content p { margin:7px 0;}
.template-content a,.template-content strong { color:#000;}
.template-content .pdleft-15 { padding-left:15px;}
.wdecoration { text-decoration: underline;}
.template-content ul.custom-list,
.template-content ul.custom-list ul {
  padding-left: 24px;
}
.template-content ul.custom-list li {
    list-style: initial !important;
  list-style-type: disc !important;
  list-style-position: outside;
}
.template-content ul.custom-list.numeric li{
  list-style-type: decimal !important;
}
.template-content ul.custom-list.numeric li ul.circle li {
  list-style-type: circle !important;
}
.template-content ul.custom-list ul li {
  display: list-item !important;
  list-style-type: circle !important;
}
