
/*a little bit of reset*/
#services-list, #services-list p, #services-list h3 {
list-style: none;
margin:0; padding:0;
}

#services-list > li{
  float:left;
  margin-right: 21px;
  color: lime;
  width: 100%;
}
#services-list > li:hover{
  cursor: pointer;
  color: #fff;
  
}

#services-list > li > .image{
  display:block;
  float:left;
  margin-right:10px;
}

/*
this instructions are to force the dimensions of image and its container <a>
*/
/*#services-list > li > .image,
#services-list > li > .image > img{
  width:19px; height:25px;
}*/