/*
FILENAME: transfers.css
DESCRIPTION: This stylesheet serves additional declarations for Onehub.com Transfers
*/

h3.section { margin: 0 10px; }
.push { padding-top: 30px; }
.push h2 { margin: 0; }

ul.features li {
  background-image: url("../images/icons/sprites_transfers.png");
  background-repeat: no-repeat;
}

ul.features .transfer { background-position: 0 0; }
ul.features .customization { background-position: 0 -100px; }
ul.features .track { background-position: 0 -200px; }
ul.features .secure { background-position: 0 -300px; }
ul.features .dropbox { background-position: 0 -400px; }
ul.features .notifications { background-position: 0 -500px; }
ul.features h3, ul.features p { margin-left: 60px; }