/*
 * A CSS file for collecting up useful utilities
 */


.embed-code-display {
  position: fixed;
  top: 100px;
  left: 12.5%;
  width: 75%;
  padding: 20px;
  background-color: white;
  border: 4px solid #DD0000;
  z-index: 100000;

}

.embed-code-display textarea {
  width: 100%;
  height: 100px;
}

