table {
	border-collapse: collapse;
}
#banner #admin_login {
	float: right;
	padding: 12px;
	color: var(--theme-font-color);
}
#content table {
	display: inline-table;
}
#content table tr:nth-child(odd) {
	background-color: var(--theme-table-alternate-bg-color);
}
#content table tr td {
	padding: 10px 30px;
	font-size: 1.3em;
	user-select: none;
	cursor: pointer;
}
#content table tr td.datetime {
	text-align: left;
}

a {
 color:#B3F480;	
	 
}

@media only screen and (max-width: 900px) {
	#content {
		font-size: 12px;
	}
	#content table tr td {
		padding: 10px 20px;
	}
}

@media only screen and (max-width: 680px) {
	#banner #admin_login {
		display: none;
	}
}