@charset "utf-8";

#print_button {
    width:125px;
    height:35px;
    padding:10px;
   -webkit-border-radius:  7px;
    -moz-border-radius: 7px;
    border-radius:      7px;
    background-color:white;
    border:solid black 1px;
	margin:25px 0;
	display: block;
	text-align:center;
	color: black;	
	font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
	font-size: .85em;
}

#print_button:hover {
	background-color: lightgray;
}

#menu-button {
    width:125px;
    height:35px;
    padding:10px;
   -webkit-border-radius:  7px;
    -moz-border-radius: 7px;
    border-radius:      7px;
    background-color:white;
    border:solid black 1px;
	margin:25px 0;
	display: block;
	text-align:center;
	color: black;	
	font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
	font-size: .85em;
}

#menu-button:hover {
	background-color: lightgray;
}
/* CSS Document */

