/*

	css/index.css

*/

/* ****************************************************************************** */

.loginPane a {
	color: yellow;
}

.mainPane {
	display: flex;
	justify-content: center;
	padding: 20vh 0;
	color: black;
    background-color: white;
}
.leftPane, .rightPane {
	color: white;
    background-color: white;
}


.mainPane h2 {
	font-weight: bold;
	font-size: 1.8em;
}

.mainpane ul {
	display: flex;
	justify-content: space-between;
}

.mainPane li {
	text-align: left;
	height: 3vh;
	line-height: 2vh;
}

.mainPane a {
	font-weight: bold;
}

.mainPane li.NonFunc, .mainPane span {
	font-weight: 200;
	font-style: oblique;
}

.mainPane sup {
	color: red;
}