.single_provider_widget .three_ships_widget-table .table-column{
	width: 50%;
    padding: 25px 20px;
}
.single_provider_widget .three_ships_widget-table .table-column:last-child{
    background-color: #f0f0f0;
}
.single_provider_widget .three_ships_widget-table .summary-text{
	width: 100%;
	margin: 10px 0 0;
}
.single_provider_widget .three_ships_widget-table .summary-text p{
	font-size: 13px;
    color: #333;
    line-height: 19px;
    margin: 0;
}
.single_provider_widget .three_ships_widget-table .table-column .superlative{
	width: 100%;
	padding: 10px 0 0;
}
.single_provider_widget .three_ships_widget-table .table-column .superlative h5{
	margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 400;
    color: #5c7180;
}
.single_provider_widget .three_ships_widget-table .table-column .rating{
	width: 100%;
	padding: 20px 0;
}
.single_provider_widget .three_ships_widget-table .table-column .rating p{
	font-size: 16px;
	line-height: normal;
	margin: 0;
}
.single_provider_widget .three_ships_widget-table .sp-btn-disclaimer{
	color: #444;
	font-size: 70%;
	display: block;
}
@media screen and (max-width: 768px){
	.single_provider_widget .three_ships_widget-table .table-column{
		width: 100%;
		padding: 15px 15px;
		flex: auto;
	}
	.single_provider_widget .three_ships_widget-table .table-column .superlative{
		padding: 0;
	}
	.single_provider_widget .three_ships_widget-table .table-column .rating{
		padding: 10px 0;
	}
}