* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

#stats, #stats * {
	box-sizing: content-box;
}

input.buttonOK {
	font-size: 1.2em;
	margin: 0 2.5% 0 2.5%;
}

.m input.buttonOK {
	font-size: 1.35em;
}

#timer, #touch {
	position: absolute;
	left: 5%;
	top: 0;
	width: 95%;
	height: 100%;
	z-index: 2;
	border-spacing: 0;
}

#bgImage {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#touch {
	z-index: 2;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#container {
	width: 100%;
	text-align: center;
	z-index: 2;
}

#avgstr {
	font-family: Arial;
	position: relative;
}

#container > #avgstr {
	font-size: 0.2em;
}

#astouch {
	position: fixed;
	display: none;
	width: 0;
	height: 0;
	font-family: Arial;
	z-index: 120;
	font-size: 4vmin;
}

#astouch > span {
	position: absolute;
	display: block;
	text-align: center;
	width: 3em;
	height: 3em;
	margin-left: -1.5em;
	margin-top: -1.5em;
	line-height: 3em;
	border-radius: 100%;
	opacity: 0.5;
}

#astouch > span.hit {
	opacity: 1.0;
	box-shadow: 0 0 1em;
	font-weight: bolder;
}

#multiphase > #avgstr {
	font-size: 0.3em;
}

#avgstr > span {
	position: relative;
	display: inline-block;
}

#avgstr > span.click {
	z-index: 20;
}

#multiphase {
	text-align: right;
	z-index: 5;
	padding-right: 0.75rem;
}

#leftbar {
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid;
	border: 0.15rem solid;
	text-align: center;
	border-radius: 5px;
	border-radius: 0.35rem;
	width: 190px;
	width: 13.5rem;
	height: 190px;
	height: 13.5rem;
}

#leftbar > div {
	position: absolute;
	width: 33.3333%;
	height: 33.3333%;
	cursor: pointer;
	border-radius: 5px;
	border-radius: 0.35rem;
	font-family: Impact;
}

#leftbar > div.c1{
	top: 0;
	left: 0;
}
#leftbar > div.c2{
	top: 0;
	left: 33.3333%;
}
#leftbar > div.c3{
	top: 0;
	right: 0;
}
#leftbar #logo {
	top: 33.3333%;
	left: 0;
}
#leftbar > div.c4{
	bottom: 0;
	left: 0;
}
#leftbar > div.c5{
	bottom: 0;
	left: 33.3333%;
}
#leftbar > div.c6{
	bottom: 0;
	right: 0;
}

#leftbar > div > div {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}

.icon {
	font-family: iconfont;
	font-size: 2em;
}

#leftbar div > div > span {
	vertical-align: middle;
	position: relative;
}

#leftbar div > div > span, html:not(.m) #leftbar div > div:hover > span.icon {
	display: none;
}

html:not(.m) #leftbar div > div:hover > span, #leftbar div > div > span.icon, #leftbar > #logo > div > span {
	display: table-cell;
}

#leftbar #logo {
	font-size: 3.2em;
	font-family: MyImpact;
	width: 100%;
	border-width: 2px;
	border-width: 0.15rem;
	overflow: hidden;
	white-space: nowrap;
}

#leftbar #logo > div > span > div.pad {
	display: inline-block;
	top: 0;
	bottom: 0;
}

#leftbar #logo > div > span > span.msg {
	font-family: sans-serif;
	margin: 0 1em 0 1em;
	line-height: 100%;
}

#leftbar #logo > div > span.hint {
	-webkit-animation: flyLeft 3s 1 ease-in-out;
	-moz-animation: flyLeft 3s 1 ease-in-out;
	animation: flyLeft 3s 1 ease-in-out;
}

@keyframes flyLeft {
	to {transform: translateX(-100%);}
}

@-webkit-keyframes flyLeft {
	to {transform: translateX(-100%);}
}

@-moz-keyframes flyLeft {
	to {transform: translateX(-100%);}
}

.mybutton {
	border-style: outset;
	border-width: 1px;
	border-width: 0.1rem;
}

.mybutton.enable, .tab.enable {
	border-style: inset;
}

#wndctn {
	z-index: 30;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: env(safe-area-inset-left);
	top: env(safe-area-inset-top);
	right: env(safe-area-inset-right);
	bottom: env(safe-area-inset-bottom);
	visibility: hidden;
}

#wndctn > div {
	visibility: visible;
}

.mywindow {
	position: absolute;
	padding: 4px;
	padding: 0.3rem;
	border-radius: 5px;
	border-radius: 0.35rem;
	border: 2px solid;
	border: 0.15rem solid;
	z-index: auto;
}

