@charset "utf-8";
/* CSS Document */

#score { visibility:hidden; text-align:center }
#question { visibility:hidden; width:100%; text-align:center }
#end_quiz { visibility:hidden; width:100%; text-align:center; font-size:30pt }

/*
** The following styles determine how the questions are displayed.
** They are of the form <Category>_question and <Category>_choice
** where <Category> is the category name from hanzicards.js with
** all spaces removed.
**
** <Category>_question is the style for the question display, and
** <Category>_choice is the style for the choice buttons.
**
** It may be necessary to adjust the font sizes here to accomodate
** different screen resolutions.
*/

.Pinyin_choice, .English_choice {
     width:70%; text-align:center; 
     padding-top:20px; padding-bottom:20px;
/*   font-size:24pt; 1280x1024 resolution */
     font-size:40pt; /* 1024x768 resolution */
}

.Pinyin_question, .English_question {
     width:70%; text-align:center; 
     padding-top:20px; padding-bottom:20px;
/*   font-size:24pt; 1280x1024 resolution */
     font-size:40pt; /* 1024x768 resolution */
}

.SimplifiedHanzi_question, .SimplifiedHanzi_choice,
.TraditionalHanzi_question, .TraditionalHanzi_choice {
     width:70%; text-align:center;
/*   padding-top:12px; padding-bottom:12px; font-size:36pt; 1280x1024 */
     padding-top:20px; padding-bottom:20px; font-size:40pt; /* 1024x768 */
}