@import url(http://fonts.googleapis.com/css?family=Open+Sans:600.600italic);

body {
  background: #4e52d0;
}

*{
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  line-height: 1.5;
  font-weight: 600;
  color:rgba(255,255,255,0.8);
  box-sizing:border-box;
}
em {
  font-style: normal;
	color:rgba(255,255,0,1);
}
a {
	font-style: normal;
	color:#0fadfe;
	text-decoration: none;
}
#game {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #000;
  vertical-align: top; }

#editorMenu {
  position: absolute;
  display: none;
  margin: 10px;
  border: 10px solid #333333;
  left: 0;
  top: 0;
  padding: 0px;
  background: #333; }

.editorTool, .editorOption {
  width: 100px;
  position: relative;
  background: black;
  margin: 3px;
  padding: 0 2px;
  padding-left: 10px;
  cursor: pointer; }

.editorOption {
  cursor: default;
  background: none; }

.editorTool:hover, .selectedTool {
  background: #222; }

.editorTool:active {
  background: white; }

#mapString {
  position: relative;
  display: none;
  margin: 10px;
  margin-left: 180px;
  background: black;
  padding: 10px;
  border: 10px solid #333333; }

.content {
  display: block;
  max-width: 500px;
  margin: 30px auto 30px;
  padding: 20px 40px 20px;
  text-align: left;
  background: rgba(0,0,0,0.4);
}
