.button{
	margin: .2em;
	padding: .2em;
	background-color: #bfbbb4;
	border-style: outset;
	border-color: #bfbbb4;
	color: black;

}

.fitcontent{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.yContainer{
	display: flex;
	flex-direction: column;
}
.xContainer{
	display: flex;
	flex-direction: row;
}

.hideRadio {
	position: fixed;
	opacity: 0;
	pointer-events: none;
}

.alignRight{
	display: block;
	width: 100%;
	text-align: right;
}

.checked{
	text-decoration: line-through ;
	filter: brightness(50%) !important; 
}
.checked:hover{
	filter: brightness(40%) !important;
}

.hoverglow:hover{
	filter:brightness(120%);
}
.hovershade:hober{
	
}

.bevel{
	box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.1), 
        inset 0 0 1px 0 rgba(0,0,0,.4), 
        inset 0 0 1px 0px rgba(0,0,0,.05), 
        0px 2px 1px 0 rgba(0,0,0,.25);
}

.bevel:hover:not(.nohov, .nohover, .disableIt), .bevel2:hover:not(.nohov, .nohover, .disableIt){
	background-color: #e0c964;
}

.bevel2{
	box-shadow:
        inset 0px 0px 2px 0px rgba(255,255,255,.1), 
        inset 0px 0px 1px 0px rgba(0,0,0,.4), 
        inset 0px 0px 1px 0px rgba(0,0,0,.05), 
        inset 0px 0px 1px 0px rgba(0,0,0,.25);
}

.toptab{
	border-radius: 20px 20px 0px 0px; 
}
.toptab:hover:not(.bevel, .bevel2, .disableIt), .bottomtab:hover:not(.bevel, .bevel2, .disableIt){
	filter:brightness(130%);
}

.bottomtab{
	border-radius: 0px 0px 20px 20px; 
}


.lefttab{
	cursor: pointer;
	writing-mode: vertical-rl;
	border-radius: 20px 0px 0px 20px; 
	
}


.rounded{
	border-radius: 20px 20px 20px 20px; 
}
.disableIt{
	filter: opacity(45%);
	cursor: default;
}
.clickIt{
	cursor: pointer;
}
.centerIt{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}
.clickIt{
	cursor: pointer;
}
.moveIt{
	cursor: move;
}
.hideIt{
	display: none;
}

.padrow{
	padding-left: 1em;
	padding-right: 1em;
}
.padcol{
	padding-top: 1em;
	padding-bottom: 1em;
}

.b{
	font-weight: bold;
}
.i{
	font-style: italic;
}

p {
	text-indent: 2.5em;
	padding: .3em;
}

.yellow {
	background-color: rgb(255,255,153);
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}