/*
Theme Name: IJsselverhuur
Theme URI: https://machelp.nl
Author: MacHelp
Author URI: https://machelp.nl
Description: 
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ijsselverhuur
Tags: 
*/

* {
	/*box-sizing: border-box;*/
}
body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
}
header {
	max-height: 117px;
	padding: 24px;
	border-bottom: 1px solid #d11555;
}
header img {
	max-height: 68px;
}
main, nav {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

thead {
	position: sticky;
	top: 0;
	background-color: #d11555;
	padding: .125rem;
}
thead tr {
	background-color: #d11555;
	color: #ffffff;
}
thead td {
	font-weight: bold;
}
td {
	padding: .5rem;
}