.mywindow:not(.fixed)::before, #leftbar::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0.35rem;
	z-index: -10;
	margin: -2px;
	margin: -0.15rem;
}

html:not(.m) .mywindow:hover, html:not(.m) #leftbar:hover {
	z-index: 35;
}

.mywindow.highlight {
	border: 2px solid;
	border: 0.15rem solid;
}

.mywindow.fixed {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	padding: 0;
}

.mywindow > .chide {
	cursor: pointer;
	position: absolute;
	width: 1rem;
	height: 1rem;
	border-radius: 0;
	border-bottom-right-radius: 1rem;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.m .mywindow > .chide {
	width: 2rem;
	height: 2rem;
	border-bottom-right-radius: 2rem;
}

#gray {
	z-index: 50;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.dialog, .popup {
	position: absolute;
	z-index: 100;
	padding: 8px;
	padding: 0.55rem;
	border-radius: 5px;
	border-radius: 0.35rem;
	border: 2px outset;
	border: 0.15rem outset;
	text-align: center;
	border-spacing: 0;
	display: none;
}

.dialog > table {
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.dialog .value {
	overflow-y: auto;
}

.dialog .value, .dialog .value > * {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.dialog .title {
	font: 1.5em bold;
	font-family: Impact;
	white-space: break-spaces;
	overflow-x: hidden;
}

.dialog .button {
	bottom: 5px;
	bottom: 0.35rem;
	left: 8px;
	left: 0.55rem;
	right: 8px;
	right: 0.55rem;
}

.options {
	height: 100%;
	line-height: 150%;
	border-spacing: 0;
}

.options > tbody {
	height: 100%;
}

.options th:first-child {
	padding: 0.6em;
	font-size: 1.2em;
	text-transform: capitalize;
	border-radius: 0 1.2em 1.2em 0;
}

.options .tab > .icon, .m .options .tab > span {
	display: none;
}

.m .options .tab > .icon {
	display: initial;
}

.m .dialog {
	font-size: 1.2em;
}

.tab {
	border: 1px outset;
	border: 0.1rem outset;
	text-align: center;
	margin: 5px;
	margin: 0.35rem;
	margin-right: 0;
	border-radius: 5px;
	border-radius: 0.35rem;
	font-family: Impact;
	width: auto;
	padding: 0 5px;
	padding: 0 0.35rem;
	white-space: nowrap;
}

.tabValue {
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border: 1px solid;
	border: 0.1rem solid;
	border-radius: 5px;
	border-radius: 0.35rem;
}

.tabValue > * {
	display: block;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.noScrollBar {
	padding-right: 21px;
	padding-right: 1.5rem;
	margin-right: -21px;
	margin-right: -1.5rem;
	scrollbar-width: none;
}

.noScrollBar::-webkit-scrollbar {
	display: none;
}

.click, .times, .tab {
	cursor: pointer;
	border-radius: 0.15em;
}

.times.pb {
	font-weight: bold;
}

a {
	color: inherit;
}

.click, .times, .tab, .table, .mybutton, .tabValue, .expOauth, .title, #touch, #lcd, .noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#lcd {
	white-space: nowrap;
}

#lcd::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.insplabel {
	font-family: iconfont;
	position: absolute;
	font-size: 0.2em;
	opacity: 0.65;
	display: none;
}

.insp.activetimer {
	position: relative;
}

.insp.activetimer > .insplabel {
	display: inline-block;
}

#rtimer .insplabel {
	top: -1.0em;
	right: 0;
}

#timer .difflabel {
	display: inline-block;
	font-family: Arial;
	font-size: 0.15em;
}

.m #timer .difflabel {
	display: block;
	font-size: 0.2em;
	margin-top: -0.4em;
}

#rtimer .difflabel {
	margin-top: -0.4em;
	font-family: Arial;
	font-size: 0.25em;
}

.playbutton.click {
	display: inline-block;
	min-width: 7%;
	font-family: iconfont, Arial;
}

#about {
	line-height: 1.6em;
	text-align: left;
}

#about .tab {
	white-space: break-spaces;
	min-width: min(15vw, 6em);
	max-height: 3.5em;
	overflow: visible;
}

#stats {
	left: 0;
	top: 190px;
	top: 13.5rem;
	bottom: 0;
	text-align: center;
}

#stats table {
	min-width: 178px;
	min-width: 12.6rem;
	white-space: nowrap;
}

.stattl {
	margin-top: 2px;
	margin-top: 0.15rem;
	overflow-x: hidden;
}

