body {
	user-select: none;
	text-align: left;
}
hr {
	border: 1px solid silver;
}
.g {
	border: 1px solid silver;
	text-align: left;
}
table {
	min-width: 100%;
}
.a {
	text-align: left;
}
.b {
	text-align: center;
}
.c {
	text-align: right;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	color: green;
	text-decoration: none;
}
.c-db {
	color: #2C3E50;
}

.c-g {
    color: #28a745;
}

.c-y {
    color: #ffc107;
}

.c-r {
    color: #dc3545;
}

.time {
	color: black;
	text-decoration: none;
}

.time:hover {
	color: black;
	text-decoration: underline;
}

.time:active {
	text-decoration: none;
}