html {
	font-family:Tahoma;
	font-size:17px;
	background-color:#FFF;
}
input, select {
	background-color:#FFF;
}
.main {
	margin:30px 5px 0 20px;
	padding:5px;
}
.title1 {
	font-size: 1.5em;
}
.title2 {
	font-size: 1.3em;
	font-weight: normal;
}

.title, .comment {
	width:100%;
	border:1px solid #999;
}
.title {
	font-size:19px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.comment {
	margin-top:1em;
}

.settings {
	width: max-content;
}
.settings__yearSel {
}
.settings__monthSel {
	margin-left:1em;
}
.settings__type, .settings__holiday {
	width:20px;
	height:20px;
	position: relative;
	top: 3px;
}
.settings label {
	margin-left: 2em;
}

.tab {
	border-collapse: collapse;
	margin: 10px 0px 5px 0;
	cursor: pointer;
}
.tab tr {
	height: 25px;
}
.tab td {
	padding:0;
	border: 1px solid #333;
	min-width:25px;
	text-align:center;
}
.tab #days, .tab #wd {
	font-size:0.8em;
	height: auto;
}
.tab .td-name {
	width: inherit;
}
.tab .name {
	width: 197px;
	margin-left: 1px;
	border: none;
}
.tab .hol {
	background-color:#FFEA06;
}
.tab .dej {
	background-color:#DE1A1A;
}
.tab .nig {
	background-color:#330505;
}

.btn {
	background-color: #ffea06;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.minusSot {
	position: absolute;
	margin-left: -25px;
	margin-top: -1px;
}
.minusSot, .graf__plusSot, .graf__minusW, .graf__plusW {
	line-height: 23px;
	font-weight: bold;
	display: inline-block;
	width: 24px;
	height: 24px;
}
.graf__plusSot {
	margin-left:1px;
}
.graf__minusW {
	margin-left: 145px;
}

.save {
	padding: 5px;
	margin-right: 20px;
}
.help {
	font-size:.8em;
	margin:3em 0 1em 0;
	color:#777;
	list-style: none;
	padding: 0;
}

#vk_comments {
	margin:40px 25px 25px 25px;
}

@media print {
	* {
		-webkit-print-color-adjust: exact;
	}
	.title, .comment {
		border:none;
	}
	.nopr, h1, h2, .holiday, .type, label, .help, #vk_comments, .minusSot, .graf__plusSot, .graf__minusW, .graf__plusW, .link {
		display:none;
	}
	select {
		border:none;
		background:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		-ms-appearance:none;
		appearance:none!important;
		overflow:hidden;
	}
	select::-ms-expand {
		display:none;
	}
	.monthSel {
		margin-left:1em;
	}
}
