@font-face {
	font-family: NotoSansSc;
	font-weight: normal;
	src: url("./fonts/NotoSansSC-Regular.otf") format("opentype");
}

@font-face {
	font-family: NotoSansSc;
	font-weight: bold;
	src: url("./fonts/NotoSansSC-Bold.otf") format("opentype");
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	background: #0A122A;
	color: #000000;
	margin: 0;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
	text-decoration: inherit;
	color: inherit;
}

table {
	overflow:hidden;
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

table thead tr {
	background-color: #0A122A;
	color: #ffffff;
	text-align: left;
}
table th, table td {
	padding: 12px 15px;
}

table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.highlight {
	color: #ed6a5a;
}