body {
  font-family: Cambria, Georgia, Times, ‘Times New Roman’, serif;
  background-color: #fff;
}
p {
  text-align: center;
}
h1 {
  display:block;
  text-align:center;
  margin:0;
  padding:20px 0 0 0;
  text-shadow: 1px 2px 3px #777;
}
h2{
  display:block;
}
h3 {
  display:block;
  text-align:center;
  margin: 0;
  padding:0;
}

canvas {
  display:block;
  margin:0 auto;
  position:relative;
}

#buttonArea {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

#panel {
  background:#fdfdfd;
  border:2px solid #ccc;
  display:none;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -125px;
  margin-top: 100px;
  height:150px;
  width: 250px;
  opacity:0.95;
  z-index:1000;
}


button.awesome, .button.awesome {
	background: #222;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
  font-family: Cambria, Georgia, Times, ‘Times New Roman’, serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.blue.awesome {
	background-color: #2daebf;
}

.red.awesome {
	background-color: #e33100;
}

.magenta.awesome {
	background-color: #a9014b;
}

.orange.awesome {
	background-color: #ff5c00;
}

.yellow.awesome {
	background-color: #ffb515;
}