I need to embed some Google Maps API in a templating system I haven't full control over (CrowdFlower's), but the "host CSS" is breaking the styling of the labels of the streets in StreetViewPanorama, making them difficult to read. E.g. the default styling you get by using Google Street View directly is:
... but what I get is:
You can see that the "Christ Church Ln" label under the bins is barely visible.
Google API's docs show how to style maps but not how to do the same with [StreetViewPanorama.
I have tried "inspecting" the labels to find out the name of the class used by Google and restore it to more readable features but did not manage to find it, probably my skills are not advanced enough.
Can you help? If you want a sandbox to play with, try using my testbed here. Thanks.
G.