#content table.fullcalendar td {
  border: 1px solid #B7C2CC;
}

table.fullcalendar {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	background-color: #FFFFFF;
}

table.fullcalendar tbody td {
	height:8em;
}

table.fullcalendar ul li {
  font-size: 1em;
  line-height: normal;
  list-style-type: none;
}

table.fullcalendar tbody td {
  overflow: hidden;
  text-align: left;
}

table.eme-calendar-table tr.days-names {
  font-weight: normal;
  color: #529AD9;
}

table.eme-calendar-table td.eventful-pre a{
  /*color: #2652BC; Updated for background colours*/
  color: #FFFFFF;
}

table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a {
  /*color: #2652BC; Updated for background colours*/
  color: #FFFFFF;
  font-weight: normal;
  margin: 1px;
}

table.eme-calendar-table td.eventful-post a{
  /*color: #2652BC; Updated for background colours*/
  color: #FFFFFF;
}

table.fullcalendar ul {
  margin: 5px 5px 5px 5px;
}

table.fullcalendar td.eventless-today, table.fullcalendar td.eventful-today {
  background-color: #EAEAEA;
}

.widget_eme_list ul{
	margin-left: 0px ;
}

.widget_eme_list ul li{
	list-style-type: none ;
	border-bottom: 1px solid #B7C2CC;
}

.full_calendar_style { 
    position: relative;
    background-color: #FFF;
    border-radius: 3px;
    /*border: 1px solid #8AC007;*/
    padding: 2px;
}

.Club-Run { 
    background-color: #2196f3;
}

.Member-Submitted { 
    background-color: #F44336;
}

.Cyclosportive { 
    background-color: #9E9E9E;
}

.Meeting { 
    background-color: #3F51B5;
}

.Race { 
    background-color: #673AB7;
}

.Recreation-Ride { 
    background-color: #4CAF50;
}

.Road { 
    background-color: #9E9E9E;
}

.Social { 
    background-color: #9E9E9E;
}

.Sustrans { 
    background-color: #9E9E9E;
}

.Time-Trial { 
    background-color: #FF9800;
}

.Coaching { 
    background-color: #990099;
}

.Coaching:before {
    content: "\f085";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 14px;
    padding-right: 0.1em;
}

.Member-Submitted:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 14px;
    padding-right: 0.1em;
}
