/**
 * Colour Clouds
 *
 * A Processing animation to draw random, colourful clouds
 * Copyright 2013 Peter Zimmerman
 *
 * style.css
 *
 */

@import url("../shared.css");

table {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8em;
}

th {
  text-align: left;
}

td {
  padding-left: 1em;
}

