.meeting_event_item p {
	margin-bottom: 0.333em;
}

.meeting_event_item_desc {
	/*display: inline-block; */
	font-size: 0.875em;
}

.attachments_link {
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
}

.attachments_link a {
	font-size: 0.875em;
}

.attachments_link .fa {
	line-height: inherit;
	font-size: inherit;
	margin-right: 0.25em;
}

div.breadcrumbs {
    width: 100%;
    background-color: none;
    padding: 0px 4px;
}

.breadcrumb {
    font-size: 80%;
}
.breadcrumbs .separator {
    font-size: 80%;
}

.meeting_event_item {
	border-bottom: solid 1px lightgray;
	margin-top: 20px;
	padding: 0 20px 10px;
}

.calendar_ics {
	display: inline-block;
}

.calendar_ics .fa {
	line-height: inherit;
	font-size: inherit;
	margin-right: 0.25em;
}

.calendar_ics span {
	display: inline-block;
}

.pagination {
	display: inline-block;
	position: relative;
	left: 50%;
	top: 20px;
	margin-bottom: 20px;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 2px;
	box-shadow: 0 0 0 1px lightgray;
}

.pagination .page-numbers {
	display: inline-block;
	margin: 6px 2px;
	padding: 0 10px;
	box-shadow: 1px 0 0 0 lightgray;
	font-family: "Cousine", monospace;
	font-size: 0.875em;
	line-height: 1;
}

.pagination .next {
	box-shadow: none;
}

.pagination .current {
	font-weight: 700;
}

.attachments {
	margin: -20px 0 0 -20px;
}

.attachment {
	width: 200px;
	text-align: center;
	margin: 20px;
}

.attachment .attachment-thumb {
	box-shadow: 0 0 0 1px gray;
	border-radius: 1px;
}

.attachment-title {
	display: block;
	font-weight: 700;
}

.attachment-type {
	text-transform: uppercase;
}