#organizegaps img {
    width: 250px;
    height: 540px;
}
#organizegaps .wordGroup {
    position: absolute;
    top: 190px;
    left: 22px;
    width: 980px;
    height: 50px;
    z-index: 13;
}
#organizegaps .gapsGroup {
    position: absolute;
    top: 225px;
    left: 40px;
    width: 980px;
    height: 400px;
    z-index: 12;
}
#organizegaps .word {
    position: absolute;
    width: 209px;
    text-align: center;
    cursor: pointer;
    background: url("./../../../imgs/telaris/organize-option.png") no-repeat;
    background-size: 100% 100%;
    border-bottom: 3px solid #ac6147;
    border-radius: 0px 0px 7px 6px;
}

#organizegaps .word .top,
#organizegaps .word .top_correct,
#organizegaps .word .top_wrong,
#organizegaps .word .bottom,
#organizegaps .word .bottom_correct,
#organizegaps .word .bottom_wrong {
    width: 207px;
    height: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
/*    background-color: rgba(36, 55, 65, .65);*/
}
#organizegaps .word .top_correct {
    background-color: #3b8b49;
}
#organizegaps .word .top_wrong {
    background-color: #c31b1b;
}
#organizegaps .word .bottom_correct {
    background-color: #3b8b49;
}
#organizegaps .word .bottom_wrong {
    background-color: #c31b1b;
}
#organizegaps .word .content,
#organizegaps .word .content_correct,
#organizegaps .word .content_wrong {
    width: 207px;
    padding-bottom: 5px;
/*    background-color: rgba(36, 55, 65, .65);*/
}
#organizegaps .word.word_correct{
    background: #3b8b49;
    border-bottom: 3px solid #2D6537;
    border-radius: 7px;
}
#organizegaps .word.word_wrong{
    background: #c31b1b;
    border-bottom: 3px solid #8E1616;
    border-radius: 7px;
}
#organizegaps .word .content {
}
#organizegaps .word .content_correct {
    background-color: #3b8b49;
}
#organizegaps .word .content_wrong {
    background-color: #c31b1b;
}
#organizegaps .word .label {
    color: #fff;
    width: 158px;
    font-size: 1.5em;
    line-height: 17px;
    font-weight: 500;
    padding-top: 5px;
    padding-left: 28px;
    text-align: center;
    vertical-align: center;
}
#organizegaps .word .iconZoomBox {
    position: absolute;
    background: url("./../../../imgs/telaris/icon_zoom.png") no-repeat;
    width: 28px;
    height: 30px;
    left: 177px;
    margin-top: -18px;
    z-index: 1;
    cursor: pointer;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
#organizegaps .word .btnSoundDrag {
    float: left;
    margin-top: -6px;
    margin-left: 3px;
    height: 25px;
    width: 27px;
}
#organizegaps .gapbox {
    position: absolute;
    width: 207px;
    height: 400px;
}
#organizegaps .gapbox .label {
    position: absolute;
    width: 178px;
    height: auto;
    color: #000;
    font-size: 1.6em;
    font-weight: 700;
    padding-top: 32px;
    padding-right: 10px;
    padding-left: 14px;
    text-align: center;
}
#organizegaps .gapbox .iconZoomGap {
    position: absolute;
    background: url("./../../../imgs/telaris/icon_zoom.png") no-repeat;
    width: 28px;
    height: 30px;
    left: 180px;
    top: 5px;
    z-index: 1;
    cursor: pointer;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
#organizegaps .gapbox .plus {
    position: absolute;
    margin-left: 5px;
}
#organizegaps .gapbox .plus .subtitle {
    position: absolute;
    width: 158px;
    height: auto;
    color: #000;
    font-size: 1.6em;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 28px;
    text-align: center;
}
#organizegaps .gapbox .bg {
    position: absolute;
    width: 207px;
    height: 403px;
    background: url(./../../../imgs/telaris/box_drag_organizegap.png) 0 0 no-repeat;
}
#organizegaps .gapbox .box {
    width: 207px;
    height: 350px;
}
#organizegaps .buttonSoundPlay {
    float: left;
    margin-top: 14px;
    margin-right: 3px;
}
#organizegaps .soundPop {
    float: left;
    margin-top: -2px;
    margin-right: 8px;
}
#organizegaps .soundless {
    float: left;
}
#organizegaps .optionHint {
    position: absolute;
    width: 500px;
    height: 26px;
}
#organizegaps .optionHint .arrowGreen {
}
#organizegaps .optionHint .arrowRed {
}
#organizegaps .optionHint .labelGreen {
    float: left;
    border-top: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    background-color: #3c8b49;
    width: 12px;
    height: 23px;
}
#organizegaps .optionHint .labelRed {
    float: left;
    border-top: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    background-color: #c31b1b;
    height: 19px;
    color: #fff;
    max-width: 580px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    z-index: 10;
}