* {
    /* border: red 1px solid; */
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: white;
    color: black;
    padding: 0;
    margin: 0;
}

body {
    padding-top: 50px;
}

.hide {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 10;
    background: white;
    user-select: none;
    box-shadow: 0 -5px 15px 0 #ced4da;
    user-select: none;
}

.header-item {
    font-weight: bold;
    color: black;
    opacity: 0.45;
    cursor: pointer;
    margin-right: 20px;
    padding: 10px;
    text-decoration: none;
}

.header-item:first-child {
    margin-left: 20px;
}

.header-item:hover {
    opacity: 0.6;
}

.active {
    opacity: 1;
}

.page {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 20px;
    background-color: #f6f6f6;
}

.reference {
    font-size: small;
    color: #666;
    padding: 20px;
    background-color: #f6f6f6;
}

.space {
    width: 100%;
    height: 10px;
}

.divider {
    width: 200px;
    height: 0px;
    border-bottom: 1px solid black;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #4d4d4d;
}

.subtitle {
    font-style: italic;
}

.text {
    color: #181818;
}

.button {
    min-width: 140px;
    height: 40px;
    border: 1px solid black;
    padding: 10px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: black;
    user-select: none;
    background: rgba(89, 201, 213, 0.25);
    border-radius: 20px;
    display: inline-block;
}

.container {
    max-width: 840px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.container-item {
    width: 280px;
}


/* https://sheetjs.com/ */

.center {
    margin-left: auto;
    margin-right: auto;
}

.group-settings {
    width: 400px;
}

.group-settings div {
    padding-bottom: 10px;
    display: flex;
}

.group-result {
    width: 300px;
}

.scroll-container {
    height: 600px;
    overflow: auto;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

thead th {
    background-color: #eee;
    padding: 5px 10px;
    margin: 0px;
}

table td {
    padding: 5px 10px;
}

.help-tip {
    color: #666;
    font-size: small;
}

.gray td {
    background-color: #eeeeee;
}

.hor-gp label {
    padding-right: 30px;
    padding-left: 5px;
}

input[type=text] {
    margin-left: 10px;
    margin-right: 10px;
}

.gp-names input[type=text] {
    width: 70px;
}

.quest label {
    padding: 10px;
}

.quest ul {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}

.quest li {
    line-height: 30px;
    margin-top: 30px;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    font-weight: bold;
    color: #252525;
}

.quest li label {
    font-weight: normal;
    line-height: 40px;
}

.quest li input[type="radio"] {
    margin-right: 5px;
}

.anstag {
    margin-right: 200px;
}

.numdiv {
    text-align: left;
    margin-top: 50;
    margin-bottom: 50;
}

.submitdiv button {
    margin-top: 20px;
    margin-right: 100px;
}

.interp,
table {
    margin-top: 50;
}

.note {
    margin: 50px;
    color: #4d4d4d;
    text-indent: 2em;
}

.note li {
    text-indent: 0em;
}

.qest_list {
    min-height: 95%;
    padding: 0 32px 30px;
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.qest_list_box {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.my_qest_list {
    margin: 0;
    padding: 0;
    font-size: 100%;
    border: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.my_qest_list_li {
    padding: 16px 0;
    font-size: 0;
    border-top: 1px solid #e0e0e0;
    list-style: none;
}

.my_qest_list_li:hover {
    background-color: #e0e0e0;
}

.my_qest_list_a {
    width: 78%;
    line-height: 24px;
    font-size: 16px;
    vertical-align: middle;
    color: #4d4d4d;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-wrap: wrap;
    overflow: hidden;
    cursor: pointer;
    padding-left: 10px;
}

.my_qest_list_a:hover {
    color: rgb(6, 79, 146);
}

.my_qest_list_label {
    margin-left: 10%;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}

.my_qest_list_label span {
    color: #ccc;
    margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
}

.q_page {
    width: 100%;
}

.q_table {
    text-align: left;
    line-height: 2rem;
}

.q_table label {
    display: block;
    color: #333;
}

.q_tab_title {
    font-weight: bold;
    font-size: 1.5rem;
    color: rgb(75, 75, 75);
    text-align: center;
    line-height: 4rem;
}

.q_group_title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 3rem;
    color: #888;
}

.q_item {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: white;
    border-radius: 5px;
}

.q_quest {
    font-weight: bold;
    display: inline-block;
    min-width: 12rem;
    text-wrap: wrap;
}

.result {
    color: brown;
}

.q_note {
    color: #4d4d4d;
    font-size: 0.8rem;
}