body {
min-width: 1200px !important;
}

table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

#toTop {
  display: block;
  position: fixed;
  z-index: 995;
  bottom: 30px;
  right: 30px;
}

#toTop a {
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  padding-top: 5px;
}

#toTop a:hover {
  opacity: 1;
}

#toTop a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  transform: rotate(-45deg);
  transform-origin: center;
}

#toTop.toTop--circle a {
  border-radius: 100px;
}

#toTop.toTop--primary a {
  background: #108A65;
}

#toTop.toTop--primary a:after {
  border-color: #ffffff;
}

@media (max-width: 992px) {
  #toTop {
    bottom: 10px;
    right: 10px;
  }
}
