div#MMTutor_Nastavnik.Module {}

div#MMTutor_Nastavnik.Module div.Title {}

div#MMTutor_Nastavnik.Module div.Content {}

div#MMTutor_Nastavnik.Module div.Status { display: none; }


div#MMTutor_Nastavnik.Module div.Content label {
	display: block;
	margin: 3px;
	width: 200px;
	font-weight: bold;
}

.chart {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    height: 115px;
}

.chart .bar {
    display: block;
    border: 1px solid white;
    padding: 2px;
    height: 15px;
}
