* { box-sizing: border-box; }
body {
    font-family: Calibri, 'Carlito', Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    max-width: 760px;
    margin: 0 auto;
    padding: 30px 20px 80px;
    line-height: 1.5;
}
h1 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 4px;
}
h2.subtitle {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.byline {
    text-align: center;
    font-size: 16px;
    margin-bottom: 4px;
}
.foo-byline {
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
}
hr.rule {
    border: none;
    border-bottom: 2px solid #000;
    margin: 16px 0 24px;
}
.notice-box {
    border: 1px solid #000;
    padding: 14px 18px;
    margin-bottom: 24px;
}
.notice-box .notice-title {
    text-decoration: underline;
    margin-bottom: 8px;
}
.section-header {
    font-size: 20px;
    text-decoration: underline;
    margin-top: 36px;
    margin-bottom: 4px;
}
.section-sub {
    font-style: italic;
    font-size: 15px;
    margin-bottom: 16px;
}
.question-block {
    margin-bottom: 28px;
}
.qnum {
    font-weight: bold;
}
.qtext {
    font-weight: normal;
}
.qhelp {
    font-style: italic;
    font-size: 14px;
    margin: 4px 0 10px;
}
textarea, input[type="text"], input[type="number"] {
    width: 100%;
    font-family: Calibri, 'Carlito', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    padding: 6px 2px;
    background: transparent;
}
textarea {
    resize: vertical;
    min-height: 90px;
    border: 1px solid #000;
    padding: 8px;
}
input[type="text"], input[type="number"] {
    border: 1px solid #000;
    padding: 8px;
}
table.task-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 8px;
}
table.task-table th, table.task-table td {
    border: 1px solid #000;
    padding: 6px;
    font-size: 14px;
    vertical-align: top;
}
table.task-table th {
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
}
table.task-table input[type="text"] {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 4px 2px;
    font-size: 14px;
}
.rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}
.rating-row label {
    font-style: italic;
    font-size: 14px;
}
.rating-row select {
    font-family: Calibri, 'Carlito', Arial, sans-serif;
    font-size: 16px;
    border: 1px solid #000;
    padding: 4px 8px;
}
.scale-label {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 6px;
}
.required-mark {
    font-style: italic;
    font-size: 13px;
}
button.submit-btn {
    display: block;
    margin: 30px auto 0;
    font-family: Calibri, 'Carlito', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    padding: 10px 32px;
    cursor: pointer;
}
button.submit-btn:hover {
    background: #000;
    color: #fff;
}
.footer-note {
    text-align: center;
    font-size: 13px;
    margin-top: 50px;
}
.confirm-box {
    border: 1px solid #000;
    padding: 30px;
    text-align: center;
    margin-top: 60px;
}
a { color: #000; }
table.results-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
table.results-table th, table.results-table td {
    border: 1px solid #000;
    padding: 6px;
    text-align: left;
    vertical-align: top;
}
table.results-table th {
    text-decoration: underline;
}
.login-box {
    max-width: 360px;
    margin: 80px auto;
    border: 1px solid #000;
    padding: 30px;
}
.tab-links a {
    margin-right: 16px;
    text-decoration: underline;
}
.summary-box {
    border: 1px solid #000;
    padding: 14px 18px;
    margin-bottom: 24px;
}
