body {
  font-family: 'PT Sans', sans-serif; }

a {
  color: #678801;
  font-weight: bold; }

p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden; }

pre {
  font-family: Monaco, Courier, monospace;
  background-color: #F8F8F8;
  border: 1px solid #CCC;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
  margin: 15px 0;
  font-size: 12px; }

.button {
  border: 1px solid #587500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #bdf415;
  -moz-box-shadow: inset 0 1px 0 0 #bdf415;
  box-shadow: inset 0 1px 0 0 #bdf415;
  color: white;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  background-color: #8dbb01;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dbb01), color-stop(100%, #638400));
  background-image: -webkit-linear-gradient(top, #8dbb01, #638400);
  background-image: -moz-linear-gradient(top, #8dbb01, #638400);
  background-image: -ms-linear-gradient(top, #8dbb01, #638400);
  background-image: -o-linear-gradient(top, #8dbb01, #638400);
  background-image: linear-gradient(top, #8dbb01, #638400);
  padding: 6px 18px 7px;
  text-shadow: 0 1px 0 #486000;
  -webkit-background-clip: padding-box;
  font-weight: bold;
  padding: 10px 18px 9px;
  text-align: center;
  display: block;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 6px; }
  .button:hover {
    -webkit-box-shadow: inset 0 1px 0 0 #9ccd09;
    -moz-box-shadow: inset 0 1px 0 0 #9ccd09;
    box-shadow: inset 0 1px 0 0 #9ccd09;
    cursor: pointer;
    background-color: #789e04;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #789e04), color-stop(100%, #587500));
    background-image: -webkit-linear-gradient(top, #789e04, #587500);
    background-image: -moz-linear-gradient(top, #789e04, #587500);
    background-image: -ms-linear-gradient(top, #789e04, #587500);
    background-image: -o-linear-gradient(top, #789e04, #587500);
    background-image: linear-gradient(top, #789e04, #587500); }
  .button:active {
    border: 1px solid #587500;
    -webkit-box-shadow: inset 0 0 8px 4px #4c6500, inset 0 0 8px 4px #4c6500, 0 1px 1px 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #4c6500, inset 0 0 8px 4px #4c6500, 0 1px 1px 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #4c6500, inset 0 0 8px 4px #4c6500, 0 1px 1px 0 #eeeeee; }

.info {
  color: #888;
  font-size: 12px; }

.column {
  float: left;
  width: 48%;
  margin-right: 20px; }
  .column + .column {
    margin-right: 0; }
	