@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
	font-family: "Open Sans", sans-serif;
}
		
#species-list th {
	vertical-align: middle;
	font-size: 1.5em;
	padding: 15px 10px;
	border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
}

#species-list th:first-child {
	border-left: 1px solid #777;
}

#species-list td {
	padding: 7px;
	font-size: 16px;
	/*font-size: 20px;*/
	border-bottom: 1px solid #777;
    border-right: 1px solid #777;
}



#species-list td:first-child {
	border-left: 1px solid #777;
}

#species-list td > a {
	/*color: #332d2d;*/
	/*color: #686060;
    font-weight: 600;*/
    
    color: #777;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid;
}

.txt-center {
	text-align: center;
}
		
#table1 {
	width: 95%;
}

#species-info {
	width: 100%;
}

#table1 h1, #species-info h1 {
	/*
	font-size: 30px;
	font-weight: 600;
	*/
	font-size: 26px;
	line-height: 40px;
}
		
#species-info td {
	/*font-family: "Open Sans", sans-serif;*/
	padding: 7px;
	vertical-align: top;
	font-size: 16px;
	line-height: 25px;
	color: #303030;
}

#species-info td a {
	color: #332d2d;
}

.label-txt {
	text-align: left;
	font-weight: bold;
	width: 140px;
}

.info-txt {
	text-align: justify;
}

.txt-center {
	text-align: center;
}