
.Answer,
.PartialAnswer {
    letter-spacing: 0.1em;
    font-size: 120%;
}
.ClozeWordList,
.CorrectAnswer,
.Guess,
.Highlight,
.QNum,
.RightItem,
a.ExSegment,
span.GapSpan {
    font-weight: 700;
}
div.Titles {
    padding: 0.5em;
}
button {
    color: #666;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-box-shadow: 5px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    display: inline;
}
input,
textarea {
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 2px;
    font-size: 17px;
}
input:focus {
    background-color: #eee;
}
input[type="text"],
textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
    padding: 3px 0 3px 3px;
    margin: 5px 1px 3px 0;
    border: 1px solid #ddd;
}
input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0 3px 3px;
    margin: 5px 1px 3px 0;
    border: 1px solid rgba(81, 203, 238, 1);
}
div.StdDiv {
    text-align: left;
    font-size: 100%;
    margin-bottom: 1px;
}
#MainDiv {
    font-size: 1em;
}
.LeftItem {
    font-size: 100%;
    text-align: left;
}
.ClozeWordList,
.FuncButton,
div#SegmentDiv,
div.DropLine,
div.Feedback,
table.FlashcardTable {
    text-align: center;
}
.RightItem {
    font-size: 100%;
}
div.Feedback {
    background-color: #ddd;
    left: 33%;
    width: 34%;
    top: 33%;
    z-index: 1;
    border: 2px solid #4280bb;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 20px 10px 15px;
    position: absolute;
    display: none;
    font-size: 120%;
    -webkit-box-shadow: 7px 7px 3px #888;
    box-shadow: 7px 7px 3px #888;
}
table.FlashcardTable {
    background-color: transparent;
    color: #000;
    border-color: #000;
    width: 90%;
    position: relative;
    padding: 0;
    margin: 2em 5%;
}
table.FlashcardTable tr {
    border-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
table.FlashcardTable td.Showing {
    font-size: 140%;
    text-align: center;
    width: 50%;
    display: table-cell;
    padding: 2em;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    color: #000;
    background-color: #fff;
}
table.FlashcardTable td.Hidden {
    display: none;
}
div#SegmentDiv {
    margin-top: 2em;
    margin-bottom: 2em;
}
a.ExSegment {
    font-size: 120%;
    text-decoration: none;
    color: #000;
}
span.RemainingWordList {
    font-style: italic;
}
div.DropLine {
    position: absolute;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    width: 80%;
}
div.ClozeBody {
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 2em;
}
.rivi {
    margin: 20px 0;
    padding: 0.5em;
    border: 1px dotted gray;
    width: 100%;
    font-size: 1.3em;
}
div.QuestionNavigation {
    text-align: left;
    width: 100%;
}
.QNum {
    margin: 0 1em 0.5em;
    vertical-align: middle;
}
.QuestionText {
    text-align: left;
    margin: 0;
    font-size: 100%;
}
.PartialAnswer {
    color: #000;
}
.Highlight {
    background-color: #ddd;
    font-size: 120%;
}
ol.QuizQuestions {
    text-align: left;
    list-style-type: none;
}
li.QuizQuestion {
    padding: 1em;
    border-style: solid;
    border-width: 0 0 1px;
}
.FuncButton,
.FuncButtonUp {
    border-style: solid;
    border-width: 1px;
}
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;
}
.FuncButton {
    font-size: 17px;
    color: #000;
    background-color: #fff;
    padding: 3px 6px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 1px #888;
    box-shadow: 2px 2px 1px #888;
}
.FuncButtonDown,
.FuncButtonUp {
    font-size: 17px;
    color: #fff;
    text-align: center;
    background-color: #353535;
    padding: 3px 6px;
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 5px #888;
}
.FuncButtonUp {
    box-shadow: 1px 1px 0 #888;
}
.FuncButtonDown {
    border: 1px solid #353535;
    box-shadow: 1px 1px 0 #888;
}
div.CardStyle {
    position: absolute;
    font-size: 100%;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    color: #000;
    background-color: #fff;
    left: -50px;
    top: -50px;
    overflow: visible;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 1px 1px 0 #888;
}
