.ll-AudioWord_question
 {
    position: relative;
    margin: auto;
    min-height: 366px;
    max-width: 80%;
    border: 1px solid #e6e9ee;
    text-align: center;
    background-color: white;
}

.ll-AudioWord_question2
 {
    position: relative;
    margin: auto;
    min-height: 50px;
    max-width: 80%;
    border: 1px solid #e6e9ee;
    text-align: center;
    background-color: white;
}

#wrapper{
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    bottom: 15%;
}

#start_button {
    position: relative;
    height: 70px;
    width: 70x;
    cursor: pointer;
    top: auto;
    left: 45%;

}

#previous-song {
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    bottom: 80%;
    left: 0%;
}

#next-song {
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    bottom: 80%;
    right: 0%;
}

.buttons{
    height: 50px;
    width: 50px;
    position: relative;
    cursor: pointer;
    bottom: 15%;
}

.record {
    height: 60px;
    width: 60px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;  
}

#resulserver{
    font-weight:bold;
    position: absolute;
    width: 100%;
    bottom: 25%;
}

#text1{
   font-weight:bold;
   position: absolute;
   width: 100%;
   bottom: 30%;
}

#outputdiv{
   position: absolute;
   width: 100%;
   bottom: 15%;
}

#play-pause {
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    bottom: 25%;
    left: 0%;

}

#demo{
   position: absolute;
   cursor: pointer;
   width: 100%;
   bottom: 0%;
   left: 0%;
}

#demo2{
   position: absolute;
   cursor: pointer;
   width: 100%;
   height: 8%;
   top: 0%;
   left: 0%;
}

#butao{
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    bottom: 15%;
    right: 0%;
}

#final_span{
   position: absolute;
   width: 100%;
   bottom: 50%;
}

#interim_span{
   position: absolute;
   width: 100%;
   bottom: 50%;
}


.stop { display: none; }

#previous-song  { display: none; }
#next-song { display: none; }
#play-pause { display: none; }