::-webkit-scrollbar {
	width: 1em;
}
::-webkit-scrollbar-track {
	background: hsl(24 100% 50% / 1);
	border-radius: 100vw;
	margin-block: 0.5em;
}
::-webkit-scrollbar-thumb {
	background:	hsl(24 100% 35% / 1);
	border: 0.15em solid hsl(24 100% 50% / 1);
	border-radius: 100vw;
}

#calnav {
	width: 500px;
	margin: 0 auto;
}
#calnav ul {
	text-align: justify;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#calnav ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}
#calnav ul li {
	display: inline-block;
	line-height: 30px;
	font-size: 18px;
	font-family: 'Architects Daughter', cursive;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
#calnav ul li a {
	display: inline-block;
	background-image: url("../images/vertbar.png");
	background-repeat: no-repeat;
	background-position: right;
	background-color:transparent;
	padding-right: 15px;
	color:#000;
	text-decoration: none;
}
#calnav ul li a:hover {
	display: inline-block;
	color:#FF6600;
	text-decoration: none;
}
<!-------CALENDAR START------->
#planner .calgrid {
	position: relative;
	width: 900px;
	margin: auto;
}
#planner .calmonth {
	position: relative;
	float: left;
	left: 0px;
	width:900px;
	margin-top:20px;
	margin-bottom:20px;
	font-family:Muli;
	font-size:48px;
	font-weight:bold;
}
#planner .when {
	position: relative;
	float:left;
	left:0px;
	width:60px;
	height:156px;
	font-family:Muli;
	font-size:48px;
	text-align:center;
	color:#333;
}
#planner .what {
	position: relative;
	float: left;
	left: 5px;
	margin-top:7px;
	margin-left:10px;
	width: 824px;
	height: 30px;
	text-align:left;
	font-size:24px;
	font-family: 'Architects Daughter', cursive;
	color:#ff6600;
}
#planner .what a{
	color:#ff6600;
}
#planner .what a:hover{
	color:#333333;
}
#planner .where {
	position: relative;
	float: left;
	left: 5px;
	margin-left:10px;
	width: 824px;
	height: 30px;
	text-align:left;
	font-size:18px;
	font-family:Muli;
	color:#000000;
}
#planner .where a{
	font-size:18px;
	font-family:Muli;
	color:#000000;
}
#planner .where a:hover{
	font-size:18px;
	font-family:Muli;
	color:#ff6600;
}
#planner .time {
	position: relative;
	float: left;
	left: 5px;
	margin-left:10px;
	width: 824px;
	height: 30px;
	font-size:18px;
	text-align:left;
	font-family:Muli;
}
#planner .description {
	position: relative;
	float: left;
	left: 5px;
	margin-left:10px;
	margin-bottom:5px;
	width: 824px;
	height: 60px;
	font-size:18px;
	text-align:left;
	font-family: 'Architects Daughter', cursive;
}
#planner .spacerline {
	position: relative;
	float: left;
	left: 0px;
	width: 900px;
	height: 20px;
	background-image: url("../images/linegrid.png");
	background-repeat:repeat-x;
	background-color:transparent;
}