#organizegaps {
    position: relative;
    width: 1024px;
    height: 768px;
}

#organizegaps .container {
    width: 100%;
    height: 100%;
}

#organizegaps .image {
    position: absolute;
    top: 101px;
    left: 762px;
    width: 250px;
    height: 540px;
    overflow: hidden;
}

#organizegaps img {
    width: 250px;
    height: 540px;
}

#organizegaps .title {
    position: absolute;
    top: 103px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 23px;
    font-weight: 600;
}

#organizegaps .read {
    position: absolute;
    top: 101px;
    width: 29px;
    height: 30px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_read.png) 0 0 no-repeat;
}

#organizegaps .description {
    position: absolute;
    top: 151px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}

#organizegaps .wordGroup {
    position: absolute;
    top: 190px;
    left: 22px;
    width: 980px;
    height: 50px;
    z-index: 13;
}

#organizegaps .gapsGroup {
    position: absolute;
    top: 225px;
    left: 22px;
    width: 980px;
    height: 50px;
    z-index: 12;
}

#organizegaps .word {
    /*float: left;*/
    position: absolute;
    width: auto;
    max-width: 200px;
    height: auto;
    min-height: 28px;
    background-color: rgba(36,55,65,.65);
    margin-right: 10px;
    margin-left: 8px;
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
    cursor: pointer;
}

#organizegaps .word .label {
    float: left;
    color: #fff;
    max-width: 160px;
    height: auto;
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 13px;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 7px;
}

#organizegaps .word .btnSoundDrag {
    float: left;
    margin-top: 7px;
    height: 25px;
    width: 27px;
}

#organizegaps .gapbox {
    position: absolute;
    width: 236px;
    height: 414px;
    margin-right: 8px;
}

#organizegaps .gapbox .label {
    position: absolute;
    width: 236px;
    height: auto;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: 100;
    padding-top: 12px;
    text-align: center;
}

#organizegaps .gapbox .plus {
    position: absolute;
    width: auto;
    height: 40px;
    left: 22px;
    color: #fff;
}

#organizegaps .gapbox .plus .subtitle {
    float: left;
    max-width: 180px;
    color: #fff;
    font-size: 22px;
    margin-top: 12px;
}

#organizegaps .gapbox .bg {
    position: absolute;
    width: 236px;
    height: 414px;
    background: url(./../../imgs/widget_new/box_organizegaps_drag.png) 0 0 no-repeat;
    background-size: 236px 400px;
}

#organizegaps .gapbox .box {
    position: absolute;
    width: 236px;
    height: 350px;
}

#organizegaps .buttonSoundPlay {
    float: left;
    margin-top: 14px;
    margin-right: 3px;
}

#organizegaps .soundless {
    float: left;
}

#organizegaps .optionHint { 
    position: absolute;
    width: 500px;
    height: 26px;
}

#organizegaps .optionHint .arrowGreen { 
    float: left;
    background: url(./../../imgs/widget_new/arrow_green.png) 0 0 no-repeat;
    width: 11px;
    height: 27px;
}

#organizegaps .optionHint .arrowRed {
    float: left;
    background: url(./../../imgs/widget_new/arrow_red.png) 0 0 no-repeat;
    width: 11px;
    height: 27px;
}

#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;
    /*width: 12px;*/
    height: 19px;

    color: #fff;
    max-width: 580px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    z-index: 10;
}

#organizegaps .legend {
    float: right;
    white-space: nowrap;
    margin-top: 667px;
    margin-right: 278px;
    text-align: right;
}

#organizegaps .legend .correct {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #3b8b49;
    margin-right: 10px;
}

#organizegaps .legend .wrong {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #c31b1b;
    margin-right: 10px;
}

#organizegaps .legend .label {
    float: left;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 100;
    margin-right: 25px;
}

#organizegaps .button {
    position: absolute;
    top: 655px;
    left: 763px;
    width: 214px;
    height: 48px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_null.png) 0 0 no-repeat;
    color: #44667b;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}