﻿.fc th {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
	background-color: #111;
	border-color: #111;
}
.fc-button-primary {
	background-color: #333;
	border-color: #333;
}
.fc-button-primary:disabled {
	background-color: #848484;
	border-color: #848484;
}
.fc-button-primary:hover {
	color: #fff;
	background-color: #111;
	border-color: #111;
}