/*.meeting-item{
	display: none !important;
}
.meeting-item[data-id="2"]{
	display: block !important;
}*/

.timetable__table{
	table-layout: fixed;
	border: 0px;
}
.timetable__table thead th, .timetable__table thead td{
	padding: 15px 20px;
	color: #fff;
	background: #0e3178;
}
.timetable__table th *, .timetable__table td *{
	text-align: center;
	color: inherit;
}
.timetable__table tbody td{
	border: 1px #eee solid;
}
.timetable__table tbody td::after{
	display: none;
}
.timetable__table tbody h4{
	margin-bottom: 15px;
	color: #0e3178;
}
.timetable .button{
	display: inline-block;
	border: 0px !important;
	border-radius: 0px !important;
	width: 100%;
	max-width: 120px;
	margin: 2px 0;
	padding: 4px 15px;
}
.timetable__table tbody tr td{
	padding: 20px 10px 30px 10px !important;
}

.blockPage{
	padding: 40px;
}
.blockPage .button{
	color: #fff;
}