#examples a.myTab:active => #myTabContent p {
	toggle-class: visibleTabContent;
	toggle-class-active: myActiveTab;
	toggle-class-behaviour: switch;
}

/* Open the first tab */
#examples a.myTab:first-child => #myTabContent p {
	toggle-class: visibleTabContent;
	toggle-class-active: myActiveTab;
	toggle-class-behaviour: switch;
}

/* Open tab by anchor */
#examples a.myTab:anchor => #myTabContent p {
	toggle-class: visibleTabContent;
	toggle-class-active: myActiveTab;
	toggle-class-behaviour: switch;
}
#container2 a.secondTab:active => #secondtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: secondActiveTab;
	toggle-class-behaviour: switch;
}

/* Open the first tab */
#container2 a.secondTab:first-child => #secondtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: secondActiveTab;
	toggle-class-behaviour: switch;
}

/* Open tab by anchor */
#container2 a.secondTab:anchor => #secondtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: secondActiveTab;
	toggle-class-behaviour: switch;
}
/*Container 3*/
#container3 a.thirdTab:active => #thirdtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: thirdActiveTab;
	toggle-class-behaviour: switch;
}

/* Open the first tab */
#container3 a.thirdTab:first-child => #thirdtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: thirdActiveTab;
	toggle-class-behaviour: switch;
}

/* Open tab by anchor */
#container3 a.thirdTab:anchor => #thirdtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: thirdActiveTab;
	toggle-class-behaviour: switch;
}
/*Container 4*/
#container4 a.fourthTab:active => #fourthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: fourthActiveTab;
	toggle-class-behaviour: switch;
}

/* Open the first tab */
#container4 a.fourthTab:first-child => #fourthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: fourthActiveTab;
	toggle-class-behaviour: switch;
}

/* Open tab by anchor */
#container4 a.fourthTab:anchor => #fourthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: fourthActiveTab;
	toggle-class-behaviour: switch;
}
/*Container 5*/
#container5 a.fifthTab:active => #fifthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: fifthActiveTab;
	toggle-class-behaviour: switch;
}

/* Open the first tab */
#container5 a.fifthTab:first-child => #fifthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: fifthActiveTab;
	toggle-class-behaviour: switch;
}

/* Open tab by anchor */
#container5 a.fifthTab:anchor => #fifthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: fifthActiveTab;
	toggle-class-behaviour: switch;
}
/*Container 6*/
#container6 a.sixthTab:active => #sixthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: sixthActiveTab;
	toggle-class-behaviour: switch;
}

/* Open the first tab */
#container6 a.sixthTab:first-child => #sixthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: sixthActiveTab;
	toggle-class-behaviour: switch;
}

/* Open tab by anchor */
#container6 a.sixthTab:anchor => #sixthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: sixthActiveTab;
	toggle-class-behaviour: switch;
}
/*Container 7*/
#container7 a.seventhTab:active => #seventhtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: seventhActiveTab;
	toggle-class-behaviour: switch;
}

/* Open the first tab */
#container7 a.seventhTab:first-child => #seventhtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: seventhActiveTab;
	toggle-class-behaviour: switch;
}

/* Open tab by anchor */
#container7 a.seventhTab:anchor => #seventhtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: seventhActiveTab;
	toggle-class-behaviour: switch;
}
/*Container 8*/
#container8 a.eighthTab:active => #eighthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: eighthActiveTab;
	toggle-class-behaviour: switch;
}

/* Open the first tab */
#container8 a.eighthTab:first-child => #eighthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: eighthActiveTab;
	toggle-class-behaviour: switch;
}

/* Open tab by anchor */
#container8 a.eighthTab:anchor => #eighthtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: eighthActiveTab;
	toggle-class-behaviour: switch;
}
/*Container 9*/
#container9 a.ninethTab:active => #ninethtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: ninethActiveTab;
	toggle-class-behaviour: switch;
}

/* Open the first tab */
#container9 a.ninethTab:first-child => #ninethtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: ninethActiveTab;
	toggle-class-behaviour: switch;
}

/* Open tab by anchor */
#container9 a.ninethTab:anchor => #ninethtabcontainer p {
	toggle-class: visibleTabContent;
	toggle-class-active: ninethActiveTab;
	toggle-class-behaviour: switch;
}