div.note-container {
    background: transparent;
    position: absolute;
    z-index: 5;
    width: 40px;
    top: 0px;
    right: -36px;
}

div.note-overlay {
    z-index: 10;
    background-color: #000000;
    position: absolute;
    width: 21px;
    height: 100%;
    top: 0px;
    right: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.note-button {
    position: absolute;
    width: 25px;
    height: 30px;
    top: 48%;
    left: 0px;
    z-index: 15;
}


div.notes-text {
    position: absolute;
    bottom: 5px;
    left: 20px;
    color: #ffffff;
    padding: 20px;
    z-index: 20;
}
