ul.rd li:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(/t/images/images/exclamation-mark1.png) 0 0px no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

ul.rd {
  list-style: none;
  padding-right: 10px;
  padding-left: 20px; }

ul.rd li {
    padding-left: 52px;
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 10px 0;
    line-height: 1.25; 
}