body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
  }

  #script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
  }

  #loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #calendar {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
  }

  .customEventMonth{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 1.4em;
  }

  .eventTitleMonth {
      margin: 5px 0px 0px 10px;
  }

  .eventTitleDay {
    margin: 0px 0px 0px 10px;
    line-height: 21px;
}

.error-message {
  color: red;
  font-size: .7em;
  position: relative;
  top: -15px;
}

#errorGlobal {
  font-size: 1.1em;
}

.nav-link {
  color: white;
  font-size: .9em;
  padding: .5em .5em !important;
}