html, body.app {
  height: 100%;
  background-color: #000; }

body.app h1.title {
  font-weight: 100;
  letter-spacing: 5px;
  text-transform: uppercase; }

body.app .room {
  font-family: "Inconsolata", "Andale Mono", Monospace;
  color: silver;
  width: 700px;
  line-height: 19px; }
  body.app .room .title {
    color: cyan; }
  body.app .room .description {
    text-indent: 33px; }
  body.app .room .items {
    color: teal; }
  body.app .room .exits {
    color: green; }
    body.app .room .exits a {
      color: green; }

body.app .header {
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-align: center; }

body.app .value-prop {
  margin-top: 1rem; }

body.app .value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }

body.app .docs-prime-header {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  font-weight: 600; }

body.app .docs-header {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: .2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

body.app .docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0; }
  body.app .docs-section p {
    font-size: 0.95em; }
  body.app .docs-section div.room {
    padding-left: 2em;
    margin-bottom: 2.5rem; }

body.app code {
  font-size: 80%;
  background-color: #333;
  border: 1px solid #a1a1a1; }

body.app .value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0;
  max-width: 50%; }

body.app .table-container {
  display: table;
  height: 100%;
  width: 100%; }

body.app .table-block {
  display: table-row;
  height: 1px; }

body.app .footer-push {
  height: auto; }

body.app .container {
  max-width: 900px;
  min-width: 725px;
  color: white;
  margin: 0 0 0 25px; }
  body.app .container label.error {
    color: red; }
  body.app .container input {
    background: #141414; }
  body.app .container textarea {
    background: #141414;
    height: 150px; }
  body.app .container select {
    color: black; }

body.app .header {
  margin-top: 6rem;
  text-align: center; }

.signup .help-block {
  color: red; }

.signup form {
  border: 2px solid #fff;
  padding: 20px;
  max-width: 500px; }

.signup .tabrow {
  left: 20px;
  list-style: none;
  margin: 25px -10px 0 0;
  padding: 0;
  line-height: 24px; }

.signup .tabrow li {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #ddd;
  margin: 0; }

.signup .tabrow li:hover {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

.signup .tabrow li.selected {
  color: #555;
  background-color: #fff; }

.signup .tabrow {
  position: relative; }

.signup .tabrow:before {
  z-index: 1; }

.signup .tabrow li {
  position: relative;
  z-index: 0; }

.signup .tabrow li.selected {
  z-index: 2;
  border-bottom-color: #fff; }

.signup .tabrow li:before,
.signup .tabrow li:after {
  position: absolute;
  bottom: -1px;
  width: 6px;
  height: 6px;
  content: " "; }

.signup .tabrow li:before {
  left: -6px; }

.signup .tabrow li:after {
  right: -6px; }

.signup .tabrow li {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.signup .tabrow li:before {
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0; }

.signup .tabrow li:after {
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px; }


/*# sourceMappingURL=app.css.map*/