fieldset {
    margin-bottom: 1em;
}

legend {
    font-size: larger;
    font-weight: bold;
}

.slider1end {
    font-size: 25pt;
}

.hidden {
    display: none;
}

#grid {
    border: solid 2px black;
}

.grid-cell {
    border-collapse: collapse;
    border: solid 1px black;
    width: 35px;
    height: 35px;
    position: relative;
}

.filled {
    background-color: black;
}

.focus {
    background-color: orange;
}

.highlight {
    background-color: yellow;
}

.number {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.letter {
    font-size: 30px;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    vertical-align: bottom;
}

.clue {
    font-family: monospace;
}

.clue td:first-child {
    text-align: right;
}

.clue input {
    width: 500px;
}

#scratchpad {
    min-width: 200px;
    padding: 5px;
    background-color: lightblue;
    position: fixed;
    bottom: 0;
    right: 0;
}

#pad_label {
    float: left;
}

#pad_toggle {
    float: right;
    margin-left: 5px;
    border: 1px solid black;
    width: 1em;
    text-align: center;
    cursor: pointer;
}

#pad_box {
    clear: both;
}

#pad {
    width: 400px;
    height: 400px;
}

#scratchpad.minimized #pad {
    display: none;
}
