#textgaps img {
    width: 300px;
    height: 600px;
}
#textgaps .playerMainWidget {
    float: none;
}
#textgaps .questionGroup {
    position: absolute;
    top: 260px;
    left: 50px;
    width: 620px;
    height: 320px;
}
#textgaps .question {
    position: relative;
    display: inline-block;
    width: 630px;
    height: auto;
    vertical-align: top;
    margin-bottom: 25px;
}
#textgaps .PlayerSound {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    margin-right: 8px;
}
#textgaps .PlayerSound audio {
    width: 500px;
}
#textgaps .simpleText,
#textgaps .optionGroup,
#textgaps .option {
    float: left;
    display: inline-block;
    height: 29px;
    padding: 0px;
    margin-bottom: 4px;
    border-radius: 5px;
}
#textgaps .simpleText {
    line-height: 30px;
}
#textgaps .option {
    cursor: pointer;
    background-color: #324b58;
}
#textgaps .optionSelect {
    border: solid #fff 2px;
    padding: 0px;
    height: 18px;
    margin-bottom: 4px;
}
#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/telaris/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: 1.8em;
}
#textgaps .selectWrong,
#textgaps .selectCorrect {
    color: #fff;
}
#textgaps .selectCorrect {
    background-color: #3b8b49;
}
#textgaps .selectWrong {
    background-color: #c31b1b;
}
#textgaps .selectNull {
    background-color: #4f6f84;
}
#textgaps select {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 0;
    padding: 0;
}
#textgaps select option {
    color: #fff;
    background-color: #4f6f84;
    font-size: 1.6em;
    font-weight: 700;
}
#textgaps .selectBox-dropdown {
    min-width: 110px;
    line-height: 20px;
    margin-right: 5px;
    border: none;
}

#textgaps .selectBox-dropdown .selectBox-arrow {
    background: url(./../../../imgs/telaris/combo_arrow_2.png) 50% center no-repeat;
    border-left: none;
}
#textgaps .selectBox-dropdown .selectBox-arrow-over {
    background: url(./../../../imgs/telaris/combo_arrow_2.png) 50% center no-repeat;
}
#textgaps .selectBox-dropdown .selectBox-label {
    vertical-align: bottom;
    font-size: 20px;
}
