@charset "utf-8";
/* CSS Document */

@media screen {
	

input[type=button] {
	background-color: #0078bf;
	color: white;
	padding: 10px 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
}

}

@media print {
				.agenda-nav {
				display: none;
			}
			
			.print-btn {
				display: none;
			}
			
			.daytwo {page-break-before: always;
	}
	
	.daythree {page-break-before: always;}
	
	.dayfour {page-break-before: always;}
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
			.print-btn {
				display: none;
			}
}