html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.2em;
  background: url("/images/background.png") repeat;
  font-family: sans-serif;
  font-size: 16px;
  color: #333;
  padding: 20px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 1.4em;
  margin-bottom: 5px;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 2px;
}

h4 {
  font-size: 0.7em;
  color: #888;
  margin-bottom: 5px;
}

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

article h1 {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
}

article h2 {
  font-size: 1.3em;
  margin-top: 25px;
  margin-bottom: 10px;
}

a {
  color: #0355f0;
}

article a:visited {
  color: #8888cc;
}

.code-link a, .code-link a:visited, .contact a, .contact a:visited {
  color: #0355f0;
  text-decoration: underline;
}

.contact {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin: 0;
  width: 30em;
  font-size: 0.8em;
  text-transform: lowercase;
}

.contact a.p-name {
  text-decoration: none;
  color: #555;
}

p {
  line-height: 1.2em;
  margin-bottom: 15px;
}

code, pre {
  font-family: monospace;
  color: #666;
}

code {
  color: #d14;
}

pre {
  padding: 10px;
  margin-bottom: 20px;
}

pre code {
  color: inherit;
}

ol li {
  list-style-type: decimal;
}

ol, ul {
  line-height: 1.5em;
  margin-left: 30px;
}

.tiles {
  white-space: nowrap;
}

.tiles .code-link {
  float: right;
}

.tiles .tech {
  float: right;
}

.tile {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin: 100px 50px;
}

.tile .description {
  margin: 15px 0 0 0;
  white-space: normal;
  font-size: 0.9em;
  color: #555;
}

@media only screen and (max-width: 600px) {
  .container {
    white-space: normal;
    margin: 0 auto;
  }

  .tile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