.myscroll {
	overflow-y: auto;
	text-align: center;
	padding-right: 21px;
	padding-right: 1.5rem;
	margin-right: -21px;
	margin-right: -1.5rem;
	width: 100%;
}

.myscroll::-webkit-scrollbar {
	display: none;
}

.statc {
	display: inline-block;
	width: 100%;
}

table.sumtable {
	border-style: dashed;
	width: 100%;
}

table.sumtable td, table.sumtable th {
	border-style: none;
}

table.opttable {
	border-collapse: collapse;
	width: 100%;
	margin: 0.1em;
}

table.opttable th .icon {
	font-weight: normal;
	font-size: 1em;
}

table.opttable td {
	padding: 0.2em 0.1em 0.2em 0.3em;
}

table.opttable .sr {
	width: 0;
	padding-left: 0.5em;
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
}

.opttable td.sr {
	border-left: 1px dashed;
	border-left: 0.1rem dashed;
}

div.helptable > * {
	padding: 0.2em;
}

div.helptable ul {
	padding-left: 1.2em;
}

.table {
	border-collapse: collapse;
	text-align: center;
}

.table td, .table th, .table {
	border: 1px solid;
	border: 0.1rem solid;
	padding: 4px;
	padding: 0.3rem;
}

.fixed .table td, .fixed .table th, .fixed .table {
	padding: 2px;
	padding: 0.15rem;
}

.ssmgr {
	width: 100%;
}

.cntbar {
	display: inline-block;
	text-align: center;
	border: 1px solid;
	border: 0.1rem solid;
}

.cntbar.sty2 {
	filter: invert(1) brightness(2);
}

#inputTimer {
	font-size: 0.5em;
	text-align: center;
	width: 60%;
}

.m #inputTimer {
	position: relative;
	right: 10%;
}

#scrambleTxt {
	width: 100%;
	white-space: pre-wrap;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 600px;
	max-height: 42rem;
	max-height: 80vh;
}

#scrambleTxt .smrtScrDim {
	filter: opacity(50%) blur(1px);
}

#scrambleTxt .smrtScrMrk {
	color: #0d0;
	font-size: 75%;
}

#scrambleTxt .smrtScrDim,
#scrambleTxt .smrtScrCur,
#scrambleTxt .smrtScrAct,
#scrambleTxt .smrtScrMrk {
	border-radius: 15% / 30%;
	padding-left: 0.3em;
	padding-right: 0.3em;
	display: inline-block;
}

#scrambleTxt.limit {
	max-height: 150px;
	max-height: 10.5rem;
}

#scrambleDiv {
	right: 0;
	left: 190px;
	left: 13.5rem;
	top: 0;
}

#scrambleDiv > .title {
	margin-bottom: 0.5em;
}

#toolsDiv > div > div {
	font-family: Lucida Console, Monospace;
	font-size: 1.5em;
	text-align: left;
	max-height: 30vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 2em;
	margin-right: -2em;
}

#toolsDiv > div {
	display: inline-block;
	overflow-x: hidden;
	margin: 3px;
	margin: 0.2rem;
}

#toolsDiv {
	right: 0;
	bottom: 0;
	text-align: right;
}

.sol {
	white-space: nowrap;
}

.dialoglogo {
	left: 15%;
	right: 15%;
	top: 15%;
	bottom: 15%;
}

.dialogoption, .dialogshare {
	left: 25%;
	right: 25%;
	top: 20%;
	bottom: 20%;
}

.dialogcfm {
	left: 30%;
	right: 30%;
	top: 30%;
	bottom: 30%;
}

.dialoginput, .dialogstats, .dialogexport, .dialogscropt, .dialogdonate {
	left: 20%;
	right: 20%;
	top: 20%;
	bottom: 20%;
}

.dialogcasestats {
	left: 30%;
	right: 30%;
	top: 15%;
	bottom: 15%;
}

.dialogcasestats .table {
	width: 100%;
	font-size: 1.5em;
}

.dialogssmgr {
	left: 15%;
	right: 15%;
	top: 20%;
	bottom: 20%;
}

.dialogexport {
	top: 15%;
	bottom: 15%;
}

.sflt > div {
	white-space: nowrap;
}

.sflt > div > div {
	white-space: normal;
}

.dialogscropt .sflt label, .dialogscropt .sflt > div > div.sgrp > span:first-child {
	display: inline-block;
	min-width: 45%;
	text-align: left;
	padding: 0.2em 0.2em 0.2em 5%;
}

.dialogscropt .sflt label {
	min-width: 24%;
}

.dialogscropt .bimg {
	border: 1px dashed;
	border-radius: 3px;
	border-radius: 0.2rem;
}

