 	html, body {
	  height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		font-family: 'Open sans', sans-serif;
		font-size: 14px;
		background-color: #fff;
		overflow: hidden;
	}
	
	#wrap {
		height: 100%;
		position: relative;
	}
	
	#leftframe {
		position: relative;
		display: inline-block;
		width: 120px;
		padding: 10px;
		z-index: 0;
		float: left;
		background-color: #eee;
		border-right: 1px solid #ccc; 
		height: calc(100% - 78px);
	}
	
	#rightframe {
		float: left;
		width: calc(100% - 161px);
		position: relative;
		display: inline-block;
		z-index: 0;
		height: calc(100% - 98px);
		margin: 10px;
		
	}
	#external-events {
		text-align: left;
		z-index: 2;
	}
		
	#external-events h4 {
		font-size: 16px;
		margin-top: 0;
		padding-top: 1em;
	}
		
	.ex-event {
		width: 118px;
		margin: 10px 0;
		padding: 2px;
		cursor: pointer;
		border-radius: 2px;
	}
	
	.fc-event a{
		text-decoration: none;
		color: #fff;
	}
		
	#external-events p {
		margin: 1.5em 0;
		font-size: 11px;
		color: #666;
	}
		
	#external-events p input {
		margin: 0;
		vertical-align: middle;
	}
	
	#instructions img {
		filter: invert(1);
		vertical-align: middle;
		margin: 0 3px 0 0;
	}
	
	#instructions ul, #instructions p {
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 11px;
		margin: 4px, 0px;
		padding: 0px;
	}
	
	#instructions li {
	    list-style-type: square;
		margin-left: 18px;
		margin-bottom: 4px;
	}

	#calendar {
		z-index: 0;
	}
	
	.fc-timeline-event {
		border-radius: 2px;
	}
	
	h2 {
		font-size : 14px;
		font-weight : 700;
	}