.example-wrapper {
  margin: 1em auto;
  max-width: 800px;
  width: 95%;
  font: 18px / 1.5 sans-serif;
}

.example-wrapper code {
  background: #F5F5F5;
  padding: 2px 6px;
}


.fc-list-event-time {
  display: none;
}

.example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
.example-wrapper code { background: #F5F5F5; padding: 2px 6px; }


/* {# calendar display mobile  following rules for template#} */
@media screen and (max-width: 576px) {
  .fc-prevYear-button{
    display: none!important;
  }
  .fc-nextYear-button{
  display: none!important;
  }

  .fc-dayGridMonth-button{
    display: none!important;
  }

  .fc-listYear-button{
    display: none!important;
  }

  .fc .fc-toolbar-title{
    font-size: 1.50em;
  }

  .fc .fc-view-harness{
    min-height: 360px;
  }

}