.my-tours-subheading {
	position: relative;
}
tr.my-tours-subheading:hover {
	background: none !important;
}
.my-tours-subheading .footable-toggle {
	display: none;
}
.my-out-tour-dates {
	border-collapse: separate !important;
	border: 0px;
	border-spacing: 0px;
	margin-bottom: 0 !important;
}
span.footable-toggle + .uk-table.my-out-tour-dates {
	margin-top: 0px;
}
.my-out-tour-dates td {
	vertical-align: middle;
}
.my-out-tour-period {
	padding: 5px 5px 5px 20px !important;
	white-space: nowrap;
	color: #333 !important;
	width: 1px;
}
.my-out-tour-price {
	padding: 5px 5px 5px 10px !important;
	font-size: 0.75rem;
	border-bottom: 1px solid #e5e5e5;
}
.my-out-tour-price.my-last-price {
	border-bottom: none;
}
.tours-table .my-out-tour-dates .pr .ri {
	font-size: 0.875rem;
}
.my-tour-price > div {
	scrollbar-width: thin;
	max-height: 250px;
	min-width: 300px;
}
.my-tour-price > div::-webkit-scrollbar {
  width: 4px;				/* ширина всей полосы прокрутки */
  height: 4px;
}
.my-tour-price > div::-webkit-scrollbar-track {
  background: #fff;			/* цвет зоны отслеживания */
}

.book-td {
	border: 1px solid rgba(0, 153, 0, 0.25) !important;
	border-radius: 5px;
	background-color: rgba(0, 153, 0, 0.08);
	background-image: url(/imgs/book-td.svg); 
	background-position: 3px 3px;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}
.book-td:hover, .book-td:active {
	background-color: rgba(0, 153, 0, 0.2);
}
.book-td a {
	color: inherit;
}
.book-td a:hover, .book-td a:active {
	text-decoration: none;
}

@media (max-width: 639px) {
	.my-out-tour-price {
		padding-left: 6px !important;
		padding-right: 4px !important;
	}
	.my-out-tour-price[rowspan="1"] {
		white-space: nowrap;
	}
	.my-out-tour-price[rowspan="1"] .my-price-ext{
		display: none;
	}
	.my-tour-price > div {
		min-width: 1px;
	}
	.my-tours-subheading h3 {
		font-size: 1.25rem;
	}
}
