a {
	background-color: #00000000;
}

.subjectContainer {
	background-color: #eeeeee;
	width: fit-content;
	display: inline-block;
}

.subjectTitle {
	background-color: #069420;
	/* width:110%; */
	text-align:center;
	padding-right:1cm;
}

.topicList {
	padding-right: 1cm;
}

body {
	/* background-color: #c0c0c0; */
	background-color: #e0d0d0;
}

.top {
	background-color: #c0c0d0;
	margin: -8px;
	margin-bottom: 1px;
	display: flex;
	border-bottom-style: solid;
	border-width: 1px;
}

.subjectContainer {
	border-radius: 5mm;
	overflow:hidden;
}

@media only screen and (hover: none) and (pointer: coarse) {
	.top {
		background-color: white;
		margin: -8px;
		margin-bottom: 1px;
		display: flex;
		border-bottom-style: solid;
	}	
}