html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.cjslib-month,
.cjslib-year {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
    color: #ffffff;
}

.cjslib-date {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0056b3;
    color: #ffffff;
}

.cjslib-events .cjslib-date {
    background-color: #d9e8ff !important;
    color: #ffffff !important;
}

.cjslib-events .cjslib-list li {
    border-bottom: 1px solid rgba(21,21,21,.12);
    padding: 10px;
}

    .cjslib-events .cjslib-list li:hover {
        background-color: rgba(21,21,21,.05);
        box-shadow: inset 0 0 4px rgba(21,21,21,.21);
    }

.delete-button {
    background: none;
    border: none;
    color: red;
    font-size: 16px;
    cursor: pointer;
}
