.box-group {
	border: 2px solid #1669CD;
	border-width: 0 0 0 5px;
	background-color: #fafafa;
	padding: 30px;
	margin: 26px 0 26px 0;
}
.box-group > *:last-child,
.box-group > .inline_faq:last-child {
	margin-bottom: 0;
}
.box-group .title {
	margin-top: -30px;
    margin-left: -31px;
    margin-bottom: 20px;
	font-size: 20px;
	color: white;
	font-weight: normal;
	line-height: 1.4em;
	overflow: hidden;
}
.box-group .title > span {
	display: block;
	float: left;
	position: relative;
	padding: 7px 20px;
	background-color: #1669CD;
}



.box-group .title .icon-sticky-note,
.box-group .title .icon-heart {
	margin-right: 5px;
}

@media( max-width: 500px){
	.box-group {
		padding: 20px;
	}
	.box-group .title {
		margin-top: -20px;
	}
}






.tip .box-group {
	border-color: #5746e4;
}
.tip .box-group .title > span {
	background-color: #5746e4;
}

.note .box-group {
	border-color: #0072cc;
}
.note .box-group .title > span {
	background-color: #0072cc;
}

.highlight .box-group {
	border-color: #daab00;
}
.highlight .box-group .title > span {
	background-color: #daab00;
}

.danger .box-group {
	border-color: #ce0000;
}
.danger .box-group .title > span {
	background-color: #ce0000;
}









/* Box Group */

.box-group.table_box {
	padding: 0px;
	border: 1px solid #ccc;
	margin-bottom: 2em;
	margin-top: 2em;
}
.box-group.table_box.has_title {
	margin-top: 3em;
}
.box-group.table_box .title {
	margin-top: -22px;
    margin-left: -2px;
    margin-bottom: 2px;
	color: inherit;
	text-transform: uppercase;
}
.box-group.table_box .title strong,
.box-group.table_box .title b {
	font-weight: normal;
}
.box-group.table_box .title > span {
	background-color: #eee;
}
.box-group.table_box table {
	margin: -1px 0;
	border: 0;
	width: 100%;
}
.box-group.table_box tr:first-child td,
.box-group.table_box tr:first-child th {
	border-top: 0;
	background-color: transparent;
}
.box-group.table_box tr:last-child td,
.box-group.table_box tr:last-child th {
	border-bottom: 0;
}
.box-group.table_box .ct-expand .ct-ws:after {
	background: linear-gradient(0deg, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
}
.box-group.table_box .fixed_side {
	background-color: #fafafa;
}
.box-group.table_box .table_arrow.left {
	left: -1.5em;
}
.box-group.table_box .table_arrow.right {
	right: -1.5em;
}
.box-group.table_box .ct-expand .expand_buttons a {
	margin-top: -17px;
}
.box-group.table_box .ct-expand .expand_buttons .contract a {
	margin-top: 2px;
}
.box-group.table_box .expanded {
	padding-bottom: 20px;
}

@media( max-width: 500px){
	.box-group.table_box .table_arrow {
		font-size: 18px;
	}
	.box-group.table_box  .table_arrow.left {
		left: -0em;
	}
	.box-group.table_box  .table_arrow.right {
		right: -0em;
	}
	.box-group.table_box .ct-expand .expand_buttons a {
		margin-top: -13px;
	}
	.box-group.table_box .title {
		font-size: 16px;
	}
	.box-group.table_box .expanded {
		padding-bottom: 15px;
	}

	.box-group.table_box .fixed_side {
		display: none!important;	
	}
}






.vpn_table {
	--promoted-border: 2px solid #3b7fce;
}

.vpn_table table {
    min-width: 100%;
    width: auto!important;
}

.vpn_table tbody,
.vpn_table thead,
.vpn_table tr {
    flex-direction: column;
	display: flex;
	width: 100%;
}

.vpn_table tr {
	flex-direction: row;
}

.vpn_table td {
	display: flex;
	align-items: center;
	border-style: none solid solid none;
	padding: 7px 10px!important;
	line-height: 1.6em!important;
	white-space: pre-wrap;
	flex-wrap: wrap;
}



.vpn_table td:not( :first-child ) {
	min-width: 185px;
	flex: 1;
	width: auto;
}


.vpn_table td:first-child {
    max-width: 185px;
    min-width: 185px;
    width: 185px;
	flex-shrink: 0;
	word-break: break-word!important;
}

.vpn_table .fixed_side {
	display: block!important;
}


.vpn_table .box-group.table_box {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.vpn_table .box-group.table_box table {
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.vpn_table .vpn_logo {
	width: 110px;
	padding-top: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
}

.vpn_table .table_row_heading td {
	text-align: center;
	justify-content: center;
}

.vpn_table td + td {
	word-break: break-word;
}

.vpn_table .table_row_heading td,
.vpn_table td:first-child {
	font-weight: bold;
}

.vpn_table[data-cols="2"] table {
	table-layout: auto!important;
}

.vpn_table[data-cols="2"] td:first-child {
	width: 200px;
}

.vpn_table[data-cols="2"] td:last-child {
	width: calc( 100% - 200px );
}

.vpn_table.promote_first td:nth-child( 1 ) {
	border-right: 0;
}

.vpn_table.promote_first td:nth-child( 2 ) .vpn_logo {
	width: 130px;
}

.vpn_table.promote_first td:nth-child( 2 ) {
	background-color: #f4f9ff!important;
	border-left: var( --promoted-border )!important;
	border-right: var( --promoted-border )!important;
}

.vpn_table.promote_first tr:first-child td:nth-child( 2 ) {
	border-top: var( --promoted-border );
	border-radius: 20px 20px 0 0;
	border-top-width: 3px !important;
}

.vpn_table.promote_first tr:last-child td:nth-child( 2 ) {
	border-bottom: var( --promoted-border );
	border-radius: 0 0 20px 20px;
	border-bottom-width: 3px !important;
}

.vpn_table .btn {
	padding: 10px 5px;
	min-width: auto;
    width: 100%;
    max-width: 200px;
}

.vpn_table .col_link {
	text-align: center;
	justify-content: center;
}

.vpn_table .fr_rating {
	font-size: 17px;
}

.vpn_table .table_row_heading td {
	min-height: 50px;
}

.vpn_table {
	word-break: break-word;
}

@media( max-width: 370px ){
	.vpn_table td {
		width: calc( 100vw / 2 )
	}
}

.vpn_table .table_row_link td {
	text-align: center;
	justify-content: center;
}

.vpn_table.promote_first .fixed_side {
	margin-left: -2px;
}

.vpn_table.promote_first .fixed_side td:nth-child( 2 ) {
    border-left-color: #f4f9ff !important;
    border-right-color: #f4f9ff !important;
}

.vpn_table.promote_first .fixed_side tr:first-child td:nth-child(2) {
	border-top-color: transparent!important;
}

.vpn_table.promote_first .fixed_side tr:last-child td:nth-child(2) {
	border-bottom-color: transparent!important;
}

@media( max-width: 768px ) {
	.vpn_table td,
	.vpn_table th {
		line-height: 1.2em!important;
	}
}

@media(max-width: 500px) {

	.vpn_table td:first-child {
		max-width: 140px;
		min-width: 140px;
		width: 140px;
		flex-shrink: 0;
	}

}