.fc-state-default {
   border: 0;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #032f55;
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #fff;
	background-color: #234f75;
}

.fc-state-hover {
	color: #fff;
	text-decoration: none;
}

.fc-state-down,
.fc-state-active {
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-content{
	padding:2px 5px;
}
a.fc-event{ border-radius: 3px !important; }
a.fc-more{margin:2px 5px; background-color:#ff9900; padding:2px; border-radius:0px !important;}
a.fc-more:hover{text-decoration:none; background-color:#ffaa11;}