code[class*="language-"],
pre[class*="language-"] {
  outline: 0px solid transparent;
}

#rightGui {
  position:absolute;
  display: block;
  width: 400px;
  height:100%;
  right: 0px;
  top: 67px;
  z-index: 300;
  background-color: #474747;
/*   border: 1px green solid; */
}

#rightGuiResizer {
  position: absolute;
  cursor: col-resize;
  height: 100px;
  left: 0;
  top: 68px;
  width: 5px;
  z-index: 301;
}

#rightGuiExpander {
  position: absolute;
  cursor: pointer;
  height: 100px;
  right: 0;
  top: 68px;
  width: 5px;
  z-index: 301;
/*   border: 1px green solid; */
}

/* .commentTitle {
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #c4c4c4;
  top: 0px;
  z-index: 10000;
  background-color: #222;
  padding: 3px 5px 3px 5px;
  margin-left: 0px; 
  margin-top: 0px;
  margin-bottom: 0px; 
  margin-right: 0px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #272727;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  overflow: hidden;
  outline: 0px solid transparent;
} */

.commentTitle {
  top: 0px;
  background-color: #444; 
  border: 1px black solid; 
  font-weight: bold;
  color: #c4c4c4;
  padding: 5px 6px 3px 6px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #272727;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  outline: 0px solid transparent;
}

/* #containCommentTitle {
  display: block;
  position: static;
  color: #c4c4c4;
  z-index: 10000;
  border: 1px solid red;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 8px 0px 5px;
  margin: 0;
  width: 400px;
} */

/* #containCommentTitle .commentTitle:hover {
  background-color: #222; 
}
 */
#containCommentTitle {
  position: static;
  display: block;
  z-index: 100;
  margin-left: 5px;
  margin-right: 8px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
/*   border: 1px red solid; */
  outline: 0px solid transparent;
}


/* #containCommentTabs {
  display: block;
  border: 1px solid white;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 100%;
} */



#commentBox {
  position: static;
  user-select: text;
  display: block;
  color: #c4c4c4;
  padding: 5px 5px 3px 5px;
/*   overflow-x: wrap; */
  height: 200px;
  line-height: 20px;
  overflow-y: scroll;
  z-index: 10000;
  background-color: #272727;
/*   margin-left: 5px;
  margin-right: 8px; */
  margin-left: 5px;
  margin-right: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  outline: 0px solid transparent;
  border: 1px solid black;
}

#commentBoxStatic {
  position: static;
  user-select: text;
  display: block;
  color: #c4c4c4;
  padding: 5px 5px 3px 5px;
/*   overflow-x: wrap; */
  height: 200px;
  line-height: 20px;
  overflow-y: scroll;
  z-index: 10000;
  background-color: #272727;
/*   margin-left: 5px;
  margin-right: 8px; */
  margin-left: 5px;
  margin-right: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  outline: 0px solid transparent;
  border: 1px solid black;
}

#commentBoxEdit {
  position: absolute;
  display: block;
  top: 24px;
  right: 20px;
  padding: 3px 11px;
  text-align: center;
  border: 1px solid black;
  background-color: #474747;
  color: #c4c4c4;
}

#commentBoxEdit:hover {
  background-color: #575757;
}

#rightGuiMidResizer {
  box-sizing: border-box;
  cursor: row-resize;
  width:100%;
  height:5px;
  top:250px;
  z-index: 3000000;
/*   border: 1px green solid; */
}

#containRightGuiMidResizer {
  display: block;
  user-select: text;
  position: static;
  color: #c4c4c4;
  z-index: 10000;
/*   background-color: #373737; */
  margin-left: 5px;
  margin-right: 8px;
/*   border: 1px red solid; */
  overflow: hidden;
  padding: 0;
}

#codeBoxContainer {
  font-size: 14px;
  position: static;
  display: block;
  z-index: 10000;
  margin-left: 5px;
  margin-right: 8px;
  padding-top: 0px;
  margin-top: 0px;
  white-space: nowrap;
  overflow-x: hidden;
}

#codeBox {
  user-select: text;
  display: block;
  position: static;
  height: 300px;
  overflow-y: scroll;
  margin: 0 auto;
  border: 1px solid black;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height:10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #272727; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #666; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}

.rightButton {
  top: 0px;
  background-color: #222; 
  border: 1px black solid; 
  color: #c4c4c4;
  padding: 5px 5px;
  text-align: left;
  text-decoration: none;
  height: 28px;
  font-size: 12px;
  outline: 0px solid transparent;
}

#Language {
  top: 0px;
  background-color: #222;
/*   box-sizing: border-box; */
  border: 1px black solid; 
  color: #c4c4c4;
  padding: 5px 5px 5.1px 5px;
  text-align: left;
  text-decoration: none;
  height: 28px;
  font-size: 12px;
/*   outline: 1px solid black; */
}

#rightButtonContainer {
  position: static;
  display: block;
  z-index: 10000;
  margin-left: 5px;
  margin-right: 8px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
/*   border: 1px red solid; */
  outline: 0px solid transparent;
}

#rightButtonContainer .rightButton:hover {
  background-color: #333; 
}

/* #rightButtonContainer Language:hover {
  background-color: #333; 
} */