body {
}


p, h1{
	font-family: 'Open Sans', sans-serif;
}

h1{
	margin-left: 20px;
	color: #299b78;
	font-size: 40px;

}


.buttonsWrapper{
	position: relative;
	margin-top: 70px;	
	margin-left: 40px;
}


#showAButton:hover{
	color: #d62f9e;
}

#showBButton:hover{
	color: #d62f9e;

}

#longerThanButton:hover{
	color: red;
}

#shorterThanButton:hover{
	color: red;
}

#showAllButton:hover{
	color: orange;
}

#hideAllButton:hover{
	color: orange;
}

.audioWrapper{
	position:absolute;
   	top: 113px;
   	left: 250px;

}

.audioWrapper li{
	margin: 10px;

}

.audioWrapper p{
	font-size: 10px;
}

ul li {
	list-style-type: none;
}

