﻿body {
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	color:#333;
	width:96%;
	padding:0 2%;
	max-width:800px;
	margin: 0 auto;
}

header {
	text-align: center;
	padding:10px 0;
}

header img {
	width:200px;
}

h1 {
	color:#800;
}

input {
  border: 0;
  padding: .5em;
}
.button,
button {
  background: #e9251e;
  display: inline-block;
  line-height: 1;
  margin-top: 1em;
  padding: .6em .75em .4em;
  position: relative;
  font-size:1em;
  text-decoration: none !important;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: .15em .15em 0 #ae2418, .15em .15em 10px rgba(0,0,0,.4);
  box-shadow: .15em .15em 0 #ae2418, .15em .15em 10px rgba(0,0,0,.4);
  color: #fff !important;
}
.button:hover,
button:hover {
  background: #d81c15;
  color: #fff !important;
  text-decoration: none;
  top: .0325em;
}
.button:active,
button:active {
  top: .15em;
  left: .15em;
  -webkit-box-shadow: 0 0 0 #ae2418;
  box-shadow: 0 0 0 #ae2418;
}

pre {
	border:1px solid #eee;
	border-radius:5px;
	padding:10px;
}