.fixed-table-wrap {
	max-height: 80vh;
}
.my-price-td .pr .ri {
	color: rgb(0, 132, 164);
	font-size: 1.35em;
	font-weight: normal;
}
.my-price-td .pr .cur {
	color: rgb(0, 132, 164);
	font-size: 1em;
	font-weight: normal;
}
.fixed-table-wrap th, .fixed-table-wrap td {
	min-width: 3rem;
}
.my-spo-wrap {
	text-align: right !important;
	margin-bottom: 5px;
}
.my-tour-mon-cell > div, .my-tour-mon-cell a {
	color: #333;
	text-decoration: none !important;
}
.uk-table-small td.my-tour-mon-cell {
	padding-right: 2px;
}
.uk-table-small td.my-tour-mon-cell > div.my-inline-block {
	padding-right: 10px;
}
a.book-date {
	margin-left: 1px; 
	padding: 3px; 
	border: 1px solid rgba(0, 153, 0, 0.25) !important; 
	border-radius: 50%; 
	background-color: rgba(0, 153, 0, 0.08);
	vertical-align: top; 
	margin-top: 2px;
}
a.book-date:hover, a.book-date:active {
	background-color: rgba(0, 153, 0, 0.2);
}
.my-tour-mon-cell .uk-icon > * {
	transform: none !important;
}
.fixed-table-wrap tbody tr.my-tours-subheading th {
	background: none !important;
}
.fixed-table-wrap tbody tr.my-tours-subheading:hover th, .fixed-table-wrap tbody tr.uk-active.my-tours-subheading th {
	background-color: #fff !important;
}

@media (max-width: 639px) {
	.fixed-table-wrap .uk-table-small th h2.uk-h5 {
		font-size: 13px;
	}
	.my-price-td {
		font-size: 12px !important;
	}
	.my-price-td .pr .ri {
		font-size: 14px;
	}
	.my-tours-subheading h3 {
		font-size: 1.25rem;
	}
	.my-spo-wrap {
		margin-bottom: 3px;
	}
	.my-tour-mon-cell .uk-margin-small-top {
		margin-top: 5px !important;
	}
	.uk-table-small td.my-tour-mon-cell {
		padding-right: 1px;
	}
	.uk-table-small td.my-tour-mon-cell > div.my-inline-block {
		padding-right: 5px;
	}
}
@media (max-width: 439px) {
	.fixed-table-wrap tr > th:first-child {
		min-width: 30vw !important;
	}
}
@media (max-height: 479px) {
	.fixed-table-wrap {
		max-height: 60vh;
	}
}