.gameContent {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 500px;
    height: 700px;
    font-size: 110%;
    margin-top: 40px;
}

.question {
    color: #555;
    font-size: 95%;
}

.questionSample {
    border: 1px solid #aaa;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    margin-top: 0;
}

.chineseLang {
    font-size: 155%; /* 145% */
    font-family: SimSun, arial, helvetica, sans-serif;
}

.pinyinLang {
    font-size: 120%;
    font-family: arial, helvetica, sans-serif;
}

.chineseLang .pinyinLang {
    font-size: 75%;
}

.englishLang {
    font-size: 120%;
}

.chineseFootnote {
    font-size: 135%;
    font-family: SimSun, arial, helvetica, sans-serif;
    font-weight: normal;
}

.pinyinFootnote {
    font-size: 90%;
    font-weight: normal;
}

.englishFootnote {
    font-size: 80%;
    font-weight: normal;
}


#choiceLink {
    font-size: 90%;
}

#choiceLink a:hover {
    color: #000;
}

.choicesShownLater,
#resultCorrect,
#resultFalse,
#continue {
    display: none;
}

.choice {
    width: 400px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    border-bottom: 1px solid #999;
}

.choice .chineseLang {
    font-size: 155%;
    font-family: SimSun, arial, helvetica, sans-serif;
    text-decoration: none;
}

.choice .pinyinLang {
    font-size: 120%;
}

.choice .englishLang {
    font-size: 110%;
}

.choice a:hover {
    background-color: #888;
    color: #fff;
}

.choice a:focus {
    background-color: #eee;
    color: #000;
}

#resultCorrect,
#resultFalse {
    margin-top: 20px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(65,139,69);
    -moz-border-radius: 5px 5px 5px 5px;
    color: #fff;
    padding: 2px;
}

#resultCorrect {
    font-weight: bold;
}

#resultFalse {
    background-color: rgb(205,54,50);
    line-height: 1.5em;
}

#continue {
    margin-top: 32px;
    font-weight: bold;
}

#scoreDisplay {
    position: absolute;
    right: 26px;
    top: 17px;
    width: 100px;
    height: 30px;
    text-align: right;
    font-size: 90%;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
}

#resultCorrect .footnote,
#resultFalse .footnote {
    color: #fff;
    font-size: 80%;
}

.falsePinyin {
    font-size: 80%;
    color: rgb(183,61,30);
}

.flash {
    color: #aaa;
    font-size: 80%;
}

.flashWrapper {
    position: relative;
    padding: 0;
    border: 1px solid #aaa;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #fff;
    width: 320px;
    height: 100px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}

.choice .flashWrapper {
    position: static;
    width: 120px;
    height: 30px;
}

.choice .flashWrapper .flash {
    float: left;
    margin-right: 20px;
}

.audioChoice {
    float: right;
    width: 100px;
    position: relative;
    display: block;
    top: -30px;
}

.license {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    padding: 1px;
    display: block;
    position: relative;
    top: -20px;
    height: 14px;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.license a {
    color: #000;
}
