@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

html {
	font-family: "Open Sans";
	scroll-behavior: smooth; 
	font-size: 12px;
}

.table_title {
	font-size: 2em;
	font-weight: bold;
	background-color: #0066AA;
	color: #fff;
	text-align: center;
}
td {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

.div_gauge {
	/*float: left;
	width:20%;*/
}
