/* prevent selecting of text in interface  */
/* {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}
*/

* {
	font-family: helvetica;
}

div {
	border-width: 0px;
	border-style: solid;
	border-color: black;
	padding: 0px;
	margin: 0px;
}

.button {
	background-color: #04aa6d;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.buttonL {
	background-color: #ededed;
	border: none;
	color: black;
	font-size: 50px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.noLineLink {
	text-decoration: none;
	color: black;
}
/*
 * padding: 15px 32px;
 * 
	margin: 4px 2px;
 * */

#tabl1 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 540px;
	border: 1px solid green;
	background-color: #ededed;
	padding: 0px;
	margin: 0px;
}

#menu1 {
	width: 100%;
	height: 60px;
	background-color: #ededed;
}
#left-button {
	line-height: 60px;
	text-align: center;
	width: 60px;
	height: 60px;
	font-size: 50px;
	display: inline-block;
	border: 0px solid green;
	background-color: #ededed;
	padding: 0px;
	margin: 0px;
}

#right-button {
	line-height: 60px;
	width: 60px;
	text-align: center;
	height: 60px;
	font-size: 50px;
	display: inline-block;
	border: 0px solid green;
	background-color: #ededed;
	padding: 0px;
	margin: 0px;
}

#SymFB {
	text-align: center;
	display: inline-block;
	line-height: 60px;
	height: 60px;
	border: 0px solid green;
	background-color: #ededed;
	padding: 0px;
	margin: 0px;
}

#SymFB-left {
	display: inline-block;
	text-align: right;

	width: 300px;
	height: 60px;
	border: 0px solid green;
	font-size: 50px;
	background-color: #ededed;
	padding: 0px;
	margin: 0px;
}

#SymFB-centre {
	text-align: center;
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 0px solid green;
	background-color: #ededed;
	font-size: 50px;
	padding: 0px;
	margin: 0px;
}

#SymFB-right {
	width: 300px;
	height: 60px;
	display: inline-block;
	text-align: left;
	font-size: 50px;
	border: 0px solid green;
	background-color: #ededed;
	padding: 0px;
	margin: 0px;
}

#mat {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 480px;
	background-color: white;
	padding: 0px;
	margin: 0px;
}
/* border: 1px solid green; */
#canvas1 {
	position: absolute;
	left: 0px;
	top: 0px;
}
/* w & h should be same as #mat   border: 1px solid red;*/

#leftbar {
	width: 60px;
	height: 100%;
	background-color: #ededed;
	position: absolute;
	left: 0px;
	top: 0px;
}
#rightbar {
	width: 60px;
	height: 100%;
	background-color: #ededed;
	float: right;
}
img {
	display: inline-block;
	width: 50px;
	height: 50px;
}
