.table-resp {
    overflow-x: auto;
    padding: 20px;
}
table.table-price{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
}
table.table-price,table.table-price td, table.table-price th {
	border: 1px solid #595959;
}
table.table-price td,table.table-price th {
	padding: 3px;
	width: 30px;
	height: 35px;
}
table.table-price th {
	background: #efefef; 
	color: #000; 
	font-weight: normal;
}