body {
    margin: 0;
    width: 100%;
	height: 100%;
}

h1 {
	text-align: center;
}

.navBarBirds {	
	text-align: center;
}

.name {
	display: inline-block;
	width:200px;
	padding-bottom: 10px;
}

.quizAudio {
	width: 100%;
}

.quizQuestions {
	text-align: center;
	padding: 5px;
}

.extraPadding {
	padding-top: 20px;
}

.bottomPadding {
	padding-bottom: 20px;
}

.rightList {
	width: 90%;
	max-width: 800px;
	margin: auto;
	border-top: 1px solid black;
}

.firstTry {
	color: green;
}

.secondTry {
	color: orange;
}

.moreTries {
	color: red;
}

.column {
    float: left;
    width: 33.33%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.button {
	margin-right: 10px;
}

.birdPage {
	color: white;
	background: #5b5b5b;
	padding: 15px;
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
}

.matchOption {
	display: inline-block;
	width: 200px;
	height: 200px;
	cursor: pointer;
	margin: 10px;
	position: relative;
}

.matchAudioBar {
	margin: auto;
}

.matchOverlay {
	display: inline-block;
	width: 200px;
	height: 200px;
	background-color: rgba(255,255,255,.0);
	position: absolute;
	top: 0px;
}

#soundFile {
	text-align: center;
}

#matchOptions {
	width: 440px;
	margin: auto;
}

#matchAnswer {
	text-align: center;
	height: 2em;
}

#nameEntered {
	width: 200px;
}

#answer {
	text-align: center;
	padding: 10px;
	height: 2em;
}

#otherAudio {
	text-align: center;
}

#birdSongsDiv {
	margin-top: 20px;
}