/*
.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>;
}
*/

.ipad#header-section {
  background-image:url('/images/header_ipad.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;
}

.overview-item {
  margin-left: 20px;
  width: 120px;
}

#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-history .feature-figure {
  padding-left: 4px;
  width: 386px;
}

#feature-archive .feature-figure {
  float: right;
  padding-top: 5px;
}

#feature-icloud .feature-figure {
  padding-left: 234px;
  width: 150px;
}
