#ts-facebook-webhook-menu-admin .download-button{
  display: block;
  width: 48px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  padding: 26px 26px 9px 50px;
  color: #444;
  background: url('/sites/all/modules/custom/ts_leads/ts_facebook_webhook/assets/img/csv-file-format-extension.png') 0 no-repeat;
  background-size: contain;
}
#ts-facebook-webhook-menu-admin .download-button:hover{
  box-shadow: 0 0 10px #444;
}

#ts-facebook-webhook-menu-admin .download-button:after{
  content: "Download";
  position: absolute;
  top: 10px;
  left: 50px;
  color: #aaa;
}
#ts-facebook-webhook-menu-admin #edit-active .row,
#ts-facebook-webhook-menu-admin #edit-archived .row{
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
}