/* body */
body {margin:0;}
		/* table */
			table {
				padding: 0px;
				margin: 0px;
				}
			th,  td {
			text-align: left;
			padding: 5px;
			margin: 5px;
			}
			
			.icon {
			padding: 0px;
			margin: 0px;
			}
			
html, body{
    min-height: 100%;
    height: 100%;
}
.fullheight {
    height: 90%;
}

.contph {
	
	height: 50px;
	width: 100%;
	
	
}

.cont
{
	
	height: 100%;
	width: 100%;
	align-items: center;
	text-align: center;
	justify-content: center;
	
}
.main {
	height: 100%;
	width: 100%;
    display: block;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}
/* icons */

/* headbar */

	.topnav {
		position: fixed;
		z-index: 10;
		width: 100%;
		overflow: hidden;
	}

	.topnav a {
		float: left;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
	}

/* sidebar */

.sidebar {
	position: fixed;
	z-index: 10;
	overflow-x: hidden;
	display:none;
	text-align: left;
}

.sidebar a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	display: block;
}

.sidebar a:hover {
	color: #f1f1f1;
}

/* wrapper */

.tableWrapper {overflow: hidden;}
	
.outertable {
  overflow: hidden;
   margin: 0em;
}

.scrollabletable {
	overflow: auto;
   margin: 0px;
   padding: 0px;
   overflow-y: auto;
}

/* appstyle */


/* etc */

