/* unhide.css
 *
 * This style sheet is used only if Javascript is disabled.  By default, the content
 * area is made invisible while it is being set up so as to prevent flickering.  However,
 * since Javascript isn't running, we use this style sheet to override the default.
 * For this to work, the <link> tag needs to be put inside a <noscript> tag.
 */

.tab-content {
	display: inline;
}
