#textgaps {
    position: relative;
    width: 1024px;
    height: 768px;
}

#textgaps .container {
    width: 640px;
    height: 100%;
}

#textgaps .image {
    position: absolute;
    top: 101px;
    left: 712px;
    width: 300px;
    height: 600px;
    overflow: hidden;
}

#textgaps img {
    width: 300px;
    height: 600px;
}

#textgaps .credit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    background-color: rgba(0, 0, 0, 0.2);
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    bottom: 0px;
    right: 0px;
    margin-right: 5px;
    margin-bottom: 90px;
    height: auto;
    max-width: 460px;
    padding: 5px;
    line-height: 12px;
    z-index: 2;
    
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#textgaps .title {
    position: absolute;
    top: 103px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 23px;
    font-weight: 600;
}

#textgaps .read {
    position: absolute;
    top: 101px;
    width: 29px;
    height: 30px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_read.png) 0 0 no-repeat;
}

#textgaps .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;
}

#textgaps .questionGroup {
    position: absolute;
    top: 260px;
    left: 80px;
    width: 680px;
    height: 400px;
}

#textgaps .question {
    position: relative;
    display: inline-block;
    width: 670px;
    height: auto;
    vertical-align: top;
    margin-bottom: 15px;
}

#textgaps .bullet {
    float: left;
    width: 22px;
    height: auto;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
}

#textgaps .PlayerSound {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    margin-right: 8px;
}

#textgaps .PlayerSound audio {
    width: 500px;

}

#textgaps .soundless {
    float: left;
    width: 31px;
    height: 27px;
    margin-right: 8px;
}

#textgaps .sentence{
    float: left;
    width: 600px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 17px;
    font-weight: 0;
}

#textgaps .simpleText,
#textgaps .optionGroup,
#textgaps .option{
    float: left;
    display: inline-block;
    height: 18px;
    padding: 2px;
    margin-bottom: 5px;
}

#textgaps .option{
    cursor: pointer;
    background-color: #324b58;
    /* padding-left: 5px;
    padding-right: 5px; */
}

#textgaps .optionSelect{
    border: solid #fff 2px;
    padding: 0px;
    height: 18px;
    margin-bottom: 4px;
    /* padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 1px; */
}



#textgaps .optionCorrect{
    background-color: #3c8b49;
}

#textgaps .optionWrong{
    background-color: #db1717;
}

#textgaps .optionHint { 
    position: absolute;
    width: auto;
    height: 23px;
    top:0;
    left: 0;
    z-index: 100;
}

#textgaps .optionHint .arrow { 
    position: absolute;
    background: url(./../../imgs/widget_new/arrow_green_up.png) 0 0 no-repeat;
    width: 27px;
    height: 11px;
    z-index: 13;
}

#textgaps .optionHint .label { 
    position: absolute;
    top: 9px;
    border: solid #fff 2px;
    background-color: #3c8b49;
    width: auto;
    min-height: 21px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    z-index: 12;
    font-size: 18px;
}

#textgaps .legend {
    position: absolute;
    white-space: nowrap;
    top: 667px;
    left: 0;
    text-align: right;
}

#textgaps .legend .correct {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #3b8b49;
    margin-right: 10px;
}

#textgaps .legend .wrong {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #c31b1b;
    margin-right: 10px;
}

#textgaps .legend .label {
    float: left;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 100;
    margin-right: 25px;
}

#textgaps .button {
    position: absolute;
    top: 655px;
    left: 455px;
    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;
}