/*
.navigation-item.<name> {
  width: <customwidth>;
  <other custom settings>
}

.<name> .navigation-icon {
  display: inline-block;
  <other custom settings>
}

#header-section {
  background-image: <custom image url>;
}

#header-logo {
  background-image: <custom image url>;
  width: <custom width>;
  height: <custom height>;
  -webkit-background-size: <custom width> <custom height>;
  -moz-background-size: <custom width> <custom height>;
  background-size: <custom width> <custom height>;
}

#feature-timer .feature-figure {
  float: <right if needed>;
  padding-left: <custom padding>;
  padding-top: <custom padding>;
  width: <custom width>;
}
*/

.iphone#header-section {
  background-image:url('/images/header_iphone.png');
}

#header-logo {
  background-image: url('/images/dowork_appstore.png');
  width: 170px;
  height: 173px;
  -webkit-background-size: 170px 173px;
  -moz-background-size: 170px 173px;
  background-size: 170px 170px;
}

#feature-timer .feature-figure {
  float: right;
  padding-top: 120px;
}

#feature-alert .feature-figure {
  padding-left: 237px;
  padding-top: 50px;
  width: 153px;
}

#feature-motion .feature-figure {
  float: right;
  padding-top: 30px;
}

#feature-archive .feature-figure {
  padding-left: 261px;
  padding-top: 5px;
  width: 129px;
}

#feature-icloud .feature-figure {
  float: right;
  padding-top: 0;
}
