.audioBtn {
    position:absolute;
    top:130px;
    left:57px;
}

.audioBtn:hover {
    cursor:pointer;
    transform:scale(1.05);
}

.audioBtn:active {
    transform:scale(0.95);
}

input {
    background:none;
    border:none;
    position:absolute;
    width:87px;
    height:59px;
    text-align:center;
    font-size:1.6em;
}

.verify, .nextBtn, .nextBtnSt {
    position:absolute;
    bottom:40px;
    right:125px;
    background:#eb7f26;
    width:80px;
    height:80px;
    border-radius:50%;
    box-shadow:inset 0 -5px rgba(0,0,0,0.3);
}

.verify i, .nextBtn i, .nextBtnSt i {
    font-size:3em;
    color:#FFF;
    line-height:80px;
}

.verify:hover, .nextBtn:hover, .nextBtnSt:hover {
    cursor:pointer;
}

.verify:active, .nextBtn:active, .nextBtnSt:active {
    height:75px;
    margin-top:5px;
    box-shadow:none;
}

#drags {
    position:absolute;
    top:200px;
    left:710px;
    width:600px;
}

#drags > div {
    margin:10px 30px;
    display:inline-block;
    background:#5f3756;
    color:#FFF;
    font-size:1.8em;
    padding:5px 10px;
    border-radius:5px;
    border: solid 1px black;
    z-index: 100;
}

#drags > div:hover {
    cursor: pointer;
}

#drops > div {
    position:absolute;
    background:#d3d3d3;
    width:35px;
    height:46px;
    border-radius:5px;
    border:dashed 1px black;
}

#drops > div.dropped {
    background:#5f3756;
    color:#FFF;
    font-size:1.8em;
    border-radius:5px;
    border: solid 1px black;
}

#bigOne {
    width:133px !important;
    height:46px !important;
}

#bigTwo {
    width:115px !important;
    height:82px !important;
}