#dodaj {
    text-align: center;
}


caption {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 2em;
}

.td-wrapper {
	padding: 0px;
	background: none;
	display: block;
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-bottom: 30px;
}

hr {
		border: 0px solid transparent;
		height: 1px;

}

.legend {
	margin-top: 2em;
	table-layout: fixed;
}
.legend td {
	height: auto;
	width: 25%;
}
.num {
	color: #505050;
	position: absolute;
	bottom: 3px;
}
.other .num {
	font-weight: 300;
	font-size: 17px;
}
.num {
		width: 99%;
		display:block;
    text-align: right;
		font-size: 18px;
		font-weight: 500;
		padding-right: 2px;
}
td.s, td.n {
    background-color: #faf9ab;
}
td.class {
    background-color: #cfc;
}
td.other {
	/* background-color: #ffffff; */
    opacity: 0.5;
	background-color: #eeeeee;
		
}
td.today {
}
td.n .num {
    color: #dd1e2f;
}

td.today .num {
		color: #3fa53f;
}
td .td-wrapper div {
    padding: 8px;
    font-size: 14px;
		background-color: #3988d9;
		color: white;
		line-height: 15px;
}
td.today .td-wrapper div {
		background-color: #3988d9;
		color: white;
		line-height: 15px;
}
td .h {
    display: block;
}
