.naptar{
		display: block;
		width: 50%;
		float: left;
		background-color: rgba(255,255,255,0.9);
		padding-top: 50px;
		padding-bottom:50px;
	}
	.oszlop{
		width: 11%;
		float:left;
		padding-right: 2px;
		font-weight:bold;
		text-align:center;
		font-family: Candara;
		font-size:20px;

	}
	.ora{
		display:block;
		width:20%;
		margin-top: 35px;
		float: left;
		font-family: Candara;
		font-size: 22px;
		vertical-align: middle;
	}
	.ora div{
		height: 37px;
		max-height: 37px;
	}
	.napok {
		height: auto !important;
		margin-bottom: 10px;
	}
	.oszlop button{
		width: 100%;
		height: 37px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius:5px;
	}
	.btn-foglalt{
	  background-color: rgba(58,25,52,0.9);
	  border-color: rgba(58,25,52,0.9);
	  color: #fff;
	  height: auto;
	  display: block;
	  margin-bottom: 6px;
	  margin-top: -7px;
	}
	.btn-szabad{
	  background-color: rgba(255,255,255,0.9);
	  border-color: #3a1934;
	  border: 2px solid #3a1934;
	  color: #3a1934;
	  margin-top:-7px;
	}
	.btn-szabad:hover, .btn-szabad:focus, .btn-szabad:active{
	  background-color: rgba(58,25,52,0.9);
	  border-color: rgba(58,25,52,0.9);
	  color: #fff;
	}

	.btn-szabad, x:-moz-any-link, x:default{
		margin-bottom:-5.5px;
		position: relative;
		top:-13px;
	}

	.cal-bal-button{
		float:left;
		position: relative;
		left: 0px;
		top: 33px;
		background-color: rgba(58,25,52,0.9);
		border-color: rgba(58,25,52,0.9);
		color: #fff;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius:5px;
	}
	.cal-jobb-button{
		float:right;
		position: relative;
		right:0px;
		top: 33px;
		background-color: rgba(58,25,52,0.9);
		border-color: rgba(58,25,52,0.9);
		color: #fff;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius:5px;
	}
	@media(max-width:992px){
		.oszlop{
			overflow:hidden;
			font-size: 0px;
		}
		.oszlop:first-letter{
			font-size: 14px;
		}
		.oszlop p{
			display:none;
		}
		.oszlop button{
			margin: 0px;
		}
		.ora{
			margin-top: 3px;
			font-size: 14px;
			max-height: 37px;
		}
	}
	.modal-body{
		text-align: center;
	}
	.modal-body input,
	.modal-body select,
	.modal-body textarea{
		width: 100%;
		margin-bottom: 10px;
		background-color: rgba(255,255,255,0.9);
	    border-color: #3a1934;
	    border: 2px solid #3a1934;
		font-family: Candara;
	}
	.modal-body #datum{
		border: 0;
	}
	.modal-body button{
		width: 50%;
		padding: 5px;
		font-weight:normal;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius:5px;
		margin: 0 auto;
		background-color: rgba(255,255,255,0.9);
	    border-color: #3a1934;
	    border: 2px solid #3a1934;
	    color: #3a1934;
	}
	.modal-body button:hover{
		background-color: rgba(58,25,52,0.9);
	    border-color: rgba(58,25,52,0.9);
	    color: #fff;
	}