.year-wrap {
  font-family: "Microsoft JhengHei";
}
.year-wrap h1 {
  font-size: 22px;
  line-height: 2.5;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.year-wrap hr {
  border: 0;
  clear: both;
  display: block;
  width: 96%;
  background-color: #ddd;
  height: 1px;
  margin: 5px 0 1.5rem;
}
.year-wrap .filter-group {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.year-wrap #gotopBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 13px;
  border: none;
  outline: none;
  background-color: #00BCD4;
  color: white;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: 0.3s ease-in-out 0.1s;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.53);
  opacity: 0.85;
}
.year-wrap #gotopBtn:hover {
  background-color: #00a5bb;
  transition: 0.3s ease-in-out 0.1s;
  opacity: 1;
}
.year-wrap #prompt {
  display: none;
}
.year-wrap #openLunar:hover {
  color: #fff;
}
.year-wrap .gotoLunar em {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}

footer .copyright {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  margin: 0 0 0 10px;
  color: #a7a7a7;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px 15px 6px;
  border-radius: 5px 5px 0 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.27);
}
footer .copyright a {
  color: #c1c1c1;
}
footer .copyright a:hover {
  color: #fff;
}

.year-wrap table thead th {
  text-align: center;
}
.year-wrap table tbody td {
  text-align: center;
}
.year-wrap table caption {
  padding-top: 30px;
}
.year-wrap table caption em {
  font-size: 12px;
  font-style: normal;
}
.year-wrap .table-row {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */

.lunar-display {
  text-align: center;
background-color: oldlace;
  padding: 12px 5px 2px;
  border: 3px dotted #ecbb5d;
  margin-top: 10px;
}
#lunar_year_result {
  cursor: pointer;
      /* display: inline-block; */
}
#lunar_year_result:hover {
  background-color: #830000;
    color: #fff;

}
