*{
	font-family: Comic Sans MS;
}

.container {
	width: 100%;
	height: 100%;
	min-height:800px;
}

	.header {
		margin-left: 35%;
		width: 30%;
		height: 10%;
		text-align: center;
		background: #f48024;		  
		color: white;
        font-size: 50px;
		font-weight: bold;
		padding-bottom: 10px;
		border-radius: 10px;
	}
	
	.topbar {
		width: 99%;
		height: 10%;
		display: inline-block;
		padding-top: 10px;
	}
	
	.editpanel {
		float: left;
		border-style: ridge;
		border-color: #00ced1;
		border-width: 10px;
		border-collapse:collapse;
	}
	
	.editpanel td {
		cursor:pointer;
		text-align:center;
		padding: 0;
		border:1px solid #262626;
		image-rendering: -moz-crisp-edges;
		image-rendering: -webkit-crisp-edges;
		image-rendering: pixelated;
		image-rendering: crisp-edges;
	}
	
	.iconbtnpanel {
		width: 6%;
		height: 600px;
		float: left;
		display:block;
		text-align: center;
		padding-top:10px;
	}

	.iconbutton {		
		border: 3px solid black;
		border-radius: 10px;
		width: 80px;
		height: 50px;
		background: black;
		text-align: center;
		margin: 2px 2px;
		cursor: pointer;
	}	
	
	.active, .iconbutton:hover {
		border-color: #00FF00;
		outline:none;
	}
	
	.labels{
		display: inline-block;
		width: auto;
		height: 25px;
		padding: 2px 2px;
		text-align: center;
		font-size: 25px;
		
	}
	
	.functnbutton{
		box-shadow: 0px 10px 14px -7px #97c4fe;
		background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
		background-color:#79bbff;
		border-radius:8px;
		width: 100px;
		height: 40px;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-size:22px;
		font-weight:bold;
		text-align: center;
		text-decoration:none;
		text-shadow:0px 1px 0px #3d768a;
		border: none;
	}
	
	.functnbutton:hover {
		background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
		background-color:#378de5;
		color:#0000cd;
	}
	.functnbutton:active {
		position:relative;
		outline:none;
		top:1px;
	}
	
	select{
		height: 30px;
		min-width: 20px;
		border: 2px solid  #0000A0;
		border-radius: 5px;
		color: #0000A0;
		outline: none;
		cursor:pointer;
		font-size:15px;
	}
	
	.disabled {
		opacity: 0.5;
		pointer-events: none;

	}
	
	.modal {
		display: block;
		position: fixed;
		z-index: 1; 
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%; 
		height: 100%; 
		overflow: auto; 
		background-color: rgb(0,0,0); 
		background-color: rgba(0,0,0,0.4); 
	}
	
	.content-loading {
		border-radius:8px;
		background-color: #ffffe0;
		margin: auto;
		padding:10px;
		width: 550px;
		height: 400px;
		font-size: 30px;
		font-weight: bold;
		color: #0000cd;
		text-align: center;
	}
		
	.content-link {
		display: none;
		border-radius:8px;
		background-color: #ffffe0;
		margin-left: 30%;
		padding:20px;
		width: 400px;
		height: 200px;
		font-size: 12px;
		color: red;
		text-align: center;
		position: absolute;
		z-index:3;
		display:none;
		border:1px solid red;
		word-wrap:break-word;
	}
	
	

	

	