.header{
	display: flex;
	justify-content: space-between;

	color: black;
	background-color: lightgrey;
	border-radius: 3px;
	padding: 0px 10px 0px 20px;
	border: 1px solid black;
	cursor: pointer;
}

.title{
	font-size: 20px;
	align-self: center;
}

.mode{
	font-size: 12px;
	align-self: center;
}

a.hide{
	text-decoration: none;
}