@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	src: local("Raleway"), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: local("Open Sans"), local("OpenSans"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}

::-webkit-scrollbar {
	width: 0 !important;
}
body {
	width: 100%;
	height: 100%;
	font-family: "Open Sans";
}
article {
	border: 1px solid black;
}
nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
}
nav, article {
	width: 70%;
	margin: auto;
}
nav div {
	border: 1px solid black;
	text-align: center;
	flex-grow: 1;
}
article, #all, #readout {
	display: none;
}
#tables table, #cheat table {
	float: left;
}
nav div.selected {
	background-color: black;
	color: white;
}
#write {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
textarea {
	text-transform: uppercase;
	font-size: 200%;
	flex-grow: 2;
}
.play {
	display: block;
	width: 50px;
	border: 1px solid black;
    	text-align: center;
    	vertical-align: middle;
    	flex-basis: 20%;
}
.invert {
	/*-webkit-filter: invert(100%);*/
	background-color: black;
	color: white;
}
.node {
	border-radius: 100%;
	border: 1px solid black;
	cursor: default;
}
.blank {
	background-color: rgba(255, 255, 255, 255);
}
.right {
	background-color: rgba(  0, 255,   0, 255);
}
.wrong {
	background-color: rgba(255,   0,   0, 255);
}
path {
	stroke: white;
}
.play:before {
	content: "\25B6";
}
#game {
	display: flex;
	flex-flow: row wrap;
}
#flashcard, #guess {
	font-size: 200%;
	flex-basis: 50%;
	text-align: center;
	-webkit-appearance: button;
}
#shuffle {
	flex-basis: 5%
}
#space {
	line-height: 3;
	flex-grow: 2;
}
#dot, #dash {
	flex-basis: 25%;
	font-size: 150%;
}
.node {
	border: 1px solid black;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
p {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 40%;
	margin: auto;
	height: 90%;
}
#codetree {
	height: 100%;
}
#guess {	text-transform: uppercase;}