/******************** 
 * JQuery qtip plugin
 * Used by fullcalendar event calendar.
 *********************/

.fc-tooltip.qtip-bootstrap {
  font-size: 16px;
  line-height: 1.2;
  color: #060606;
  border-radius: 0;
  box-shadow: none;
  border: 1px #060606 solid;
}

  .fc-tooltip.qtip-bootstrap .qtip-titlebar {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    background-color: #ebebeb;
    color: #060606;
    border-radius: 0;
  }

  .fc-tooltip.qtip-bootstrap .qtip-content {
    font-style: italic;
  }
