/* @override 
https://149366099.v2.pressablecdn.com/wp-content/themes/farnamstreet/css/table.css?ver=1585930019 */

/* DIRTY Responsive pricing table CSS */

/* 
- make mobile switch schecky
*/

.tkp-table {
	position: relative;
	overflow-x: auto;
	width: 100%;
	min-height: .01%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 60px;
}

@media screen and (max-width: 950px) {
	.tkp-table {
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
}

@media screen and (max-width: 750px) {
	.tkp-table:after {
		z-index: 1;
		top: 0;
		right: 0px;
		content: "";
		position: fixed;
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		width: 100px;
		height: 100%;
	}
}

.tkp-table table {
	border-collapse: collapse;
	overflow: auto;
}

.tkp-table th {
	display: none;
}

.tkp-table td, 
.tkp-table th {
	height: 53px;
	line-height: 1.2em;
	border: 1px solid #eee;
	padding: 15px;
	empty-cells: show;
}

@media (max-width: 1200px) {
	.tkp-table td, 
	.tkp-table th {
		height: 30px;
		padding: 10px 5px;
	}
}


@media (max-width: 900px) {
	.tkp-table td, 
	.tkp-table th {
		line-height: 1.2em;
		padding: 10px 5px;
	}
}



.tkp-table td.noborder-right {
	border-right: none!important;	
	/*background: red;*/
}

.tkp-table td.noborder-left {
	border-left: none!important;
	border: 1px solid #eee;
}

.tkp-table .first-check {
	margin-right: -100%;
}

.TKP-title {
	margin-right: -100%;
	white-space: nowrap;
}

.tkp-table td, 
th {
	text-align: left;
}

.tkp-table td+td, 
th+th {
	text-align: center;
	display: none;
}

.tkp-table td.default {
	display: table-cell;
}

.tkp-table .sep {
	/*	background: #F5F5F5;*/
}

.tkp-table .txt-l {
	font: 18px 'Montserrat', sans-serif;
	line-height: 1em!important;
	white-space: nowrap;
}

@media (max-width: 900px) {
	.tkp-table .txt-l {
		font-size: 14px;
	}
}

.tkp-table .check {
	font-size: 20px;
	color: #08CF84!important;
}

.tkp-table .cross {
	font-size: 12px!important;
	color: #CC3233!important;
}

.tkp-table .hide {
	border: 0;
	background: none;
}

.tkp-table table thead tr th.red {
	background: #cc3232;
	color: #fff;
	font: 15px 'Montserrat', sans-serif;
	border: 1px solid #CC3233;
	height: 60px!important;
}

@media (max-width: 900px) {
	.tkp-table table thead tr th.red {
		font-size: 13px;
	}
}


.tkp-table .gray {
	background: #F8F8F8;
}

.tkp-table td, 
th {
	display: table-cell !important;
}

.tkp-table td:first-child {
	width: 33%;
	line-height: 1.1em;
}

@media (max-width: 900px) {
	.tkp-table td:first-child {
		font-size: 13px;
	}
}


.tkp-table a.btn {
	padding: 0;
	min-height: 40px;
	line-height: 40px;
	max-width: 140px;
	text-transform: capitalize;
	font-weight: normal;
	min-width: 180px;
	letter-spacing: 0!important;
}

@media (max-width: 900px) {
	.tkp-table a.btn {
		/*		min-width: 100px;*/
	}
}
@media (max-width: 700px) {
	.tkp-table a.btn {
		/*		min-width: 90px;*/
		font-size: 11px;
	}
}

.tkp-table  .subnotes {
	font-size: 10px;
}

.tkp-table table thead tr th.red.white-border-left {
	border-left: 1px solid #fff!important;
	white-space: nowrap;
}

.tkp-table table thead tr th.red.white-border-right {
	border-right: 1px solid #fff!important;
}
