body { 
	padding: 0px;
	background-color: #fff;
	height: 100%;
	margin: 0px;
	image-rendering: pixelated;	
	/*background-repeat: no-repeat;*/
	background-attachment: fixed;
	background-color: rgba(239, 244, 247, 1);
	
	background: 
     /*top, transparent red, faked with gradient */ 
    linear-gradient(
	  rgba(239, 244, 247, 1),
      rgba(239, 244, 247, 0.1),
	  rgba(239, 244, 247, 0.1), 
      rgba(239, 244, 247, 1)
    ),
    /* bottom, image */
    url('cube.png');
	zoom: 110%;
	}
summary { cursor: default; }
summary:hover { font-weight: bold; }
fieldset { border: 1px solid #ccc; background-color: #c2dbe8;  border-radius: 8px; }
fieldset:hover { border: 1px solid #ccc; background-color: #cfc2e8;  border-radius: 8px; }
* {font-family: monospace;box-sizing: border-box;accent-color: #44262e;}

#all {
  width: 910px;
  margin: 0 auto;
  text-align: center;
}

#c {
  /* border: 5px solid #8367de;*/
  padding: 4px;
  border-radius: 8px;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
  background: #cfc2e8; /*#cfc2e8;*/
  /* background-image: url('background.png'); */
}
#c:hover {
  outline: 3px solid #8367de;
  border: 2px solid #beb2f8;
}

.more {
  padding: 10px;
  text-align: left;

    display: inline-block;
    width: 200px;
    padding: 0;
    vertical-align: top;
    margin-top: 20px;
}


.slider,
.pal {
  width: 650px;
  margin: 0 auto;
  text-align: left;
  accent-color: #44262e;
}

.slider { padding: 3px 0; }

.slider > input { width: 500px; display: inline-block;}

.lock {
  min-width: 80px;
  width: 80px;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}

.lock:hover {
  font-weight: bold;
}

.lock > input {
  opacity: 0;
  position: absolute;
}

.lock > input + span:after {
  content: "(🟢)";
}
.lock > input:checked + span:after {
  content: "[🔒]";
}

.pal {
  margin-bottom: 5px;
  white-space: nowrap;
}

.slider > b,
.pal > b {
  display: inline-block;
  width: 45px;
}

#palBody > * {
  vertical-align: top;
}

.palItems {
  display: flex;
  width: 610px;
}
.palItem {
  width: 24px;
  height: 24px;
  border: 1px solid black;
  margin: -1px 0 0 -1px;
}

.palItem.active {
  outline: 2px solid #000;
  position: relative;
  z-index: 1;
}

.palItem:hover {
  position: relative;
  z-index: 2;
  outline: 5px solid #000 !important;
}

.toolbar {
  margin: 10px 0;
}

.btn,
.toolbar > button {
  background-color: #fff;
  display: inline-block;
  padding: 9px 2px;
  border: 2px solid black;
  color: black;
  text-decoration: none;
  font-size: 0.95em;
  border-radius: 8px;
  
  transition: all 0.2s ease-in-out;
}

.btn:hover,
.toolbar > button:hover {
  outline: 3px solid #8367de;
  border: 2px solid #beb2f8;
  font-weight: bold;
  transform: scale(0.9);
}

.btn:hover,
.toolbar > button:active {
  transform: scale(1.25);
}

.btn.sm {
  padding: 1px 4px;
}

#say {
  font-size: 1.5em;
  position: absolute;
  top: 20px;
  left: 50%;
  background-color: white;
  border: 1px solid black;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.5);
  min-height: 50px;
  padding: 20px;
  text-align: start;
  user-select: none;
}
#say:empty {
  display: none;
}

fieldset > label { display: block; }

.colorComponent {
  display: inline-block;
}

.community_post_form_widget form {
    margin: 10px 250px;
}

.inner_column h2, .inner_column h3, .inner_column h4 {
    margin: 0.8em 260px;
}

* {
	cursor: url('Arrow_Blue.png'), auto; 
    /* cursor: url(https://img.itch.zone/aW1nLzE1ODk4ODI2LnBuZw==/original/ILzlO6.png), auto; */
}

summary {
	cursor: url('Arrow_Blue.png'), auto; 
    /* cursor: url(https://img.itch.zone/aW1nLzE1ODk4ODI2LnBuZw==/original/ILzlO6.png), auto; */
}

.slider:hover {
	cursor: url('Arrow_Yellow.png'), auto; 
    /* cursor: url(https://img.itch.zone/aW1nLzE1ODk4ODI2LnBuZw==/original/ILzlO6.png), auto; */
}

slider {
	cursor: url('Arrow_Yellow.png'), auto; 
    /* cursor: url(https://img.itch.zone/aW1nLzE1ODk4ODI2LnBuZw==/original/ILzlO6.png), auto; */
}

.slider {
	cursor: url('Arrow_Yellow.png'), auto; 
    /* cursor: url(https://img.itch.zone/aW1nLzE1ODk4ODI2LnBuZw==/original/ILzlO6.png), auto; */
}




/*  "https://www.youtube.com/watch?v=oLqdy95LZSw" "https://gist.github.com/brickbones/0b447985b10f143a160bcf2e1d69726a" */

.mytabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 5px auto;
    padding: 0px;
}
.mytabs input[type="radio"] {
    display: none;
	
}
.mytabs label {
    padding: 14px;
    background: #e2e2e2;
    font-weight: bold;
}

.mytabs > label:hover {
  inline: 3px solid #8367de;
  font-weight: bold;
  transform: scale(0.9);
}

.mytabs .tab {
    width: 100%;
    padding: 15px;
    background: #fff;
    order: 1;
    display: none;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	
	
}
.mytabs .tab h2 {
    font-size: 1em;
	
}

.mytabs input[type='radio']:checked + label + .tab {
    display: block;
	
}

.mytabs input[type="radio"]:checked + label {
    background: #fff;
	border-top-color: #B721FF;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border: 4px solid;
	border-color: #8367DE;
	border-bottom: 0px solid;

}

.styled-table {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 10px 15px;
	
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.scrollit {
    overflow:scroll;
	overflow-x: hidden;
    height:460px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 2px solid #ffffff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.columnz {
  float: left;
  padding: 10px;
}

/* Clear floats after the columns */
.rowz:after {
  content: "";
  display: table;
  clear: both;
}

/* tooltip setting up */

        .tooltip {
            position: relative;
            display: inline-block;
        }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 100px;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 7px;
            position: absolute;
            z-index: 1;
            opacity: 0;
            transition: opacity 0.3s;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
			
        }

        .tooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }

        .tooltip.top .tooltiptext {
            bottom: 100%;
            top: auto;
        }

	button:hover{
		font-weight:bold;
		border-radius: 3px;
		background-color: #BADBFF;
	}




}