.note {
    color:#999;
}
tr.variable > td:first-child{
    color:#091;
}
tr.method > td:first-child{
    color:#6189fd;
}
tr.callback > td:first-child{
    color:#d77b56;
}
div.return{
    display: block;
    margin-top:15px;
    padding: 15px 15px 15px 40px;
    background-color: #fbfbfb;
    background-image: url('return.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

div.return div{
    padding-left:40px;
}