.comparison_widget .three_ships_widget-table .table-head{
	width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 15px 20px;
}
.comparison_widget .three_ships_widget-table .table-head h4{
	color: #5c7180;
    margin: 0 0 5px 0;
    font-weight: bold;
}
.comparison_widget .three_ships_widget-table .table-head p{
	color: #333;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
}
.comparison_widget .three_ships_widget-table .table-body{
	width: 100%;
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
}
.comparison_widget .three_ships_widget-table .table-body .summary{
	margin-top: 15px;
	padding: 0 10px;
}
.comparison_widget .three_ships_widget-table .table-body .summary p{
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0;
}
.comparison_widget .three_ships_widget-table .table-column{
	text-align: center;
    border-right: 1px solid #ccc;
    padding: 10px 15px 35px;
}
.comparison_widget .three_ships_widget-table .table-column:last-child{
	border-right: none;
}
.comparison_widget .three_ships_widget-table .table-column .superlative{
	width: 100%;
}
.comparison_widget .three_ships_widget-table .table-column .superlative h5{
	margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 400;
    color: #5c7180;
}
.comparison_widget .three_ships_widget-table .table-column .logo{
	width: 100%;
	min-height: 70px;
	line-height: 70px;
}
.comparison_widget .three_ships_widget-table .table-column .logo picture{
	width: 100%;
	min-height: 70px;
	line-height: 70px;
}
.comparison_widget .three_ships_widget-table .table-column .logo img{
	vertical-align: middle;
	max-height: 60px;
}
.comparison_widget .three_ships_widget-table .table-column .name{
	width: 100%;
	padding: 5px 0 10px;
}
.comparison_widget .three_ships_widget-table .table-column .name h6{
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.comparison_widget .three_ships_widget-table .table-column .rating{
	width: 100%;
	padding: 10px 0;
}
.comparison_widget .three_ships_widget-table .table-column .rating p{
	font-size: 16px;
	line-height: normal;
	margin: 0;
}
.comparison_widget .three_ships_widget-table .cv-btn-disclaimer{
	color: #444;
	font-size: 70%;
	display: block;
}
@media screen and (max-width: 768px){
	.comparison_widget .three_ships_widget-table .table-body {
		display: flex;
		white-space: nowrap;
		overflow: auto;
		flex-flow: nowrap;
	}
	.comparison_widget .three_ships_widget-table .table-column{
		width: 280px;
		display: inline-block;
		padding: 10px 15px 15px;
		flex-shrink: 0;
		/*border-right: none;
		border-bottom: 1px solid #ccc;*/
	}
	.comparison_widget .three_ships_widget-table .table-column .summary p{
		white-space: break-spaces;
	}
	.comparison_widget .three_ships_widget-table .table-column:last-child{
		border-bottom: none;
	}
	.comparison_widget .three_ships_widget-table .table-column .btn-group a{
		display: block;
	}
}
@media screen and (max-width: 380px){
	.comparison_widget .three_ships_widget-table .table-column .btn-group a{
		width: 100%;
	}
}