.tabl {
	max-width: 350px;
	min-width: 150px;
	border-collapse: collapse;
	margin-left: 0;
	background: #fff;
}
.fc-small, .fc-small table {
	font-size: 10px;
	text-align: center;
	background-color: transparent;
}
.fc-small-header-left {
	width: 25%;
	text-align: left
}
.fc-small-header-right {
	width: 25%;
	text-align: right
}
.fc-small-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	border: 0;
	color: #000000;
	font-size: 1.5em
}
.fc-small-widget-header, .fc-small-widget-content {
	border: 2px solid #7a6432;
	background: #EEE;
}
.fc-small-state-highlight {
	background: #e9d9b8;
	font-weight: bold
}
.fc-small-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.fc-small-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	background: #fff;
}
.fc-small-state-default .fc-small-button-inner {
	border-style: solidd;
	border-radius: 5px;
	border-width: 0 1px
}
.fc-small-button-content {
	position: relative;
	float: left;
	height: 1.4em;
	line-height: 1.4em;
	padding: 5px 5px;
	white-space: nowrap;
  font-size: 1.5em;
  color: green;
}
.fc-small-border-separate th, .fc-small-border-separate td {
	border-width: 1px 0 0 1px
}
.fc-small-border-separate th.fc-small-last, .fc-small-border-separate td.fc-small-last {
	border-right-width: 1px
}
.fc-small-last th, .fc-small-border-separate tr.fc-small-last td {
	border-bottom-width: 10px;
	border-color: black;
}
.fc-small-grid th {
	text-align: center
}
.fc-small-grid .fc-small-day-number {
	float: right;
	padding: 2px 2px;
}
.fc-small-grid .fc-small-other-month .fc-small-day-number {
	opacity: .3;
	filter: alpha(opacity=30)
}
.fc-small-grid .fc-small-day-content {
	clear: both;
	padding: 2px 3px 2px
}
.font {
	font-style: italic;
}