
li a {
    position: relative;
    display: inline-block;
    color: hsla(200, 95%, 35%, 1.0);
    text-decoration:none;
    background: hsla(0, 0%, 90%, 1.0);
    margin: 2px 10px 0px 0px;
    padding: 2px 1em;
    border: 1px solid hsla(0, 0%, 90%, 1.0);
    border-radius: 10px;
    min-width:12em;
    font-size: 0.8em;
}

.notes li a:before {
    font: normal normal normal 12px/1 FontAwesome; 
}

.notes li a:before             { content: "\f00c  Change  # "  }
.notes li.feature a:before     { content: "\f06b  Feature  # " }
.notes li.improvement a:before { content: "\f201  Improved  # " }
.notes li.crash a:before       { content: "\f1e2  Crash  # "   }
.notes li.bug a:before         { content: "\f188  Bug  # "     }
