#mk-filter-portfolio.tariff-filter-currency.sortable-outline-style ul li a {
    cursor: pointer;
    color: #01989D;
}
#mk-filter-portfolio.tariff-filter-currency.sortable-outline-style ul li a.current {
    border-color: #01989D;
}

.tariff-plan ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
    margin-left: 0;
}

.tariff-plan li {
    list-style: none;
    flex: 1;
    margin-left: 0;
}

.tariff-plan li:last-child {
    border-right: 1px solid #ddd;
}

.tariff-plan button {
    width: 100%;
    border: 1px solid #DDD;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999
}

.tariff-plan li.active button {
    background: #f5f5f5;
    color: #000;
}

.tariff-plan table {
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tariff-plan th {
    background: #f5f5f5;
    display: none;
}

.tariff-plan td,
.tariff-plan th {
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
    empty-cells: show;
    text-align: left;
    vertical-align: middle;
}

.tariff-plan td+td,
.tariff-plan th+th {
    text-align: center;
    display: none;
}

.tariff-plan td.default {
    display: table-cell;
}

.tariff-plan .header-color {
    border-top-width: 3px;
    border-top-style: solid;   
}
.tariff-plan .header-color.color-green {
    border-color: #38b926;
    color: #fff;
    background-color: #38b926;
}
.tariff-plan .header-color.color-green-dark {
    border-color: #40a322;
    color: #fff;
    background-color: #40a322;
}
.tariff-plan .header-color.color-grey {
    border-color: #4c4c4c;
    color: #fff;
    background-color: #4c4c4c;
}

.tariff-plan .sep {
    background: #f5f5f5;
    font-weight: bold;
}

.tariff-plan .txt-l {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
}

.tariff-plan .currency-code {
    position: relative;
    font-size: 12px;
    left: -4px;
}

.tariff-plan .tick {
    font-size: 18px;
    color: #2CA01C;
}

.tariff-plan .hide {
    border: 0;
    background: none;
    color: #fff;
    background-color: 
}

.tariff-plan .call-me-back {
    display: block;
    text-decoration: none;
    color: #01989D;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    border: 2px solid #01989D;
    padding: 8px 5px 9px;
    width: auto;
    font-weight: bold;
    max-width: 200px;
    margin: 0 auto;
}

.tariff-details {
    display: none;
    margin-top: -1px;
}

.master-holder h3.tariff-sub-title {
    text-align: center;
    cursor: pointer;
    color: #01989D;
    margin-top: 30px;
    margin-bottom: 15px;
}

.tariff-plan tr.only-desktop {
    display: none;
}
.tariff-plan tr.only-mobile {
    display: table-row;
}

@media (min-width: 640px) {
    .tariff-plan ul {
        display: none;
    }
    .tariff-plan tr td,
    .tariff-plan tr th {
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
        display: table-cell !important;
    }
    .tariff-plan tr td:last-child,
    .tariff-plan tr th:last-child {
		border-right: 1px solid #ddd;
    }
    .tariff-plan tr:last-child td,
    .tariff-plan tr:last-child th {
		border-bottom: 1px solid #ddd;
    }
	/*.tariff-plan tr:nth-child(even) th,
	.tariff-plan tr:nth-child(even) td { background: #f5f5f5; border: 1px solid #ddd; border-width: 1px 1px 1px 1px; }*/
	
    .tariff-plan tr.only-desktop {
        display: table-row;
    }
    .tariff-plan tr.only-mobile {
        display: none;
    }
    .tariff-plan td,
    .tariff-plan th {
        width: 330px;
    }
    .tariff-plan td+td,
    .tariff-plan th+th {
        width: auto;
    }
}