body.widget-snippet .checklist-area{
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
}
body.widget-snippet .checklist-area ul li{
 padding: 8px; 
  margin-bottom:10px;
}
.checklist-area ul li:before{
  display: none;
}
.checklist-area ul li{
  font-size: 22px;
  border-bottom:1px solid #f1f1f1;
  position: relative;
  width:100%;
  height:60px;
  padding-left:0;
}
.checklist-area ul li a{
    position: relative;
    width:100%;
    display:block; 
    height: 100%; 
    line-height: 60px;
}
.checklist-area ul li a:after {
    content: "";
    background: url('/template/bbca02b2/images/pdf-download-icon.jpg') no-repeat;
    width: 25px;
    height: 36px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    background-position: 0px -12px;
    transform: translateY(-50%);
    transition: all ease-in-out .2s;
}
.widget.widget-snippet .checklist-area ul li a:hover:after {
    background-position: 0px -70px;
}
.checklist-area ul li a:hover{ 
  text-decoration:none;
  color:#007FFF;
}
@media only screen and (max-width: 1500px){
.widget.widget-snippet .checklist-area{
  width: 96%;
  margin: 0 auto;
} 
}
@media only screen and (max-width: 1400px){
.widget.widget-snippet .checklist-area{
  width: 94%;
  margin: 0 auto;
} 
}
