

#easy-text-manipulator textarea {
  width:100%;
  height:300px;
}

.btns-wrapper {
  margin-top:20px;
  width:100%;
  display:flex;
  justify-content:start;
}

.btns-wrapper button {
  width:200px;
  margin:10px;
  padding:10px;
  font-weight:bold;
}


textarea {
  padding:10px;
  font-size:12pt;
}

.fct-btn {
  border:1px solid #999999;
}

/* FUNCTIONAL BUTTON STYLES */

.backslash {
  text-align:right;
  background: rgb(238,238,238);
  background: linear-gradient(72deg, rgba(238,238,238,1) 0%, rgba(199,199,199,1) 14%, rgba(0,0,0,1) 14%, rgba(0,0,0,1) 17%, rgba(199,199,199,1) 17%, rgba(255,255,255,1) 100%);
}

.teenie {
  font-family: "Comic Sans MS";
  background: rgb(242,86,249);
  background: linear-gradient(145deg, rgba(242,86,249,1) 0%, rgba(227,195,254,1) 100%);
}

.h4xx0r {
  background:black;
  border:2px solid #ff0000;
  color:#00ff00;
  font-family:'Courier New', Courier, monospace;
}