@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

body {
	margin: 0;
}

iframe {
	position: absolute;
	width: 374px;
	height: 187px;
	border-style: none;
	top: 14px;
	right: 14px;
	overflow: hidden;
  border-style: none;
}

#codeEditor {
  position: absolute;
  width: 100%;
  height: 100%;
}

.btn-group {
  font-family: 'Inconsolata', monospace;
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
}

.material-icons.md-18 {
	font-size: 18px;
}

#info {
  position: absolute;
  font-family: 'Inconsolata', monospace;
  position: absolute;
  z-index: 2;
  left: 60px;
  bottom: 14px;
}

#infobox {
	position: absolute;
  background-color: hsla(0, 0%, 0%, 0.7);
  color: white;
	font-family: 'Inconsolata', monospace;
  border-radius: 4px;
  padding: 1em;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
	z-index: 3;
}
