html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label,legend, table, caption, tbody, 
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    border: 0; 
    color: inherit;
    font-size: 100%;
    font: inherit;
    font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: baseline;
}

div.StdDiv {
    background-color: #fff;
    text-align: left;
    color: #000;
    margin-bottom: 1px;
}

.Guess {
    font-weight: bold;
}

.CorrectAnswer {
    font-weight: bold;
}

.LeftItem {
    font-size: 100%;
    color: #000;
    text-align: left;
}

.RightItem {
    font-weight: bold;
    font-size: 100%;
    color: #000;
}

input, textarea {
    font-family: Georgia,sans-serif;
    font-size: 100%;
}

select {
    font-size: 100%;
}

div.ExerciseDiv {
    color: #000;
}
 
/* JMix styles */
#SegmentDiv {
    text-align: left;
}

#SegmentDiv a {
    background: #dedede;
    display: block;
    margin-bottom: 7px;
    padding: 7px;
}

#SegmentDiv a:after {
    width: 100%;
}

a.ExSegment {
    text-decoration: none;
    color: #000;
}

span.RemainingWordList {
    font-style: italic;
}

div.DropLine  {
    position: absolute;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000033;
    width: 80%;
}

/* JCloze styles */

.ClozeWordList {
    text-align: left;
    font-weight: bold;
}

div.ClozeBody {
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
}

span.GapSpan {
    font-weight: bold;
}

.NumLetterCellText {
    cursor: pointer;
    color: #000;
}

.GridNum {
    vertical-align: super;
    font-size: 66%;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.GridNum:hover, .GridNum:visited {
    color: #000;
}
/* JQuiz styles */

div.QuestionNavigation {
    text-align: left;
}

.QNum {
    margin: 0em 1em 0.5em 1em;
    font-weight: bold;
    vertical-align: middle;
}

textarea {
    font-family: Georgia,sans-serif;
}

.QuestionText {
    text-align: left;
    margin: 0px;
    font-size: 100%;
}

.PartialAnswer {
    font-size: 120%;
    letter-spacing: 0.1em;
    color: #000033;
}

.Highlight {
    color: #000;
    background-color: #ffff00;
    font-weight: bold;
    font-size: 120%;
}

ol.QuizQuestions {
    text-align: left;
    list-style-type: none;
}

li.QuizQuestion {
    padding: 1em;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

ol.MCAnswers {
    text-align: left;
    list-style-type: upper-alpha;
    padding: 1em;
}

ol.MCAnswers li {
    margin-bottom: 1em;
}

ol.MSelAnswers {
    text-align: left;
    list-style-type: lower-alpha;
    padding: 1em;
}

div.ShortAnswer {
    padding: 1em;
}

/*BeginNavBarStyle*/

div.NavButtonBar {
    background-color: #000066;
    margin: 2px 0;
    font-size: 100%;
    overflow: auto;;
    text-align: left;
}

div.NavButtonBar:after {    
    clear: both;
    display: table;
}

.NavButton {
    border-style: solid;
    background-color: #000066;
    color: #fff;
    border-width: 2px;
    cursor: pointer;    
}

.NavButton, .NavButtonUp {
    background-color: #fff;
    border-left-color: #7f7fb2;
    border-top-color: #7f7fb2;
    border-right-color: #000033;
    border-bottom-color: #000033;
    color: #000066;
    cursor: pointer;    
}

.NavButtonDown {
    border-left-color: #000033;
    border-top-color: #000033;
    border-right-color: #7f7fb2;
    border-bottom-color: #7f7fb2;
}

/*EndNavBarStyle*/

a {
    color: #3AAA35;
}

a:visited {
    color: #3AAA35;
}

a:hover {
   color: #5992CF;
}

div.CardStyle  {
    position: absolute;
    font-family: Georgia,sans-serif;
    font-size: 100%;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    color: #000;
    background-color: #ff9966;
    left: -50px;
    top: -50px;
    overflow: visible;
}

/* 
 * Rejiggering 
 * -----------------------------
 * Everything abve this point is the stock, supplied CSS.
 * Everything below was entered by me.
 */

body, html {
    height: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #000033;
    text-align: left;
}

h1 { font-size: 4em; }
h2 { font-size: 3em; }
h3 { font-size: 2.5em; }
h4 { font-size: 2.5em; }
h5 { font-size: 2em; }
h6 { font-size: 1.5em; }

p, a, .answer, .FeedbackText {
    color: #000;
    font: 15px Georgia, Times, "Times New Roman", serif;
    line-height: 24px;
    text-align: left;
}

.FeedbackText {
    color: #E6E66A;
}

p {
    margin-bottom: 10px;
}

.wrapper {
    box-sizing: border-box;
    width: 100%;
}

.content {
    overflow: auto;
}

.content:after {
    clear: both;
    display: table;
}

#SegmentDiv, #GuessDiv {
    background: #fff;
    margin-top: 7px;
    width: 49%;
}

#SegmentDiv {
    float: left;
}

#GuessDiv {
    float: right;
    text-align: left;
}

.function-buttons {
    margin-bottom: 10px;
}

.button {
    background: #D1D2D4;
    border: none;
    display: inline-block;
    color: #fff;
    padding: 7px;
    cursor: pointer;
    outline: 0;
    text-align: left;
}

.Feedback .button {
    border: 1px solid #fff;
}

.Feedback, .button:hover {
    color: #fff;
    background-color: #5992CF;
}

.button:active {
    background-color: #5E83C4;
}

.Feedback {
    box-sizing: border-box;
    display: none;
    left: 20%;
    padding: 20px;
    position: absolute;
    top: 20%;
    width: 60%;
    text-align: left;
    z-index: 1;
}

.Feedback span {
    color: #fff;
}