* {
	box-sizing: border-box;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

caption,
th,
td {
	border: 2px solid #000000;
}

caption {
	border-bottom: none;
	font-weight: 750;
}

.weekends {
	color: red;
}
