table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table tr:nth-child(even) {
	background-color: #f5f5f5;
}

table td {
	padding: 5px;
	border: 1px solid var(--light-gray);
}

.sidebar-menu a {
	font-size: 13px !important;
}

.wp-calendar-table {
	margin: 0;
}

#today {
	height: auto !important;
	border: 0 !important;
}