html {
  font-size: 14px;
  user-select: none;
}

a:hover {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.container {
  max-width: 960px;
  padding-top: 100px;
}

.list-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.card-header:hover {
  background-color: #EFEFEF !important;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.pointer {
  cursor: pointer;
}

.d-hide {
  display: none;
}

.remind:hover {
  color: var(--blue);
}

.remind-time {
  font-size: 12px;
  margin-top: 5px;
  margin-left: 31px;
  color: #999;
  font-style: italic;
  font-weight: normal;
}