#organizewords {
    position: relative;
    width: 1024px;
    height: 768px;
}

#organizewords .container {
    width: 100%;
    height: 100%;
}

#organizewords .title {
    position: absolute;
    top: 103px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 23px;
    font-weight: 600;
}

#organizewords .read {
    position: absolute;
    top: 101px;
    width: 29px;
    height: 30px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_read.png) 0 0 no-repeat;
}

#organizewords .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;
}

#organizewords .wordGroup {
    position: absolute;
    top: 230px;
    left: 22px;
    width: auto;
    height: 50px;
    z-index: 13;
}

#organizewords .gapsGroup {
    position: absolute;
    top: 356px;
    left: 22px;
    width: 990px;
    height: 300px;
    z-index: 12;
}

#organizewords .word {
    /*float: left;*/
    position: absolute;
    width: auto;
    max-width: 140px;
    min-height: 26px;
    height: auto;
    background-color: rgba(36,55,65,.65);
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    cursor: pointer;
}

#organizewords .word .label {
    float: left;
    width: 140px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: 100;
    padding-top: 5px;
    padding-bottom: 5px;
}

#organizewords .gapbox {
    position: absolute;
    width: 155px;
    height: 293px;
    margin-right: 8px;
    background: url(./../../imgs/widget_new/box_organizewords_drag.png) 0 0 no-repeat;
}

#organizewords .gapbox .label {
    position: absolute;
    width: 145px;
    height: auto;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-left: 5px;
}

#organizewords .gapbox .box {
    position: absolute;
    float: left;
    width: 150px;
    height: 290px;
    margin-right: 8px;
    margin-top: 8px;
}

#organizewords .buttonSoundPlay {
    float: left;
    margin-top: 11px;
    margin-right: 3px;
}

#organizewords .soundless {
    float: left;
}

#organizewords .optionHint { 
    position: absolute;
    width: auto;
    /* min-width: 160px; */
    height: 23px;
    /*top: 220px;*/
    left: 0px;
}

#organizewords .optionHint .arrowGreen { 
    background: url(./../../imgs/widget_new/arrow_green_up.png) 0 0 no-repeat;
    width: 26px;
    height: 11px;
}

#organizewords .optionHint .arrowRed {
    position: absolute;
    left: 0;
    background: url(./../../imgs/widget_new/arrow_red_up.png) 0 0 no-repeat;
    width: 26px;
    height: 11px;
    z-index: 16;
}

#organizewords .optionHint .labelGreen { 
    float: left;
    border-left: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    background-color: #3c8b49;
    width: 8px;
    height: 8px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
}

#organizewords .optionHint .labelRed { 
    position: absolute;
    top: 9px;
    border-top: solid #fff 2px;
    border-left: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    background-color: #c31b1b;
    width: auto;
    height: auto;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;

    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: 100;
    text-align: center;

    z-index: 12;
}

#organizewords .legend {
    float: right;
    white-space: nowrap;
    margin-top: 667px;
    margin-right: 278px;
    text-align: right;
}

#organizewords .legend .correct {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #3b8b49;
    margin-right: 10px;
}

#organizewords .legend .wrong {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #c31b1b;
    margin-right: 10px;
}

#organizewords .legend .label {
    float: left;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 100;
    margin-right: 25px;
}

#organizewords .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;
}