.w100 {
  width: 100px;
}
.w200 {
  width: 200px;
}

.p_button {
  cursor:pointer;
}

.copy_button {
  cursor:pointer;
}

#code_body {
  margin-left: 24px;
}

#code_preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display:none;
  background-color: white;
}

pre {
  margin: 20px;
  font-size: 16px;
}
