div.ClozeBody {
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 2
}

hr {
    border: none;
    height: 1px;
    background-color: #000;
    margin-top: 22px;
    margin-bottom: 22px
}

table.CrosswordGrid {
    margin: auto auto 1em;
    border-collapse: collapse;
    padding: 0;
    background-color: #000
}

table.CrosswordGrid tbody tr td {
    font-size: 130%;
    border: 1px solid #000;
}

table.CrosswordGrid td.BlankCell {
    background-color: #000;
}

table.CrosswordGrid td.LetterOnlyCell, table.CrosswordGrid td.NumLetterCell {
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    font-weight: 700;
    width:40px; height:40px;
    position: relative;
    outline: 1px solid black;
}

.NumLetterCellText {
    position: absolute;
    top:1px; left:1px;
    display: inline-block;
    width:40px; height:40px;
    cursor: pointer;
    line-height:40px;
}

.GridNum {
    position: absolute;
    top:2px; left:2px;
    vertical-align: super;
    font-size:12px;
    line-height:12px;
    font-weight:normal;
    text-decoration: none;
    padding:0;
    margin:0;
    color: #000
}

table#Clues {
    margin: auto;
    vertical-align: top
}

table#Clues td {
    vertical-align: top
}

table.ClueList {
    margin: auto
}

td.ClueNum {
    text-align: right;
    font-weight: 700;
    vertical-align: top
}

td.Clue {
    text-align: left
}

div#ClueEntry {
    text-align: left;
    margin-bottom: 1em
}

div.Keypad {
    text-align: center;
    display: none;
    margin-bottom: .5em
}

div.Keypad button {
    font-size: 120%;
    background-color: #fff;
    color: #000;
    width: 2em
}

a:hover, a {
    color: #fff
}

body {
    font-family:Helvetica Neue, Helvetica, Arial, sans-serif !important;
    background-color: #fff;
    color: #000;
    margin-right: 5%;
    margin-left: 5%;
    font-size: large
}

p {
    text-align: left;
    margin: 0;
    font-size: 100%
}

div, table, td, span {
    font-size: 100%;
    color: #000
}

div.Titles {
    padding: .5em;
    text-align: center;
    color: #000
}

button {
    font-size: 100%;
    display: inline
}

.ExerciseTitle {
    font-size: 140%;
    color: #000
}

.ExerciseSubtitle {
    font-size: 120%;
    color: #000
}

div.StdDiv {
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    font-size: 100%;
    color: #000;
    padding: .5em;
    margin-bottom: 1px;
}

.Guess, span.GapSpan {
    font-weight: 700
}

.FeedbackText, .GridNum:hover, .GridNum:visited, table.CrosswordGrid span, .FeedbackText span.Answer, .FeedbackText span.Guess {
    color: #000
}

.LeftItem {
    font-size: 100%;
    color: #000;
    text-align: left
}

input {
    font-size: 100%;
}

select {
    font-size: 100%;
}

div.Feedback {
    background-color: #fff;
    left: 33%;
    width: 34%;
    top: 33%;
    z-index: 1;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    text-align: center;
    color: #000;
    position: absolute;
    display: none;
    font-size: 100%
}

.Answer {
    font-size: 120%;
    letter-spacing: .1em
}

.Highlight {
    color: #000;
    background-color: #ff0;
    font-weight: 700;
    font-size: 120%
}

.FuncButton {
    text-align: center;
    border-style: solid;
    border-left-color: #fff;
    border-top-color: #fff;
    border-right-color: #7f7f7f;
    border-bottom-color: #7f7f7f;
    color: #000;
    background-color: #fff;
    border-width: 2px;
    padding: 3px 6px;
    cursor: pointer
}

.FuncButtonUp {
    color: #fff;
    text-align: center;
    border-style: solid;
    border-left-color: #fff;
    border-top-color: #fff;
    border-right-color: #7f7f7f;
    border-bottom-color: #7f7f7f;
    background-color: #000;
    border-width: 2px;
    padding: 3px 6px;
    cursor: pointer
}

.FuncButtonDown {
    color: #fff;
    text-align: center;
    border-style: solid;
    border-left-color: #7f7f7f;
    border-top-color: #7f7f7f;
    border-right-color: #fff;
    border-bottom-color: #fff;
    background-color: #000;
    border-width: 2px;
    padding: 3px 6px;
    cursor: pointer
}

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;
}

#Instructions {
    text-align: center
}

.RightItem {
    color: #000;
    font-weight: bold;
    line-height: 26px;
    padding-left: 20px;
    text-align:left;
}

#ClueEntry {
    margin:8px auto;
    display: block;
    width:max-content;
    max-width:100%;
}

#CheckButton2 {
    display: block;
    margin:0 auto;
}
