/* Shedule */
.shedule.mobile{
	display: none;
}
.shedule{
	font-family: 'open_sanssemibold', Helvetica, Arial, sans-serif;
	font-size: 15px;
}
.shedule button{
	background-color: transparent;
	border: none;
	padding: 0;
}
.months{
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
.months button{
	padding: 0 20px;
}
.shedule_table button.day{
	width: 80px;
	height: 80px;
	border: none;
	border-radius: 100px;
	text-transform: uppercase;
	padding: 5px 19px 0;
	line-height: 1.2;
}
.shedule_table table{
	width: 99.9%;
	border-collapse: collapse;
	
}
.shedule_table table th{
	padding: 30px;
	text-align: center;
}
.shedule_table table td{
	border: 1px solid #e7e7e8;
	padding: 30px;
}
.sh_time{
	color: #bbbbbb;
	padding-bottom: 15px;
}
.sh_name{
	padding-bottom: 15px;
	color: #bbbbbb;
}
.sh_name.active{
	color: #000;
}
.sh_spots{
	font-style: italic;
	color: #bbbbbb;
	padding-bottom: 15px;
}
.sh_reserve a{
	text-decoration: underline;
}
.sh_reserve a:hover{
	text-decoration: none;
}
.shedule_table td.current-col{
	background-color: #f3f3f4;
}
.shedule_table th.current-col button.day{
	background-color: #000;
	color: #fff;
}


/* Mob table */
.mobile .shedule_table th{
	padding: 17px 0;
}
.mobile .shedule_table td{
	padding: 30px;
}
.mobile .shedule_table tbody tr{
	border: 1px solid #e7e7e8;
}

.mobile .shedule_table table td{
	border: none;
}
.mobile .shedule_table button.day{
	height: auto;
	border: none;
	width: 50px;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 0;
	line-height: 1.2;
}
.mobile .shedule_table button.day .day_number, .mobile .shedule_table button.day .day_name{
	display: block;
	width: 50px;
	padding-bottom: 15px;
}
.mobile .shedule_table button.day .day_number{
	padding-top: 15px;
	height: 50px;
	border-radius: 100px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.mobile .shedule_table button.day:hover .day_number, .mobile .shedule_table button.day.selected .day_number{
	background-color: #000;
	color: #fff;
}
.mobile .sh_spots{
	padding-bottom: 0;
}
.mobile  .sh_reserve a{
	float: right;
}
.mobile .months button{
	padding: 0;
	margin-bottom: 15px;
}
@media (min-width: 1000px) and (max-width: 1100px) {
	.shedule_table table td{padding: 30px 15px;}
}
@media (max-width: 1000px) {
	.shedule.mobile{display: block;}
	.shedule.desktop{display: none;}
	
}
@media(max-width:468px){
	.mobile .shedule_table button.day{width: 30px;}
	.mobile .shedule_table button.day .day_name, .mobile .shedule_table button.day .day_number{ width: 30px; height: 30px; }
	.mobile .shedule_table button.day .day_number{padding-top: 7px;}
}