.info_wrapper {
    display: none;
}
.container {
  position: fixed;
  left: 9%;
  width: 760px;
  height: 790px;
  margin: 50px auto;
  border: solid gray 15px;
  border-radius: 45px;
  background-color: gray;
  z-index: 0;
}
.c1, .c2, .c3, .c4, .c5, .c6, .c0{
  color: #0A2A1B;
  width: 105px;
  height: 105px;
  float: left;
  box-sizing: border-box;
  text-align: center;
  line-height: 100px;
  font-family: 'Fredericka the Great', cursive;
  font-size: 7em;
  border-radius: 65px;
  margin: 1px;
}
.min_wrapper{
  line-height: 50px;
  display: inline;
  font-family: 'Fredericka the Great', cursive;
  font-size: 3em;
}
.title{
  font-family: 'Fredericka the Great', cursive;
  font-size: 3em;
}
#min_button{
  display: inline;
}
.myButton {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #dcdcdc;*/
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:40px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
  font-family: 'Fredericka the Great', cursive;

}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
  border-radius:10px;

}
.myButton:active {
	position:relative;
	top:1px;
}
