/*
	Theme Name: Trekkhundregisteret v2.6
	Version: 2.6
	Author: Webfx
	Text Domain: pedigree
	Domain Path: /languages
    Requires PHP: 8.4
*/

body {
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	line-height: 18px;
	vertical-align: top;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body footer { 
	margin-top: auto;
	min-width: 100%;
}

td {
	font-size: 12px;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

section h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}