#note-content {
    resize: vertical;
    background: #181818;
    color: #959595;
    font-family: "ABCRepro-Medium", Sans-serif;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}
#note-content:focus {
    border:none;
}

#notes-section {

}

#notes-list {
 
}





textarea#story {
  // other stuff
  -moz-appearance:none;
  outline:0px none transparent;
}

textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}

