/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* Let chart and person pages use wide screens instead of staying boxed in the center. */
body.getperson .container,
body.pedigree .container,
body.descend .container,
body.fan .container,
body.ahnentafel .container,
body.relationship .container,
body.familygroup .container {
	width: min(96vw, 2200px);
}
