#emptyRecordedNotesDiv {
    margin-top: 15px;
    height:210px;
}
#recordedNotes-wrapper {
    width: 98%;
    height: 210px;
    border: solid 1px #1366F0;
    border-radius: 10px;
    position: absolute;
    left: 0px;    
    margin-left: 1%;
    padding-left:10px;
    margin-top: 15px;
    text-align:left;
}

#recordedNotes {
    height: 100%;
    overflow-x: auto;
    white-space: nowrap; 
    text-align:left;   
}
.earedNote-container {
    text-align:center;
    display: inline-block;
    width:80px;
    height:190px;
    margin-top:10px;
    margin-right:10px;
    padding-top:10px;    
    border: solid 1px #4f4f4f;
    border-radius: 10px;
}
.earedNote-container.boldNote {
    font-weight:bold;  
    border-style: dashed;  
    border-color: #1366F0;   
}

body #micNoteValItem {
    position: fixed;
    width: 110px;
    right: 2px !important;
    font-size: 22px;
    top: 2px !important;
    bottom: auto !important;
    text-align: center;
    border-radius:10px;
    border:solid 1px #000;
    padding: 2px;   
    background: rgba(255, 255, 255, 0.6); 
}

#savedFileLink a {
    font-size: 1.2em;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

#playFromFingeringLink{
    margin-top:25px;
}
#playFromFingeringLink a {
    font-size: 1.2em;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}


#recordedNotes-playBtn,
#recordedNotes-pauseBtn {
    position:absolute;
    margin-top:-23px;
    left:22px;
    z-index:3;
}
#recordedNotes .removeItem{
    position:relative;
    z-index:3;
    top:-8px;
    left:28px;
    background: none;
    border: none;
}