div	{
	margin: auto ;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 4px;
}
table {
	border-style: none;
	border-collapse: collapse;
	width: 100%;
}
th, .title{
	background-color: #f44336;
	padding: 5px;
	border: none;
	font-size: 16px;
}
.title{font-weight:bold;width: 95%;}
.center {text-align:center;}
td{ border: none; }
input[type=text]{
	padding: 10px;
	width: 97%;
	border-style: solid;
	border-color: #6d6e6a;
	font-size: 16px;
}
input[type=text]:disabled{ background-color: white; }
button {
	width: 100%;
	height: 40px;
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}
#canvas{
border: 1px solid;
width: 100%;
height: 200px;
}