body {
  font-family: 'Roboto', Tahoma, Arial;
  background: #1A1A1A;
  margin: 50px auto;
  max-width: 420px;
  font-size: 12px;
  color: #c2c2c2;
  text-align: center;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

img {
  max-width: 95%;
}

a {
  text-decoration: none;
}

.variant {
  border-top: 1px solid #c2c2c2;
  margin: 20px auto;
  max-width: 150px;
}
.variant-text {
  border-bottom: none;
  position: relative;
  margin: -8px 0 4px;
}
.variant-text-span {
  padding: 0 15px;
  background-color: #1A1A1A;
  font-weight: 300;
}

form {
  margin: 20px auto;
  max-width: 320px;
  font-weight: 300;
  text-align: left;
}

form>label {
  margin-left: 10px;
}

input[type="text"],
input[type="number"],
input[type="password"],
select,
textarea {
  background: #252525;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  color: #c2c2c2;
  display: block;
  width: 100%;
  margin: 10px 0;
  font-weight: 100;
}

input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ffb533;
  background: linear-gradient(to top, #ffb533, #f7d867);
  border-bottom: 5px solid #ad7a21;
  padding: 10px 20px;
  margin: 10px 0;
  width: 100%;
  color: #8b621a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  cursor: pointer;
}

input[type="submit"]:hover {
  color: #1A1A1A;
}

.about {
  text-align: justify;
  font-weight: 300;
  max-width: 320px;
  margin: 10px auto;
  color: #878787;
}

.about > span.title,
.restore {
  color: #ffb533;
  font-weight: 700;
}

.about > span.title {
  font-size: 18px;
}

.pull-right {
  margin-right: 10px;
  float: right;
}

.footer {
  color: #5a5a5a;
  text-align: center;
}
.footer > hr {
  border: none;
  border-bottom: 1px solid #5a5a5a;
  max-width: 50px;
  margin: 5px auto;
}
.footer > a {
  color: #5a5a5a;
  text-decoration: underline;
}
.footer > a:hover {
  color: #878787;
}

.start-game {
  background: #181818;
  border-radius: 10px;
  padding: 1px 20px;
  max-width: 340px;
  margin: 10px auto;
}

.center {
  text-align: center;
}

.pda-message {
  background: #1b1b1b;
  box-shadow: 0 -2px 0 1px #111 inset;
  border-top: 1px solid #2c2c2c;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
  max-width: 320px;
  margin: 0 auto;
}
.pda-message__title {
  color: #ccc;
  font-weight: bold;
  margin: 0 10px;
  font-size: 14px;
}
.pda-message__item {
  box-shadow: 0 1px 0 #000 inset;
  border-bottom: 2px solid #2c2c2c;
  background: #111;
  padding: 10px;
  border-radius: 3px;
  margin: 5px 0;
}
.text {
  background-color: #000000;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  margin: 15px auto;
  line-height: 18px;
}