.loans_table_widget .three_ships_widget-table .table-head{
	width: 100%;
	height: 10px;
	background-color: #de0019;
}
.loans_table_widget .three_ships_widget-table .table-body{
	width: 100%;
	padding: 30px 25px 0;
}
.loans_table_widget .three_ships_widget-table .table-body .table-column{
	text-align: left;
}
.loans_table_widget .three_ships_widget-table .table-body .content{
	width: 100%;
	margin: 0 0 40px 0;
}
.loans_table_widget .three_ships_widget-table .table-body .title{
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}
.loans_table_widget .three_ships_widget-table .table-body .title h4{
	margin: 0;
	color: #5c7180;
    font-weight: bold;
}
.loans_table_widget .three_ships_widget-table .table-body .text{
	width: 100%;
	margin: 0;
}
.loans_table_widget .three_ships_widget-table .table-body .text p{
	color: #333;
    margin-bottom: 0;
    text-align: center;
}
.loans_table_widget .three_ships_widget-table .table-body .filters{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.loans_table_widget .three_ships_widget-table .table-body .field-group{
	width: 100%;
    max-width: 100%;
	flex: 1 0 0%;
}
.loans_table_widget .three_ships_widget-table .table-body .field{
	max-width: 200px;
	margin: 0 auto;
	width: 100%;
	height: 46px;
	border-radius: 5px;
	border: 1px solid #ccc;
	position: relative;
	cursor: pointer;
}
.loans_table_widget .three_ships_widget-table .table-body .field::after{
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	top: 17px;
	right: 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.loans_table_widget .three_ships_widget-table .table-body .field:hover::after{
	top: 20px;
	-webkit-transform: rotate(225deg);
			transform: rotate(225deg);
}
.loans_table_widget .three_ships_widget-table .table-body .field:hover .field-list ul{
	top: 46px;
	opacity: 1;
	visibility: visible;
}
.loans_table_widget .three_ships_widget-table .table-body .field .label{
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	top: -10px;
	left: 14px;
	display: block;
	background-color: #fff;
	padding: 2px 8px;
}
.loans_table_widget .three_ships_widget-table .table-body .field-list{
	width: 100%;
	height: 46px;
	position: relative;
}
.loans_table_widget .three_ships_widget-table .table-body .field-list span{
	width: 100%;
	display: block;
    padding: 0 15px;
    line-height: 44px;
	font-size: 14px;
}
.loans_table_widget .three_ships_widget-table .table-body .field-list ul{
	width: 100%;
	max-height: 170px;
	position: absolute;
	list-style: none;
	padding: 5px 0;
	margin: 0;
	background-color: #fff;
	top: 56px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 5px #ccc;
	border-radius: 5px;
	overflow: auto;
	z-index: 1;
	-webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.loans_table_widget .three_ships_widget-table .table-body .field-list ul li{
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	padding: 7px 15px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.loans_table_widget .three_ships_widget-table .table-body .field-list ul li:hover,
.loans_table_widget .three_ships_widget-table .table-body .field-list ul li.active{
	background-color: #eee;
}
.loans_table_widget .three_ships_widget-table .table-footer{
	width: 100%;
	padding: 10px 25px;
	text-align: center;
}
.loans_table_widget .three_ships_widget-table .table-footer p{
	font-size: 12px;
    color: #333;
    line-height: 17px;
    margin: 0;
}
.loans_table_widget .three_ships_widget-table .table-body .table-wrapper{
	width: 100%;
	overflow: auto;
}
.loans_table_widget .three_ships_widget-table .table-body .brands{
	width: 100%;
	border-spacing: 0;
	display: table;
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head{
	width: 100%;
	display: table-header-group;
	/*display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head .head-row{
	width: 100%;
	display: table-row;
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head .th{
	/*width: 100%;*/
    /*max-width: 100%;
    display: flex;
    align-items: center;*/
    display: table-cell;
    padding: 10px 15px 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: none;
}
.loans_table_widget .three_ships_widget-table .table-body .head{
	font-size: 12px;
	line-height: 14px;
	color: #5c7180;
}
.loans_table_widget .three_ships_widget-table .table-body .brands-rows{
	width: 100%;
	display: table-row-group;
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row{
	width: 100%;
	display: table-row;
	/*display: flex;
    flex-wrap: wrap;*/
    padding: 0;
    /*justify-content: center;*/
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row.hide-type,
.loans_table_widget .three_ships_widget-table .table-body .brand-row.hide-term,
.loans_table_widget .three_ships_widget-table .table-body .brand-row.hide-score{
	display: none;
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row .td{
	/*width: 100%;
    max-width: 100%;
    display: flex;
	align-items: center;*/
	display: table-cell;
	padding: 15px 15px 15px 0;
	border-top: 1px solid #ccc;
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row:last-child th{
	border-bottom: 1px solid #ccc;
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head .brand,
.loans_table_widget .three_ships_widget-table .table-body .brand-row .brand{
	/*width: 17%;*/
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row .brand .logo img{
	max-width: 130px;
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head .type-loan,
.loans_table_widget .three_ships_widget-table .table-body .brand-row .type-loan{
	/*width: 13%;*/
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head .min-cred-score,
.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-cred-score{
	/*width: 10%;*/
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head .min-rate-term,
.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-rate-term{
	/*width: 10%;*/
	min-width: 60px;
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head .min-apr,
.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-apr{
	width: 10%;
}

.loans_table_widget .three_ships_widget-table .table-body .brand-row .d-hide{
	display: none;
}


.loans_table_widget .three_ships_widget-table .table-body .brands-head .features,
.loans_table_widget .three_ships_widget-table .table-body .brand-row .features{
	/*width: 23%;*/
	min-width: 135px;
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head .links,
.loans_table_widget .three_ships_widget-table .table-body .brand-row .links{
	/*width: 17%;*/
	min-width: 120px;
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row .brand h6{
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 8px 0;
	text-align: center;
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row .text ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row .text ul li{
	padding: 0 0 0 15px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row .text ul li::before{
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: #444;
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row .label{
	display: none;
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 3px;
}
.loans_table_widget .three_ships_widget-table .table-body .brand-row .value{
	font-size: 14px;
	font-weight: 600;
    line-height: 18px;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands{
	display: block;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-head{
	display: inherit;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-head .head-row{
	display: flex;
	flex-wrap: wrap
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-head .th,
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row .td{
	display: block;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-rows{
	display: inherit;
}
.loans_table_widget .three_ships_widget-table.highlighted  .table-body .brand-row{
	display: flex;
	flex-wrap: wrap;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row.hide-type, 
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row.hide-term, 
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row.hide-score{
	display: none;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-head .brand,
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row .brand{
	width: 20%;
	display: inherit;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-head .min-cred-score, 
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row .min-cred-score{
	width: 12%;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-head .min-rate-term, 
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row .min-rate-term{
	width: 14%;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-head .min-apr, 
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row .min-apr{
	width: 12%;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-head .features, 
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row .features{
	width: 25%;
}
.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row.highlight .features{
	width: 63%;
}
.loans_table_widget .three_ships_widget-table .table-body .brands-head .links,
.loans_table_widget .three_ships_widget-table .table-body .brand-row .links{
	width: 17%;
}
@media screen and (max-width: 768px){
	.loans_table_widget .three_ships_widget-table .table-body{
		padding: 25px 10px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .filters{
		margin: 0 0 15px 0;
	}
	.loans_table_widget .three_ships_widget-table .table-body .field-group{
		flex: inherit;
		margin: 0 0 15px 0;
	}
	.loans_table_widget .three_ships_widget-table .table-body .field{
		max-width: 100%;
	}
	.loans_table_widget .three_ships_widget-table .table-body .table-wrapper{
		overflow: hidden;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brands{
		width: 100%;
		overflow: hidden;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brands-head,
	.loans_table_widget .three_ships_widget-table.highlighted .table-body .brands-head{
		display: none;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row{
		display: block;
		border-top: 1px solid #ccc;
		text-align: center;
		padding: 10px 15px 20px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .td{
		border: none;
		display: inline-flex;
		padding: 10px 5px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .label{
		display: block;
		font-size: 15px;
		line-height: normal;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .value{
		font-size: 18px;
		line-height: normal;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .td.brand{
		width: 100%;
		display: block;
		text-align: center;
		padding: 10px 0 5px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .td.brand .logo{
		width: 100%;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .td.min-apr{
		width: auto;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .td.features{
		width: 100%;
		display: block;
		text-align: left;
	}
	.loans_table_widget .three_ships_widget-table.highlighted .table-body .brand-row.highlight .features{
		width: 100%;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .td.links{
		min-width: inherit;
		width: 100%;
		display: block;
		text-align: center;
	}
	
	/*.loans_table_widget .three_ships_widget-table .table-body .brands-head .brand,
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .brand{
		min-width: 150px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brands-head .type-loan,
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .type-loan{
		min-width: 100px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brands-head .min-cred-score,
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-cred-score{
		min-width: 70px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brands-head .min-rate-term,
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-rate-term{
		min-width: 100px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brands-head .min-apr,
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-apr{
		min-width: 70px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brands-head .features,
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .features{
		min-width: 200px;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brands-head .links,
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .links{
		min-width: 130px;
	}*/

	.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-cred-score,
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-rate-term, 
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-apr
	{
		width: 32% !important; 
		justify-content: center !important;
	}

	.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-cred-score
	{
		border-right: 1px solid silver;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .min-apr{
		border-left: 1px solid silver;
	}

	.loans_table_widget .three_ships_widget-table .table-body .brand-row .brand h6 {
		font-size: 17px;
		line-height: normal;
		margin: 0 0 10px 0;
	}

	.loans_table_widget .three_ships_widget-table .table-body .brand-row .brand .logo img {
		max-width: 100%;
	}

	.loans_table_widget .three_ships_widget-table .table-body .brand-row .features {
		padding: 20px 5px; 
	}

	.loans_table_widget .three_ships_widget-table .btn.small {
		font-size: 1em;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .text ul li {
		font-size: 1em;
		margin-bottom: 12px;
	}

}
@media screen and (max-width: 480px){
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .td.links a{
		width: 100%;
	}
	.loans_table_widget .three_ships_widget-table .table-body .brand-row .d-hide{
		display: block !important;
	}
	


}