h3#storyline-lessons-header {
  margin-bottom: .4em;
}
#storyline-lessons-list {
  margin: 0;
  padding: 0;
}
  #storyline-lessons-list li {
    list-style: none;
  }
    #storyline-lessons-list span {
      border-bottom: 1px dotted #069;
      color: #069;
      cursor: pointer;
    }
      #storyline-lessons-list span:hover {
        border-bottom: 1px dotted #3271b0;
        color: #3271b0;
      }

#storyline-bundle-sidebar {
  background: #f0eed6;
  border-radius: 1em;
  display: inline-block;
  float: right;
  margin: 0 0 1em 1em;
  padding: 2em;
  text-align: center;
}
  #storyline-bundle-sidebar-price {
    color: #333;
    font-size: 140%;
    font-weight: normal;
    white-space: nowrap;
  }
  #storyline-bundle-sidebar-buy {
    border-radius: .5em;
    box-shadow: 0 1px 2px #000;
    color: #fff;
    cursor: pointer;
    margin-top: 1em;
    padding: .5em 1em;
    text-align: center;

    /* Gradient background */
    background: #1a558b; /* Old browsers */
    background: -moz-linear-gradient(top, #028bc1 0%, #1a558b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#028bc1), color-stop(100%,#1a558b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #028bc1 0%,#1a558b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #028bc1 0%,#1a558b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #028bc1 0%,#1a558b 100%); /* IE10+ */
    background: linear-gradient(top, #028bc1 0%,#1a558b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#028bc1', endColorstr='#1a558b', gradientType=0); /* IE6-9 */
  }
