/* https://coolors.co/fde2e4-daffed-fe5f55-7d70ba-3c3c3b */

body {
	margin: 33px;
	color: black;
	background: #fde2e4d6;
	font-family: "Helvetica", Sans-Serif;
	}
h1 {
	font: 2.0em Helvetica, serif;
	}
h1 a:hover, h1 a:active {
	text-decoration: none;
	}

a 	{
	color: black;
	font-weight: 500;
	}
	
a:visited {
	color: #574997;
	}

a:hover, a:active {
	/* text-decoration: underline; */
	color: #3C3C3B;
	font-weight:900;
	}
pre {
	font: 0.9em/1.3em "Courier New", Courier;
	margin: 3px 0;
	color: #777;
	}
pre img {
	display: inline;
	}
img {
	margin: 3px 0;
	}
body > table > tbody > tr:nth-child(3) {
	display:none;
	}
.topButt {
	position:fixed;
	bottom:30px;
	right:30px;
	}
.topCon{
	background: #DAFFED;
	color:black;
	padding:10px;
	}
table tr th:nth-child(3), table tr td:nth-child(3){
 display:none;
}
table tr th:nth-child(5), table tr td:nth-child(5){
 display:none;
}
table td{
border-bottom: solid 1px lightgrey;
padding:10px;
}

table tr th{
text-align: left !important;
}