/* app style sheet */

.round
{
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* general container */
.container {
	background-color: #edf6ed;
	margin: 1px;
}

#app {
	overflow-x: hidden; 
	overflow-y: hidden;
}

#app #main {
	padding: 0px;
	text-align: middle;
	height: auto;
	position: relative;
}

#courseList {
	overflow-x: hidden; 
	overflow-y: hidden;
	max-width: 50%;
	margin-left: 1px;
	
	position: absolute;
	top: 0;
	left: 50%;
	height: auto;
	bottom: 0px;
}

#courseList #courses {
	overflow-x: hidden; 
	overflow-y: auto;
}

#calendar {	
	position: absolute;
	bottom: 0px;
	top: 0px;
	height: auto;
	padding: 1px;
	right: 50%;
}
