/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

/* Celle calendario */
.jevent-day-cell {
  font-size: 2rem;
  border: 1px solid #ddd;
  min-height: 80px;
  padding: 5px;
  background: #ff0000;
  position: relative;
}

.jevent-day-cell.oggi {
  background: #ff0000;
  border: 2px solid #007bff;
}

.jevent-day-cell .day-number {
  font-weight: bold;
  margin-bottom: 5px;
}

/* Eventi per categoria */
.evento {
  font-size: 2rem;
  padding: 2px 4px;
  margin-bottom: 3px;
  border-radius: 3px;
  display: block;
  color: #ff0000;
  text-decoration: none;
}
