@charset "UTF-8";


html * {
	font-family: 'Roboto', sans-serif;
	color: #818181;
	background-color: rgb(40,40,45);
}

code {
	border: 1px solid rgba(155,155,155,0.15);
}

pre {
	margin: 5px;
}

a {
    cursor: pointer;
    text-decoration: underline;
}

#title {
	font-size: 30px;
	font-weight: bold;  
	padding: 10px 10px 10px 10px;
	height: 30px;
}

.subtitle {
	font-size: 22px;
	padding: 10px 5px 10px 0px;
}

/* The side navigation menu */
.sidenav {
	height: 100%;
	width: 150px;
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 100px; /* Stay at the top */
	left: 0;
	overflow-x: hidden; /* Disable horizontal scroll */
	 /* border: 2px solid rgba(155,155,155,0.15);  */
	border-right: 2px solid rgba(155,155,155,0.15);
}

.sidenav a {
	display: block;
	/* border-bottom: 1px solid rgba(155,155,155,0.15); */
	/* border-top: 1px solid rgba(155,155,155,0.15); */
}

/* The navigation menu links */
.sidenav a {
	padding: 8px 8px 8px 20px;
	text-decoration: none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
	color: #f1f1f1;
	transition: 0.3s;
}

#main {
	margin-top: 40px; /* same as title height */
	margin-left: 150px; /* Same as the width of the sidenav */
	padding: 0px 10px;
	border: 2px solid rgba(155,155,155,0.15);
}