/* supplement.css — konyveslap.hu. Phase-4 fixes (contrast/layout) go here. */

/* Footer band: original .wsFooter is a fixed 149px decorative strip on a dark
   background image; let the monetisation band grow and stay readable there. */
.wsFooter { height: auto; overflow: visible; }
.wsFooter .romlifooter {
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    margin: 12px auto;
    max-width: 910px;
}
.wsFooter .romlifooter a { color: #00B6EF; }

/* Main nav: 6th item (Blog) wrapped below the 54px bar and was clipped. */
div#menu ul#MainMenu {
	display: flex;
	float: none;
	margin-left: 75px;
	width: 915px;
	height: 54px;
}
div#menu #MainMenu li {
	flex: 1;
	float: none;
}
div#menu #MainMenu li a {
	width: 100%;
	box-sizing: border-box;
}
