.glitchworks-form {
	font-family: monospace;
	font-size: 1em;
	color: #CCCCCC; 
	background-color: #111;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #6B6B6B;
}

.navlink {
	font-family: monospace;
	font-size: 1em;
	font-weight: normal;
	color: LightGray;
	background-color: #020;
	border: 1px solid;
	border-color: #0A0;
	padding: 2px;
}

.navlink:hover {
	background-color: #040;
	color: white;
	border-color: #0F0;
}

.error {
	color: red;
}

.field_with_errors input {
  background-color: #200;
}

.error_explanation {
	color: white;
	background-color: #200;
	border: 1px solid;
	border-color: red;
}

.error_explanation_content {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.error_explanation_header {
	font-weight: bold;
}
/* style.css -- glitchwrks.com style sheet */


body {
	font-family: monospace;
	color: #CCCCCC; 
	background: black;
	font-size: 1em;
}

.pageview {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #6B6B6B;
}

.pageview-header {
	text-align: center;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #6B6B6B;
	color: #FFFFFF;
	font-weight: bold;
}

.codeblock-header {
	background-color: #006BB3;
}

.content {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	text-align: justify;
}

.navigation {
	font-size: 1.25em;
}

b { 
	font-size: 1em;
	font-weight: bold; 
	color: white;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1em; }

a:link { color: #00FF00; }
a:visited { color: green; }
a:visited.nav { color: #00FF00; }
a:hover { color: #00FF00; }
a:active { color: #00FF00; }

.center { text-align: center; }

.full-width {
	width: 100%;
}
table {
  border: 1px solid;
  border-color: #6B6B6B;
}

thead {
  color: white;
  background-color: #6B6B6B;
  text-align: center;
}

tr:hover.hilight-row {
  background-color: #161616;
}

td.bound-cell {
  border: 1px solid;
  border-color: #313131;
}

table.centered-wide {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

tr.success {
  background-color: #030;
}

tr:hover.success {
  background-color: #050;
}

tr.failure {
  background-color: #300;
}

tr:hover.failure {
  background-color: #500;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

