html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
}
body {
	color: #545050;
	background-color: #fafafa;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
h2, h3 {
	color: #cd6600;
	text-align: center;
	padding: 0.33rem 0;
	margin: 0.5rem auto;
}
h2 {
	font: normal normal bold 2.2rem/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 {
	font: normal normal bold 1.8rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start;
	margin: 0 auto;
}
.break, .break-years {
	display: none;
	visibility: hidden;
}
div > aside {
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	margin: 0;
	border: initial;
	overflow: visible;
}
p {
	font: normal normal normal 1.2rem/1 Georgia, Times, "Times New Roman", serif;
	width: 75%;
	max-width: 1000px;
	padding: 0;
	margin: 0.67rem auto;
}
img {
	float: left;
	width: 25px;
	height: 25px;
}
img {
	transition: transform 0.3s ease-out;
} 
img:hover {
	transform: scale(1.2);
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(84, 80, 80, 0), rgba(84, 80, 80, 0.75), rgba(84, 80, 80, 0));
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
table {
	margin: 0.8rem 0.4rem;
	border-collapse: collapse;
	border: 1px solid #999;
}
tr {
	border-bottom: 1px solid #999;
}
th, td {
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 0.4rem 0.2rem;
}
th {
	color: #cd6600;
	border-right: 1px solid #999;
}
.navigate table {
	display: table;
	margin: 0.4rem 0.2rem;
}
.navigate th {
	border: 1px solid #cd6600;
	font-size: 1.2rem;
	padding: 0.2rem;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #63B8FF;
	text-decoration: none;
}
a:active {
	color: red;
}
sup, sub {
	font-size: 1.0rem;
	vertical-align: baseline;
	position: relative;
	top: -0.4rem;
}
sub {
	font-size: 1.4rem;
	color: #dc143c;
	font-style: normal;
	top: 0.6rem;
}
sub[data-title]:after {
        bottom: 1.0rem;
        left: 1.8rem;
	font-size: 1.1rem;
}
b.lunar-eclipse {
	color: darkorange;
	font-weight: bold;
}
b.solar-eclipse {
	color: purple;
	font-weight: bold;
}
.index {
	color: #cd6600;
	background-color: #fafafa;
	position: absolute;
	border: 2px solid #cd6600;
	top: 4px;
	right: 10px;
}
.index th {
	font-size: 1.1rem;
	line-height: 1.0;
	padding: 0.2rem;
	font-weight: bold;
}
.index .rotate th:nth-child(2) { /* text to be read from top to bottom */
	writing-mode: vertical-lr;
	letter-spacing: 0.15rem;
	border-left: 1px solid #999;
}
.con {
	color: #000;
	font-style: italic;
}
.tri, .sex {
	color: #20948B;
	font-style: italic;
}
.opp, .squ {
	color: #962E2A;
	font-style: italic;
}
#topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #888;
	color: #fafafa;
	font-weight: bold;
	cursor: pointer;
	padding: 15px;
	border-radius: 15px;
}
#topBtn:hover {
	background-color: #444;
}
#mobile-phone {
	display: none;
	visibility: hidden;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#mobile-phone {
		text-align: center;
		display: block;
		margin: 0.6rem auto 0.2rem;
		visibility: visible;
		line-height: 1;
	}
	h2 span {
		display: none;
		visibility: hidden;
	}
	.break {
		display: block;
		visibility: visible;
		flex-basis: 100%;
		height: 0;
	}
	td span {
		display: none;
		visibility: hidden;
	}
	hr, p {
		width: 90%;
		margin: 1rem auto;
		font-size: 1.2rem;
	}
	#topBtn {
		bottom: 10px;
		right: 10px;
	}
	.index {
		position: static;
	}
}
/* Adjust form for smaller screens */
@media only screen and (max-width: 900px) {
	h2 {
		font-size: 2.0rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	.break-years {
		display: block;
		visibility: visible;
		flex-basis: 100%;
		height: 0;
	}
	hr, p {
		margin: 1rem auto;
		font-size: 1.3rem;
	}
	table {
		margin: 0.4rem 0.2rem;
	}
	sub {
		font-size: 1.1rem;
	}
	.navigate th {
		font-size: 1.1rem;
	}
	.index th {
		font-size: 0.9rem;
}
	#topBtn {
		bottom: 10px;
		right: 10px;
	}
}
@media only screen and (min-width: 608px) {
	div.months > table:nth-child(-n+4) a {
		pointer-events: none;
		cursor: default;
		color: #cd6600;
	}
}
/* Extra large devices (large laptops and desktops) */
@media only screen and (min-width: 1500px) {
	.months {
		display: none;
		visibility: hidden;
	}
	th, td {
		font-size: 1.6rem;
		padding: 0.4rem;
	}
	sub {
		font-size: 1.6rem;
	}
}



