body {
	background-color: #F2F7F7;
	color: #721713;
	font: 19px Courier New, Courier, monospace;
}

h1 {
	font-size: 35px;
}

table, th, td {
  border: 1px solid;
  border-collapse: collapse;
  padding: 5px;
}

details {
	margin-left: 18px;
}
details > summary {
	list-style-image: url('../img/my/nect.png');
	cursor: pointer;
}
details[open] > summary {
	list-style-image: url('../img/my/amb.png');
}
		
.sidenav {
	height: 100%;
	width: 30%;
	background-color: #a19f9f;
	text-align: center;
	position: fixed;
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
}
	.sidenav a {
		color: white;
		font-size: 30px;
		text-decoration: none;
		margin-top: 5px;
		display: block;
		transition: color .5s ease;
	}
	.sidenav a:hover {
		color: #F01108;
		transition: color .5s ease;
	}
		
.main {
	height: 100%;
	margin-left: 30%;
	padding: 20px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
