		#sensorTbl {font-family: Arial;	border-collapse: collapse;  width: 100%;font-size: 350%;}
		#sensorTbl td, #sensorTbl th {border: 1px solid #ddd; padding: 8px;text-align:center;}
		#sensorTbl tr:nth-child(even){background-color: #f2f2f2;}
		#sensorTbl tr:hover {background-color: #ddd;}
		#sensorTbl th {padding-top: 12px; padding-bottom: 12px; text-align:center; background-color: rgb(8, 118, 244); color: white;}</style>
		a.button {
    		display: inline-block;
    		padding: 5px 10px;
    		background: #0069b4;
    		font-size: inherit;
    		text-decoration: none;
    		color: rgb(8, 118, 244);
    		transition: background 200ms ease;
    		border: 0 none;
    		cursor: pointer;
    		-moz-appearance: none;
    		-webkit-appearance: none;
    		appearance: none;
    		border-radius: 0;
		}
		a.button:visited, a.button:active {
    		text-decoration: none;
    		color: rgb(8, 118, 244);
		}