.backupresult {
    display:none;
}
.backupresult a {
    padding-left: 24px;
    background: url(images/download.png) left center no-repeat;
}
/* Media Queries for responsive design -------------------------------------- */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
    
}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  
}

@media only screen and (min-width: 920px) {
  /* Style adjustments for viewports 960px and over go here */
  
}
