*{
	font-size:1em;
	font-family:arial;
	line-height:1em;
}
#cboxClose{
	display:none!important;
}
h1{
	font-size:1.1em;
	margin-top:0px;
	text-decoration:underline;

}

.clear{
	color:red;
	text-decoration:none;
	padding:2px;
}
.clear:hover{
	color:red;
	text-decoration:underline;
}
.save{
	color:blue;
	text-decoration:none;
	font-weight:700;
}
.save:hover{
	color:red;
	text-decoration:underline;
}
.name{
	width:65px;
}
.numberBox{
	width:50px;
}
.colourBox{
	width:90px;
}
#dataEntry,#wizard{
	float:left;
	font-size:0.9em;

	width:600px;
}
#dataEntryControls{
	width:600px;

}
#dataEntry input, #dataEntry select, #dataEntry th,#wizard input, #wizard select, #wizard th{
	font-size:0.8em;
}
#moreInfo {
font-size:0.9em;
}
#dataEntry table td{
	text-align:center;
}
#dataEntry table th{
	text-align:left;
}
#dataEntry li, #moreInfo li{
	line-height:1.3em!important;
}
#chart_container{
	width:620px;
	height:500px;
}
#chart_wrapper{

	border:1px solid #A4BED4;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
@media print{
	#chart_container,#chart_wrapper{
			margin:0 auto;
	}
	#dataEntry,#zoom{
			display:none;
	}
}
.dataEntry-table td{
	border-bottom:1px solid #c6c6c6;
}
.dataEntry-table table{
	border-collapse:collapse;
}
#allTheButtons{
padding:7px;
text-align:center;
}
#allTheButtons input{
font-size:1.2em;
font-weight:700;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;

}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #c6c6c6;
}&#8203;