body {
	margin: 0 0 0 0;
	font-family: sans-serif;
}

@media all and (min-width: 600px) {
	body {
		margin-top: 2em;
	}
	
	header {
		position: fixed;
		width: 33%;
	}

	section {
		position: absolute;
		width: 33%;
	}

	#Saturday, #Saturday header {
		left: 33.5%;
	}

	#Sunday, #Sunday header {
		left: 67%;
	}
}

header {
	background-color: #E0DDE0;
	left: 0;
	right: 0;
	top: 0;
	height: 1em;
	padding: 0.5em 0;
	opacity: 0.97;
	z-index: 1;
	border-bottom: solid 1px #CCC9CC;
}

header p {
	margin-left: 0.5em;
}

article {
	position: relative;
	padding: 0.5em;
	border-bottom: solid 1px #CCC9CC;
}

h1, p {
	margin: 0;
}

h1 {
	font-size: 1.15em;
	margin-right: 4em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.room {
	position: absolute;
	color: #777;
	left: 8em;
}

.bkmk {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4em;
	background-image: url('../images/bookmark_none.png');
	background-repeat: no-repeat;
    background-position: top right;
    opacity: 0.8;
}

.selected {
	background-image: url('../images/bookmark.png');
	opacity: 1;
}

.now {
	background-color: #F1F2DD;
}