* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    background: #13263c;
    color: #fff;
}

header {
    width: 563px;
    height: 114px;
    margin: 60px auto;
    background: url(homophone.png) no-repeat;
}

div {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

audio {
    width: 300px;
    margin-bottom: 20px;
}

div p {
    margin-bottom: 20px;
    font-size: 20px;
    font-style: italic;
}

input {
    margin-bottom: 40px;
    padding: 10px;
}

audio.disabled {
    opacity: .5;
}

#sorry {
    display: none;
}

#sorry p {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 12px;
}

#again {
    width: 400px;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    padding-top: 20px;
    display: none;
}

#again a {
    color: #13263c;
    font-weight: bold;
}



button {
background: #EEE;
border-top: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #EEE;
border-left: 1px solid #666;
border-radius: 4px;
box-shadow: inset 0 1px 10px 1px #CCC, 0px 1px 0 #aaa, 0 6px 0px #999, 0 8px 4px 1px #111;
-webkit-box-shadow: inset 0 1px 10px 1px #CCC, 0px 1px 0 #aaa, 0 6px 0px #999, 0 8px 4px 1px #111;
color: black;
font: bold 20px/1 "helvetica neue", helvetica, arial, sans-serif;
margin-bottom: 10px;
padding: 10px 0 12px 0;
text-align: center;
width: 140px;
-webkit-background-clip: padding-box;
margin-bottom: 50px;
margin-right: 10px;
margin-left: 10px;
}
      
button:active {
    -webkit-box-shadow: inset 0 1px 10px 1px #ddd, 0 1px 0 #111, 0 2px 0 #111, 0 4px 3px 0 #111111;
    box-shadow: inset 0 1px 10px 1px #ddd, 0 1px 0 #111, 0 2px 0 #111, 0 4px 3px 0 #111111;
    position: relative; top: 4px;}
    
button.disabled {
    opacity: .5;
}

button.disabled:active {
-webkit-box-shadow: inset 0 1px 10px 1px #ccc, 0px 1px 0 #222, 0 6px 0px #222, 0 8px 4px 1px #111111;
box-shadow: inset 0 1px 10px 1px #ccc, 0px 1px 0 #222, 0 6px 0px #222, 0 8px 4px 1px #111111;
    position: relative;
    top: 0;
}

#footer {
    width: 150px;
	color: #333;
	background: #fff;
	font-family:"Helvetica Neue", Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 10px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-align: right;
	padding: 3px 10px;
}

#footer a, #footer a:visited {
	color: #006aae;
	text-decoration: none;
}

