@charset "utf-8";

#section-content {

width:90%;
height:auto;
}

#tablist {
	list-style: none;
	margin: 0;
	padding: 15px;
}

#tablist li {
	background-color: lightgrey;
	border: 2px solid black;
	border-bottom: none;
	padding: 0.7em 0.9em 10px;
    width:90px;
	border-radius: 1em 1em 0 0;
	font-family:"Arial Black", Gadget, sans-serif;
	display: inline;
	font-weight: bold;
	cursor: pointer
	
}

#tablist li:focus,
#tablist li:hover {
	background-color: yellow;
}

#tablist li[aria-selected="true"] {
	background-color: red;
	padding: 10px;
}

#tabcontent {
	background-color: lightgrey;
	border: 1px solid black;
	margin-top: 0;
	padding: 0.5em;
}

[aria-hidden="true"] {
	display: none;
}

[aria-hidden="false"] {
	display: block;
}
