@font-face {
  font-family: "Vag";
  src: url(vaground.ttf); }

#header {
  width: 960px;
  margin: 10px auto 0px auto; }
  #header h1 {
    font-size: 38px;
    font-style: italic;
    font-family: 'Playfair Display', arial, serif;
    color: #e6e6e6; }

#application {
  position: relative;
  margin: auto;
  width: 960px; }
  #application #page-outer-container {
    margin-top: 20px;
    position: relative;
    z-index: 200; }
  #application .status-container {
    float: right;
    padding: 4px;
    margin-top: -20px; }
    #application .status-container .status-item, #application .status-container .status-hits, #application .status-container .status-misses, #application .status-container .status-wpm, #application .status-container .status-accuracy {
      float: left;
      margin-left: 10px;
      color: #666666; }
      #application .status-container .status-item:after, #application .status-container .status-hits:after, #application .status-container .status-misses:after, #application .status-container .status-wpm:after, #application .status-container .status-accuracy:after {
        color: #cccccc; }
    #application .status-container .status-hits:after {
      content: " Hits"; }
    #application .status-container .status-misses:after {
      content: " Misses"; }
    #application .status-container .status-wpm:after {
      content: ' WPM'; }
    #application .status-container .status-accuracy:after {
      content: '%'; }
  #application .page-row-miss-space {
    padding: 4px;
    border: 1px solid #d9d9d9;
    background: #fcfcfc;
    border-color: #ff6666;
    text-align: center;
    font-weight: bold;
    color: #ff3333; }
  #application .page-row-space {
    float: left;
    padding: 4px;
    margin: 1px;
    border: 1px solid #d9d9d9;
    background-image: url(display_space.png);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    font-size: 18px; }
    #application .page-row-space.empty {
      border-color: whitesmoke;
      color: #999999; }
    #application .page-row-space.space {
      background: #fcfcfc; }
      #application .page-row-space.space.hit {
        background-color: black;
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
    #application .page-row-space.hit {
      border-color: #e6e6e6; }
    #application .page-row-space.miss {
      border-color: #ff9999; }
    #application .page-row-space.active {
      border-color: #00e600; }
    #application .page-row-space.first {
      clear: both; }
    #application .page-row-space.page-row-char {
      background: #fcfcfc;
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      text-align: center; }
      #application .page-row-space.page-row-char.skip {
        filter: alpha(opacity=40);
        -khtml-opacity: 0.4;
        -moz-opacity: 0.4;
        opacity: 0.4; }
      #application .page-row-space.page-row-char.hit {
        background-color: black;
        color: #f2f2f2; }
  #application .clear {
    clear: both; }
  #application .hidden-input {
    color: white;
    border: 0px;
    position: absolute;
    background: transparent;
    top: -200px;
    width: 960px;
    height: 200px;
    resize: none;
    z-index: 1;
    cursor: default;
    overflow: hidden; }
  #application .input_area {
    clear: both;
    margin-top: 20px;
    width: 500px;
    height: 260px; }
  #application .keyboard {
    width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    border: 4px solid #f0f0f0;
    padding: 2px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5; }
    #application .keyboard:hover, #application .keyboard .active {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
    #application .keyboard .key {
      float: left;
      margin: 5px;
      border: 1px solid #e0e0e0;
      text-align: center;
      font-family: "Vag"; }
      #application .keyboard .key.active {
        border-color: #bfbfbf;
        background-color: #e6e6e6; }

#fork-github {
  display: none; }

@media screen and (min-width: 1180px) {
  #fork-github {
    display: block; } }

/*# sourceMappingURL=main.61eec08104f68f3d5ad9cdd06275d4eb.css.map*/