/* **** *
 * HEAD *
 * **** */

.aievent-head {
  margin-bottom: 15px;
}

.aievent-toolbar ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.aievent-toolbar ul li {
	position: relative;
	display: inline-block;
}

.aievent-toolbar ul li + li {
	margin-left: 15px;
}

.aievent-info {
	text-align: right;
}


/* **** *
 * BODY *
 * **** */

.aievent + .aievent {
	border-top: 2px solid white;
}

.aievent .aievent-toolbar {
	text-align: right;
}

.aievent-description img {
	width: 400px;
	height: auto;
}
 
.aievent-description, .aievent-schedule {
	margin-top: 15px;
}

/*** Schedule ***/

.aievent-schedule span.aievent-schedule-inscribe {
	float: right;
}

.aievent-schedule-table {
	width: 100%;
}

.aievent-schedule-table-row-current {
	background-color: yellow;
	color: black;
}

.aievent-schedule-table thead {
	font-size: 0.8rem;
}

.aievent-schedule-table-row-current td {
	border-top: 1px solid yellow;
	border-bottom: 1px solid yellow;
}

.aievent-schedule-table-timeslot-inscribed {
	background-color: green;
}

.aievent-schedule-table-timeslot-notinscribed {
	background-color: red;
}

.aievent-info {
	font-size: 0.8em;
	text-align: right;
}


/* **** *
 * FOOT *
 * **** */

.aievent-foot {
	margin-top: 15px;
}


/*** Pagination ***/
.aievent-pagination {
	text-align: center;
}

.aievent-head .aievent-pagination {
	margin-top: 15px;
}

.aievent-pagination .limit,
.aievent-pagination .counter {
	display: none;
}

.aievent-pagination ul {
	margin: 0;
	padding: 0;
}

.aievent-pagination ul li {
	position: relative;
	display: inline-block;
}

.aievent-pagination ul li + li {
	margin-left: 8px;
}