#tblservices
{
 width:100%;
 border:none;
 }
 .tdlft
 {
  width:200px;
   vertical-align:top;
   padding:10px 10px 10px 0px;
   border-bottom: 1px dashed #000;
    text-align:left;
 }
 .tdlft img
 {
  margin-top:10px;
  width:50px;
  -webkit-box-shadow: 0 0 5px 2px #ccc;
box-shadow: 0 0 5px 2px #000;
border: solid #ccc 2px;
 }
 .tdright
 {
 border-bottom: 1px dashed #000;
 vertical-align:top;
 text-align:justify;
  padding:10px 0px 10px 10px;
   padding-bottom:10px;
 }
 