

body {
	overflow-x: auto;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Fejléc. */
.navbar {
	display: none;
}

/* Fő ablak. */
.main {
	margin-top: 40px;
}

.hours td {
    height: 60px;
}

/* Idopont divs. */
.idopont-div {
    box-shadow: 0 0 3px #d0d0d0;
    border: solid 1px #fff;
    text-align: center;
	font-size: 10px;
	margin-bottom: 2px;
	position: relative;
}
.idopont-div:hover {
    box-shadow: 0 0 7px #d0d0d0;
    border: solid 1px #fff;
    cursor: pointer;
}
.idopont-div .left-div {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: #fff;
}
.idopont-div.reserved {
    box-shadow: none;
	background-color: #e0e0e0;
}
.idopont-div.reserved:hover {
	cursor: default;
}
.idopont-div.reserved .left-div {
	background-color: #f6921e;
}
.earlyDay {
	cursor: default !important;
	box-shadow: none;
	background-color: #e0e0e0;
}
.earlyDay:hover {
	box-shadow: none !important;
}

/* Idopont table. */
.idopont-table th {
	text-align: center;
}
.th-date {
	font-size: 1.1em;
	color: #777777;
}