.hiddenquote {
    height: 100%;
}

.hiddenquote-header {
    padding-top: 8px !important;
    padding-bottom: 32px !important;
    color: #1a1a1a;
}

#hiddenquote-desc {
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-size: 20px;
}

.hiddenquote-contents {
    font-family: 'Open Sans', serif;
}

.hiddenquote-grid {
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 80px;
}

.hiddenquote-clues {
    display: inline-block;
    position: relative;
    overflow: scroll;
    padding-bottom: 16px;
}

.hiddenquote-syllables {
    margin-bottom: 20px;
    float: left;
    display: block;
    padding-left: 15px;
    position: relative;
}

.hiddenquote-grid-row {
    font-size: 0px;
    clear: both;
    position: relative;
}

.hiddenquote-clue-num {
    font-size: 14px;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #000000;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.hiddenquote-box {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    float: left;
    overflow: hidden;
}

.hiddenquote-boxed-cell {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0;
    font-weight: 400;
    line-height: 28px;
    float: left;
    margin-top: 0px;
    margin-left: -1px;
    border: 1px solid #999;
}

.hiddenquote-syllables span {
    float: left;
    width: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 38px;
    margin-bottom: -1px;
    margin-left: -1px;
    cursor: pointer;
}

.hiddenquote-input {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    float: left;
    margin-left: -1px;
    background-color: #99a19d;
    caret-color: transparent;
    color: #333;
    font-size: 14px;
    text-align: center;
    outline: none !important;
}

.hiddenquote-input:focus, .hiddenquote-input:hover {
    outline: none !important;
}

.hiddenquote-used-syllable {
    color: black !important;
    background-color: #99a19d;
    text-decoration: line-through #333;
}

.hiddenquote-arrow {
    background-color: #fede63 !important;
}

.hiddenquote-highlighted-def {
    background-color: #fede63 !important;
}

.hiddenquote-right-answer {
    background-color: #087a3c;
}

.hiddenquote-wrong-answer {
    background-color: #cf2d2d;
}

.hiddenquote-clue-line-through {
    text-decoration: line-through #333;
}

.title {
    font-family: 'Cormorant', serif;
    font-size: 90px;
}

footer {
    background-color: #99a19d;
    color: #ffffff;
    font-family: 'Cormorant', serif;
    font-size: 20px;
}

footer a {
    color: #ffffff !important;
    text-decoration: underline;
}

footer #copyright {
    padding-top: 18px;
}

footer:last-child {
    padding-bottom: 32px;
}

