You can add styles to the _content div by adding a styleClass to the tab pane and referencng that.
e.g. add a styleCass "exampleStyle" to the tab pane and then in a css file create:
.exampleStyle div
{
**css here**
}
this will apply te styles to the div inside the element with "exampleStyle" as its calss.