/*
 * Stylesheets for public area of agenda plugin
 * 
 */

.loading {
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
}

.fc-event a {
  background-color: transparent;
  color: #FFF;
}

.fc-event a:hover {
  background-color: #030159;
  color: #FFF;
  text-decoration: none;
}

.fc-content .fc-state-highlight.fc-today {
  /*background-color: #FAEA01;*/
}

.wp-agenda-tooltip-image {
   float: left;
   margin: 0 20px 20px 0;
   display: block;
}
