.notepad .list {
  color: #555;
  font-size: 11px;
  padding: 0 !important;
  width: 100%;
  font-family: courier, monospace;
  border: 1px solid #dedede;
}

.notepad .list li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  text-indent: 0px;
  height: 45px;
  padding: 10px;
  padding-left: 25px;
  text-transform: capitalize;
}

.notepad .list li:last-child {
  list-style: none;
  border-bottom: none;
}

.notepad .list li:hover {
  background-color: #f0f0f0;
  -webkit-transition: all 0.2s;
  -moz-transition:    all 0.2s;
  -ms-transition:     all 0.2s;
  -o-transition:      all 0.2s;
}

.notepad .lines {
  border-left: 1px solid #ffaa9f;
  border-right: 1px solid #ffaa9f;
  width: 3px;
  float: left;
  height: 181px;
  margin: 26px 0px 0px 15px;
}