a:link, a:visited { color: #26583e; text-decoration: underline; }
a:hover { color: #69d1e4; }
a img { border: none; }
body  { margin: 0; padding: 0; background: #efefef; font: normal 2em  "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1  { font: normal 2em  "Helvetica Neue", Helvetica, Arial, sans-serif; border-bottom: 1px solid #ccce63; margin-top: 0; color: #666 }
h2  { font: normal 1.6em  "Helvetica Neue", Helvetica, Arial, sans-serif; border-bottom: none; margin-top: 0;  }
p { line-height: 1.2; }
label { width: 10em; }

.questions h1, .scores h1 { font-size: 1.5em }
.questions h2, .scores h2 { font-size: 1.2em }

.updatescores h1 { font-size: 1.1em }
.updatescores h2 { font-size: 1.0em }

#content { background: #fff; border-left: 1px solid #183152; border-right: 1px solid #183152; font-size: 0.8em; margin: 10 auto; padding: 20px;  width: 90%; }
#footer { background: #fff; border: 1px solid #183152; font-size: 0.8em; margin: 0 auto; padding: 20px;  width: 90%; }

table td { margin: 0; padding: 1px 10px; font: normal 2em  "Helvetica Neue", Helvetica, Arial, sans-serif; }
table.scores td { font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif; }
tr.done td { background: #ccc; }

table.spaced td { padding: 15px }
.text-right { text-align: right; }
.text-center { text-align: center; }
#question table td { margin: 0; padding: 0; font: normal 2em  "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 10px; }

#answer { color: #f00; display: none; }

.hide { display: none; }
.small { font-size: 0.8em; }

.dingbat { font-size: 2em; text-align: center; }

.page-links { margin-top: 20px; font-size: 0.8em; }
.page-link { float: left; display: block; margin: 10px; }

.clear { clear: both; }
input[type=text], input[type=number] {
  border: 1px solid #ced4da;
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23adb5bd%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #fff 0%, #dee2e6 100%);
    background-position: right 0.7em top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 0.65em auto, 100%;
    border: 1px solid #adb5bd;
    border-radius: 0.5em;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #495057;
    display: block;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    max-width: 100%;
    padding: 0.5em 1.4em 0.3em 0.8em;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-success {
    color: #fff;
    background-color: #54b630;
    border-color: #54b630;
}

.btn-danger {
    color: #fff;
    background-color: #f5403a;
    border-color: #f5403a;
}


input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label.check {
    color: #6c757d;
    font-size: 0.8rem;
    margin-bottom: 0;
    padding-right: 0.3rem;
    display: inline-block;
}

.hint {
    font-size: 0.8em;
    color: #ccc
}