#timeslot-article .timeslot-label {
	display: block;
	margin: 5px;
	padding: 5px;
}

#timeslot-article #receiver-timeslot-select {
	margin: 5px;
    padding: 5px;
}

#timeslot-article #timeslot-calendar {
	height: 630px;
}

#timeslot-calendar .fc-day,
#timeslot-calendar .fc-event {
	background: rgba(215, 217, 220, 0.3);
}

#timeslot-calendar .fc-event .fc-bg {
	background: #ffc50a;
	opacity: 0.9;
	cursor: default;
}

#timeslot-calendar .fc-nonbusiness {
	background: #191919;
	opacity: 0.8;
}

#timeslot-calendar .fc-content {
	text-align: center;
}

#timeslot-calendar .fc-content .fc-time {
	color: #191919;
}

#timeslot-calendar .fc-content .remove-event-button {
	border-radius: 2px;
	border: solid;
	border-color: #282425;
	padding: 0px 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background: none;
}

#timeslot-calendar .fc-content .remove-event-button:hover {
	background: #282425;
	color: #ffc50a;
}

.timeslot-update input {
	margin-right: 10px;
	margin-top: 5px;
	height: 25px;
	width: 300px;
}
