body {
background-color: #FFFFCC;
color: black;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

@font-face {
font-family: digital;
src: url(digital-7.ttf);
}

mark {
	color: grey;
	background-color: transparent;
}

td {
	border: 1px solid black;
	background-color: #FFFFE0;
	padding-bottom: 0.9em;
	padding-top: 0.9em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	min-width: 26em;
	border-radius: 5px;
}

h1 {
	text-align: center;
	margin-bottom: 2em;
}

h3 {
	text-decoration: underline;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h4 {
	text-decoration: underline;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
}

li {
	margin-bottom: 1.0em;
}

li:first-child {
    margin-top:0;
}

li:last-child {
    margin-bottom:0;
}


ol.feladat>li {
	counter-increment: feladatszam;
	list-style-type:none;
}

ol.feladat>li:before
{
	font-weight: normal;
	content: counter(feladatszam) ". feladat. ";
}


details>summary {
	font-size: large;
}

.apro {
	font-size: 80%;
}

.normal {
	font-size: 100%;
}


div.segedanyagok {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.segedanyagok ul{
	border-left: 1px solid black;
	margin-left: 1.5em;
}

.hint {
	font-size: small;
}

ul {
	margin-top: 1em;
}















