.header {
  border-bottom: none;
  box-shadow: 0px 0px 16px #c9dbed;
}

.instructionsHeader {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 36px;
  clear: both;
  padding: 0 30px;
  border-bottom: 1px solid #588fa3;
}

.instructionsHeader .title {
  font-family: 'gentium_book_basicbold';
  font-weight: bold;
  font-size: 24px;
}

.instructionsHeader .title a {
    color: #588fa3;
}

.instructionsHeader .title a:hover {
  text-decoration: none;
  color: #606060;
}

.instructionsHeader ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instructionsHeader ul li {
  padding: 0;
  margin: 0 15px 0 0;
  display: inline-block;
  height: 100%;
  position: relative;
}

.instructionsHeader ul li a {
  color: #588fa3;
  font-weight: normal;
  font-size: 13px;
  line-height: 36px;
  height: 100%;
  transform: translateY(-50%);
  position: relative;
}

.instructionsHeader ul li.selected a {
  text-decoration: underline;
  font-weight: bold;
}


@media only screen
and (max-width : 480px) {
  /* phone */
  .instructionsHeader {
    padding: 0 5px;
  }

  .instructionsHeader .title {
    font-size: 18px;
    line-height: 32px;
  }

  .instructionsHeader ul li:last-child {
    margin: 0;
  }

  .instructionsSection .instructionItem {
    width: 80% !important;
  }

  .instructionsSection .instructionItem .numberContainer {
    width: 76px !important;
  }

  .instructionsSection .instructionItem .numberContainer .number {
    font-size: 36px !important;
  }

  .instructionsSection .instructionItem .textContainer {
    left: 76px !important;
    width: calc(100% - 26px) !important;
    padding: 8px !important;
    text-shadow: 0 1px 6px #ffffff;
    color: #000000;
  }
}

@media only screen
and (min-width: 481px)
and (max-width: 1023px) {
  /* tablet portrait */

}

@media only screen
and (min-width: 1023px) {
  /* tablet portrait */

}