select, input[type='button'], input[type='text'] {
	cursor: pointer;
	border: 1px solid;
	border: 0.1rem solid;
	border-radius: 3px;
	border-radius: 0.2rem;
	padding: 1px;
	padding: 0.1rem;
	vertical-align: middle;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

select {
	max-width: 100px;
	max-width: 7em;
}

#toolsDiv > div > span > select.twolv1, #toolsDiv > div > span > select.twolv2 {
	max-width: 60px;
	max-width: 5em;
}

td.seltd {
	padding: 0;
	width: 0;
}

td.seltd > select {
	width: 100%;
	min-width: 3em;
}

input:disabled {
	cursor: default;
	border: none;
}

input[type='button'] {
	padding: 1px 5px 1px 5px;
	padding: 0.1rem 0.35rem 0.1rem 0.35rem;
}

input[type="text"] {
	width: 35px;
	width: 2.5rem;
	text-align: center;
}

input[type="file"] {
	width: 100%;
}

input[type="color"] {
	vertical-align: middle;
}

input[type="color"].mulcolor {
	width: 1.5em;
}

.touchcube {
	display: table;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	user-select: none;
	font-family: Arial;
	border-collapse: collapse;
	color: transparent;
}

.touchcube tr td {
	width: 33%;
	height: 33%;
}

.touchcube.active {
	background-color: #6666;
	color: #fffa;
}

.touchcube.active td.touchto {
	background-color: #0f0a;
}

.touchcube.active td.touchfrom {
	background-color: #f00a;
}

.touchcube.board td {
	border: 2px solid #6666;
	border: 0.15rem solid #6666;
}

.expOauth {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 1.2em;
	cursor: pointer;
	border-collapse: separate;
	text-align: center;
	border: 1px dashed;
	border-radius: 5px;
	margin-bottom: 5px;
}

.expOauth table {
	width: 100%;
}


.expUpDown td {
	border: 1px solid;
	border-radius: 5px;
	width: 50%;
	height: 2.5em;
	padding: 0.5em;
}


.mshow.t td, .mshow.t th {
	border-bottom-style: dashed;
}

.mshow.b td, .mshow.b th {
	border-top-style: none;
}

.m #timer, .m #touch {
	font-size: 0.6em;
	left: 0;
	width: 100%;
}

.m #leftbar {
	left: 0;
	bottom: 0;
	top: auto;
	right: 0;
	width: auto;
	height: 59px;
	height: 11.8vw;
	font-size: 2.5vw;
}

.m #leftbar > div {
	top: 0;
	width: 11.1111%;
	height: 100%;
}

.m #leftbar > div.c1{
	left: 0;
}
.m #leftbar > div.c2{
	left: 11.1111%;
}
.m #leftbar > div.c3{
	left: 22.2222%;
}
.m #leftbar #logo {
	left: 33.3333%;
}
.m #leftbar > div.c4{
	left: 66.6667%;
}
.m #leftbar > div.c5{
	left: 77.7778%;
}
.m #leftbar > div.c6{
	left: 88.8889%;
}

.m #leftbar #logo {
	width: 33.3333%;
	top: 0;
}

.m .mybutton {
	font-size: 1.2em;
}

.m #stats {
	top: auto;
	max-width: 100%;
	bottom: 61px;
	bottom: 11.8vw;
	white-space: nowrap;
	box-sizing: border-box;
}

.m #stats table {
	min-width: 0;
	white-space: nowrap;
}

.m #scrambleDiv {
	left: 0;
	width: 100%;
}

.m .statc {
	margin-right: 5px;
	margin-right: 0.35rem;
	margin-top: 2px;
	margin-top: 0.15rem;
	width: auto;
	vertical-align: top;
}

.m .stattl {
	display: inline-block;
	width: auto;
}

.m #toolsDiv {
	bottom: 61px;
	bottom: 11.8vw;
}

.m #toolsDiv > div > div {
	font-size: 1.2em;
}

.m .dialogoption, .m .dialogshare, .m .dialoginput, .m .dialogstats, .m .dialogcasestats, .m .dialogssmgr, .m .dialogscropt, .m .dialogexport, .m .dialoglogo, .m .dialogdonate {
	left: 5%;
	right: 5%;
}

.m .dialogcfm {
	left: 15%;
	right: 15%;
	top: 25%;
	bottom: 25%;
}

.m .dialogexport {
	top: 15%;
	bottom: 15%;
}

.m #lcd {
	max-width: 480px;
	max-width: 100vw;
	overflow: hidden;
}

.m.toolf .mywindow, .m.toolt .mywindow {
	position: relative;
}

.m.toolf #wndctn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	align-content: end;
}

