@import url("http://fonts.googleapis.com/css?family=Open+Sans|Questrial|Source+Sans+Pro");
@font-face {
  font-family: "VAG Thin";
  font-style: bold;
  src: url("VAGRoundedStd-Thin.ttf");
}
@font-face {
  font-family: "VAG Bold";
  font-style: bold;
  src: url("VAG Rounded Bold.ttf");
}
@font-face {
  font-family: "VAG Light";
  font-style: bold;
  src: url("VAGRoundedStd-Light.ttf");
}
/* MAIN */
html,
body {
  height: 100%;
}
body {
  font-family: arial;
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  color: #333;
}
a {
  color: #68f;
}
a:visited {
  color: #84f;
}
p {
  margin: 24px 0 24px 0;
  text-align: left;
  line-height: 24px;
  color: #333;
  font-family: "Source Sans Pro";
}
p ul li {
  font-style: italic;
}
ul {
  text-align: left;
  margin: 16px;
}
li {
  margin: 0 0 10px 0;
  line-height: 24px;
}
blockquote p {
  font-style: italic;
  border-left: 1px dotted #999;
  padding: 4px 0 10px 10px;
  color: #7bf;
  letter-spacing: 3px;
}
h1 a,
h1 a:visited {
  color: #000;
  text-decoration: none;
}
h1 {
  font-family: "VAG Bold";
}
.practice-h {
  font-family: "Courier New";
  font-size: 24px;
  margin-bottom: 16px;
}
h2 {
  font-family: "VAG Light";
  letter-spacing: 3px;
  margin: 0;
}
h3 {
  font-family: "VAG Bold";
}
h4 {
  margin: 2px 0 0 0;
  font-style: italic;
  font-size: 14px;
  color: #777;
  font-weight: normal;
}
/* LAYOUT */
.wrapper,
.footer {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.wrapper {
  min-height: 100%;
  padding: 40px 0;
}
.hd {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: center;
}
.relaxed-typing {
  border: none;
  font-size: 76px;
  font-family: "Courier New";
}
.cursor {
  width: 1px;
  height: 70px;
  margin: 10px 20px;
}
.cursor.showing {
  background: #000;
}
.fhay_header {
  margin: 0;
  padding: 10px 0 10px 10px;
  color: #000;
  font-size: 34px;
}
.content {
  padding: 0 0 180px 10px;
  background: #fff;
}
.info {
  font-family: "Courier New";
  font-size: 18px;
  color: #333;
}
.about {
  width: 750px;
  margin: 0 auto;
  text-align: left;
}
.main {
  width: 560px;
  float: left;
  text-align: left;
  background: #fff;
  padding: 0 40px 0 0;
}
.side {
  float: left;
  background: #fff;
  width: 320px;
  border-left: 1px solid #bbb;
  text-align: left;
  padding: 6px 0 0 16px;
}
.footer {
  background: #fff;
  height: 140px;
  margin-top: -140px;
  padding: 20px 0;
  position: relative;
  border-top: 4px solid #7af;
  clear: both;
  width: 750px;
  text-align: center;
  color: #777;
  font-family: Courier New;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 26px;
}
.footer a {
  margin: 10px;
  text-decoration: none;
  transition: 0.3s color;
  cursor: pointer;
  font-weight: bold;
  font-style: normal;
  color: #333;
}
.footer a:hover {
  color: #68f;
  transition: 0.3s color;
}
.counter {
  font-size: 16px;
}
/* NAV */
.horiz_nav {
  background: #fff;
  height: 38px;
  padding: 20px 0;
  margin: 40px 0;
  text-align: center;
}
.horiz_nav ul {
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: space-evenly;
}
.horiz_view li {
  display: inline;
  margin: 0;
}
.horiz_nav ul li a,
.horiz_nav ul li a:visited {
  display: inline-block;
  border: 1px solid #555;
  border-radius: 6px;
  padding: 10px 6px 6px 10px;
  box-shadow: -2px -2px 15px -2px #bbb inset;
  color: #333;
  font-size: 21px;
  font-family: "VAG Light";
  letter-spacing: 5px;
  text-decoration: none;
  width: 180px;
  height: 24px;
}
.horiz_nav ul li.selected a {
  background: #68f;
  color: #fff;
  box-shadow: 0 -2px 15px -2px #24d inset;
}
/* KEYBOARD */
.typing {
  border: 1px solid #000;
  padding: 10px;
  font-size: 26px;
  background: #fff;
  color: #000;
  width: 100%;
}
.demo {
  margin: 0 auto;
  position: relative;
}
.practice td,
.demo td {
  padding: 3px 7px 3px 0;
  text-align: left;
}
.practice td.big {
  font-size: 26px;
}
.practice td.lab {
  text-align: right;
  text-transform: uppercase;
  font-family: "Courier New";
  background: #fff;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.cur {
  border-bottom: 2px solid #f0f;
}
.toprow,
.midrow,
.lowrow {
  font-size: 26px;
}
.midrow {
  margin-left: 10px;
}
.lowrow {
  margin-left: 20px;
}
.keyright {
  border-right: 1px solid #000;
}
.key,
.home,
.keyright {
  width: 37px;
  float: left;
  background: #fff;
  padding: 5px 0 0 0;
  color: #000;
  margin-right: -1px;
  cursor: pointer;
  border: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
  font-family: "VAG Thin";
}
.space {
  width: 200px;
  background: #fff;
  border: 1px solid #000;
  margin: 0 auto;
  height: 30px;
  display: block;
}
.home {
  background: #ccf;
}
.curkey {
  background: #f0f;
}
.next {
  background: #68f;
}
.demo-key {
  background: #68f;
}
.save {
  background: #bbb;
  width: 100px;
  border: 1px solid #777;
  font-size: 16px;
}
/* RESULTS */
#records {
  padding: 0 0 100px 0;
  border-left: 4px solid #fff;
  min-height: 100%;
}
.results {
  border: 1px solid #999;
  border-collapse: collapse;
}
.results td,
.results th {
  font-size: 16px;
  border: 1px solid #999;
  padding: 3px 16px 3px 5px;
  white-space: nowrap;
}
.login_alert {
  color: #777;
  font-size: 14px;
}
/* GENERAL */
.clear {
  clear: both;
}
