html {
  color: black; background-color: white;
  /* color: #cccccc; background-color: black; */
  margin-top: 4ex;
}

body {
  font-family: Optima, Helvetica, sans-serif;
  font-size: 14px;
}

a:link {
  /* color: #ccccff; */
}

a:visited {
  /* color: #cc99cc; */
}

body > *:nth-child(2) {
  margin-top: 0;
}

h1, h2 {
}

div#breadcrumb {
  position: fixed;
  top: 0px; height: 4ex;
  left: 0px; right: 0px;
  border-bottom: 1px dotted #cccccc;
  background-color: white;
  /* background-color: black; */
  z-index: 1;
}

div#breadcrumb p {
  font-size: smaller;
  line-height: 1.4;
  margin: 1ex 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a[name] {
  position: relative;
  padding-top: 4ex;             /* same as height of div#breadcrumb */
}

@media only screen and (max-width: 480px) {
  html { margin-top: 42px }
  body { font-family: Helvetica, sans-serif }

  div#breadcrumb {
    height: 42px;
    background: url(back-header.png);
    background-size: 100% 100%;
    border-bottom: 1px solid #000033;
  }

  div#breadcrumb p {
    visibility: hidden;
  }

  a#breadcrumb-up {
    position: absolute;
    left: 8px;
    line-height: 30px;
    padding-top: 0;
    padding-right: 5px;
    display: inline-block;
    visibility: visible;

    color: white;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 12px;

    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    text-decoration: none;

    border-width: 0px 5px 0px 16px;
    border-image: url("back.png") 0 5 0 16 round round;

    -webkit-border-width: 0px 5px 0px 16px;
    -webkit-border-image: url("back.png") 0 5 0 16 round round;
  }

  a#breadcrumb-up:active {
    border-image: url("back-clicked.png") 0 5 0 16 round round;  
    -webkit-border-image: url("back-clicked.png") 0 5 0 16 round round;  
  }

  a[name] {
    position: relative;
    padding-top: 42px;          /* same as height of div#breadcrumb */
  }
}
