 
:root {
  --wdth: 40px;
  --hgh: 40px;
}
td.element{border:1px solid lightgray;width:var(--wdth);height:var(--hgh);text-align:center;
   }
#editor td:nth-child(1) {
width:30%
   }
#editor td:nth-child(2) {
width:30%
   }
#editor td:nth-child(3) {
width:20%
   }
#editor td:nth-child(4) {
width:20%
   }
.active{background-color:#33FF5E; border:2px solid blue;}
.inacive{background-color:black;}
table.rebus {border-collapse: collapse;display:table;background-color:white;}
.logo{  width: 90%;}
body{background-color:black;margin:0px;padding:0px;}
letter{text-transform:capitalize;line-height:100%;font-size:25px;}
button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
#frcase{overflow-y:scroll;padding-top:22px;padding-bottom:12px;border-radius:10px;border:2px outset;background:white;position:absolute;top:0px;left:66%;border-none;height:50%
}
#inr{overflow-y:scroll;padding-top:22px;padding-bottom:12px;border-radius:10px;border:2px outset;



}
#initeditor{overflow-y:scroll;padding-top:22px;padding-bottom:12px;border-radius:10px;border:2px outset;width:40%;background:white;



}
.rebus{border:2px outset;background:white;border-radius:10px;}
iframe{width:100%;height:100%}
#inr,#frcase,.rebus,#initeditor{border-top:20px solid gray;}


#inr::-webkit-scrollbar {
  display: none;
}
#frcase::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar {
  display: none;
}
body{user-select: none; }
