*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  width: 100%;
  background-color: #4a4e4d;
  font-family: source-sans-pro, sans-serif;
}

body, .wk-tile {
  color: #ffffff;
}

a {
  text-decoration: none;
}

.wk-tiles {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5em;
  margin-top: -5em;
  height: 10em;
  width: 15em;
  text-align: center;
}

.wk-name {
  line-height: 2em;
  font-size: 1.5em;
  font-weight: 300;
}

.wk-title {
  line-height: 2em;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  font-weight: 300;
}

.wk-tile {
  padding: .2em .25em .15em;
  background-color: #333;
}

.wk-tile:hover {
  background-color: #222;
}
