/* Styles for Live Events administration page */

.live-event-delete {
	display: inline-block;
	height: 100%;
	min-height: 600px;
}

.live-event-delete #page_titre h1 {
	line-height: 50px;
	text-align: left;
}

.live-event-delete .confirmation-form {
	display: inline-block;
	font-size: 18px;
	padding-top: 20px;
}

.live-event-delete .confirmation-buttons {
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}

.live-event-delete .confirmation-buttons div {
	display: inline-block;
}

.live-event-delete .confirmation-buttons input[type="submit"] {
	background: none;
	border: none;
	font-size: 18px;
	margin-right: 30px;
	vertical-align: baseline;
}

.live-event-delete .confirmation-buttons input[type="submit"]:hover {
	color: rgb(254, 49, 0);
}