#drags {
    position:absolute;
    bottom:160px;
    left:60px;
}

#drags img.static:first-child {
    height:35px;
}

#drags img.static:nth-child(2) {
    margin-left:40px;
    height:26px;
}

#drags img.static:last-child {
    margin-left:90px;
}

#drop {
    width:1325px;
    height:30px;
    background:green;
    position:absolute;
    top:400px;
    padding:0;
}

.dropped {
    height:25.1px;
}

#inputs {
    position:absolute;
    top:668px;
    right:379px;
    border:none;
    visibility: hidden;
}

#inputs input {
    width:74px;
    height:68px;
    border:none;
    margin-left:216px;
    background:none;
    font-size:3em;
    text-align:center;
}

.inputFields {
    position:absolute;
}

.inputFields#first {
    top:565px;
    left:36px;
}

.inputFields#sec {
    top:336px;
    left:149px;
}

.inputFields#third {
    top:450px;
    left:150px;
}

.inputFields .lil {
    width:110px;
    height:50px;
    border:none;
    background:none;
    text-align:center;
    font-size:1.5em;
}

.inputFields .big {
    width:715px;
    height:65px;
    border:none;
    background:none;
    vertical-align:top;
    position:relative;
    bottom:33px;
    text-align:center;
    font-size:1.5em;
}

.inputFields#first .big {
    left:10px;
}

.inputFields#sec .big {
    left:236px;
}

.inputFields#third .big {
    left:10px;
}

#drags2 {
    position:relative;
    top:510px;
}

#drags2 span {
    background:#bebfde;
    color:#0d262e;
    font-size:2em;
    width:100px;
    display:inline-block;
    height:45px;
    line-height:45px;
    border:solid 2px #0d262e;
    border-radius:10px;
    margin:10px;
    box-sizing:border-box;
    position:relative;
    z-index:100;
}

#drags2 > span:hover {
    cursor:pointer;
}

#drops > div {
    position:absolute;
    box-sizing:border-box;
    background:white;
    width:100px;
    height:45px;
    border:solid 2px #0d262e;
    border-radius:10px;
    line-height:45px;
    color:#0d262e;
}

#drops > div > span {
    width:96px;
    height:41px;
    border-radius:9px;
    line-height:45px;
    display:inline-block;
}

#drops > div.dropped > span {
    background:#8bc53f;
    color:#FFF;
    font-size:2em;
}