/* EMBC CSS */

.center{
	text-align:center;
}

#pics {  
	width:   500px;  
	height:  333px;
	overflow:hidden;
	margin: 5px;
	border-style:groove; 
	border-color: #618685; 
	border-width:5px;
	}
	
.banner {
	padding-top:5px;
	padding-bottom:5px;
	}

.nunito{
	font-family:nunito;
}

.walks{
	color:black;
	background-color: #d5f4e6; 
	margin-left:5px;
	margin-top: 10px;
	margin-right:10px; 
	border-style:groove; 
	border-color: #618685; 
	border-width:5px;
	text-align:center;
	}
	
.container{
	background-color:#fefbd8; 
	color:black;	
	}
	
.side_img{
	padding:5px;
}

table, th, td {
  border-style: solid;
  border-width:1px;
}

#recording th{
	background-color:#618685;
}

#butt_table th{
	background-color:#618685;	
}

#butt_table tr:nth-child(even){
	background-color: #d5f4c6;
}

.butt_name{
	color:#618685;
}

.species{
	font-style:italic;
	color:#80ced6;
}

.butt_title{
	color:#618685;
}

.box{
	background-color:#80ced6;
	border-style: double;
	border-width:1px;
}

.branch{
	color:#80ced6;
}

.zoom:hover{
	transform:scale(1.5);
}



	
