#tpq_printview {
    font-size: 0.8em;
    color: #666 !important;
}
#tpq_setTitle {
    text-align: center;
}
#tpq_setMetabox {
    padding: 10px;
    background-color: white;
    margin-bottom: 5px;
}
#tpq_setinfobox {
    text-align: center;
}
#tpq_time {
    margin-left: 30px;
}

#tpq_tpactionbox {
    margin: 10px 0;
    text-align: center;
}
.tpq_tpaction {
    padding: 5px 7px;
    border: 1px solid #fefefe;
    color: #fff !important;
    margin-right: 5px;
}
#tpq_tpaction_jointest {
    background-color: var(--theme-color-ext);
}
#tpq_tpaction_share {
    background-color: var(--theme-color-shade);
}

#tpq_actionbar {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    margin: 10px 0;
    height: 45px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 8px 10px;
}
#tpq_sectionList {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 250px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    background-color: white;
    z-index: 1;
    display: none;
}
#tpq_sectionView {
    display: inline-block;
    color: var(--theme-color);
    border-color: #fefefe;
    background-color: transparent;
    font-weight: bold;
}
#tpq_settingsView {
    position: absolute;
    top: 5px;
    right: 10px;
    display: inline-block;
    color: var(--theme-color-ext);
    border-color: #fefefe;
    background-color: transparent;
}
#tpq_settingsList {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 250px;
    background-color: white;
    z-index: 1;
    display: none;
    font-size: 0.9em;
}
.tpq_sett_namebox {
    padding: 6px 10px;
    font-weight: bold;
}
.tpq_sett_inputbox {
    padding: 6px 10px;
    text-align: right;
}
#tpq_qlistbox {
    position: relative;
    background-color: white;
    padding: 10px 10px;
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-color: #fefefe;
    background-color: var(--theme-color);
    color: #fff;
}
