@charset "utf-8";

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

footer {
    position: sticky;
    top: 100vh;
    width: 100%;
}

#note {
    width: 100%;
    text-align: center;
    border: solid orange 2px;
    margin-bottom: 25px;
}

.tab_section {
    width: 100%;
    padding-left: 25px;
    margin-bottom: 25px;
}

.tab_button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    border: 0;
    border-radius: 0;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}


.tab_button_selected {
   background-color: white;
   border-bottom: 0 hidden;
}

.tab_button_unselected {
   background-color: whitesmoke;
   border-bottom: 1px solid black;
}

#spacer {
    display: inline-block;
    width: auto;
    border-bottom: 1px solid black;
}

#settings {
    margin-bottom: 25px;
}

#control_panel {
    margin-bottom: 10px;
}

#main_panel {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

#time {
    display: inline-block;
    position: relative;
    left: 0;
    width: 30%;
}

#point {
    display: inline-block;
    position: relative;
    right: 0;
    width: 30%;
}

#game {
    font-family: "微软雅黑","宋体";
    display: none;
}

#result {
    display: none;
}

#stats_panel {
    display: flex;
    padding-left: 20%;
    padding-right: 20%;
}

#stats_panel_left {
    flex-grow: 1;
}

#word_table_wrapper {
    overflow: auto;
    height: 150px;
}

#typed_word_table {
    margin: auto;
}

#th_tw1 {
    background: white;
}

#th_tw2 {
    background: white;
}

th {
    position: sticky;
    top: 0;
    left: 0;
}

#stats_panel_right {
    flex-grow: 1;
}

.centering-left {
    display: inline-block;
    text-align: left;
}

.sch {
    font-size: calc(calc(1.375rem + 1.5vw)*2);
}

#usage {
    margin-bottom: 25px;
}

#credit {
    margin-bottom: 25px;
}

#user_data_field {
    margin-bottom: 25px;
}

#user_stats {
    margin-bottom: 25px;
}

.main_content {
    margin-left: 20px;
}