@import url("/css/screen.css");
@import url("calendar.css");

/* STYLES */

body {
	background: white;
	font-size: 80%;
	padding: 20px;
	}

a {
	text-decoration: none;
	}

.mid-section {
	background: none;
	}

.row {
	display: block !important;
	}

.noPrint,
.noPrint.row {
	display: none !important;
	}