.m.toolf #toolsDiv {
	margin-left: auto;
}

.m.toolt #toolsDiv {
	margin-left: auto;
	bottom: 0;
}

.m.toolf #scrambleDiv, .m.toolt #stats {
	position: absolute;
}

.m.toolt #wndctn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: start;
}

#vrckey {
	table-layout: fixed;
	border-collapse:collapse;
	font-family: monospace;
}

#vrckey tr {
	height: 1.5em;
}

#vrckey td {
	line-height: 1em;
	text-align: left;
}

#vrckey span {
	display: block;
	width: 1.5em;
	text-align: right;
	font-weight: 900;
}

.mtds textarea,
.mtds #leftbar,
.mtds #leftbar > div,
.mtds .mywindow,
.mtds .mywindow:not(.fixed)::before,
.mtds #leftbar::before,
.mtds .dialog,
.mtds .popup,
.mtds .tab,
.mtds .tabValue,
.mtds .click:not(td):not(th),
.mtds .tab,
.mtds select,
.mtds input[type='button'],
.mtds input[type='text'] {
	border-radius: unset;
	border-color: transparent;
}

.mtds .tab {
	position: relative;
}

.mtds .tab:not(.enable)::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -10;
	margin: 2px;
	margin: -0.1rem;
	box-shadow: 0 0 0.2em;
}

.mtds .mywindow > .chide {
	top: -0.15rem;
	left: -0.15rem;
}

.instruction {
	margin: 2em;
	text-align: left;
}

.instruction ul {
	margin: 1em;
	padding-left: 1.5em;
	list-style: disc;
}

.colorPrevV, .m .colorPrevH {
	display: None;
}

.m .colorPrevV, .colorPrevH {
	display: inline-block;
	text-align: center;
	border: #0008 dashed;
	margin: 0.2em;
}

/* cstimer plus */
.cspt .mywindow, .cspt #leftbar > div, .cspt #avgstr {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.cspt #avgstr {
    font-size: 2rem;
    line-height: 1.6;
}

.cspt .mywindow {
    padding: 1rem;
    border: 0;
    border-radius: 0;
}

.cspt #scrambleTxt {
    cursor: default;
    letter-spacing: 0.375rem;
    padding: 7px;
}

.cspt:not(.m) #leftbar {
    width: 17.2rem;
}

.cspt:not(.m) #scrambleDiv {
    left: 17.2rem;
}

.cspt #leftbar, .cspt #leftbar > div {
    border: 0;
    border-radius: 0;
}

.cspt .mywindow:not(.fixed)::before, .cspt #leftbar::before {
    margin: 0px !important;
}

.cspt #leftbar::before, .cspt .mywindow::before, .cspt .popup, .cspt .dialog {
    box-shadow: 0 1px 8px rgba(0,0,0,0.2) !important;
    border-radius: 0;
}

.cspt .mywindow > .chide {
    background-color: rgba(0,0,0,.2);
}

.cspt select, .cspt input[type='button'], .cspt input[type='text'] {
    background-color: rgba(255,255,255,0.1);
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    border: 0;
    margin: 0 0.25rem;
}

.cspt select > option {
    color: #000000;
}

.cspt input[type='button'] {
    padding: 0.375rem 0.75rem;
}

.cspt .table td, .cspt .table th, .cspt .table {
    padding: 0.5rem;
}

.cspt .statc {
    margin-top: 1rem;
}

.cspt .stattl {
    margin-top: 0.5rem;
}

.cspt #leftbar .mybutton .icon {
    height: 100%;
    font-size: 2rem;

    display: flex;
    justify-content: center;
    align-items: center;

    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
}

@-moz-document url-prefix() {
    .cspt #leftbar .mybutton .icon {
        display: table-cell;
        vertical-align: middle;
    }
}

.cspt #leftbar .mybutton .icon:before {
    font-size: 2rem;
}

.cspt #gray {
    background-color: #000;
}

.cspt .dialog, .cspt .popup {
    border-radius: 0;
    border: 0;
}

.cspt .dialog .title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.cspt .tab {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    border: 0;
    padding: 0.375rem;
    border-radius: 0;
}

.cspt #inputTimer {
    width: 70% !important;
}

.cspt .tab.enable {
    background-color: rgba(255,255,255,0.2)
}

.cspt table.opttable td {
    padding: 0.75rem;
}

html.cspt:not(.m) .mywindow, html.cspt:not(.m) #leftbar {
    z-index: 1 !important;
}

html.cspt:not(.m) .mywindow:hover, html.cspt:not(.m) #leftbar:hover {
    z-index: 1 !important;
}
