.notification-fetcher {
	margin: 1.5em 0;
}

.notification-fetcher__heading {
	margin: 0 0 .75em;
}

.notification-fetcher__table-wrap {
	overflow-x: auto;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
}

.notification-fetcher__table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	background: #fff;
}

.notification-fetcher__table th,
.notification-fetcher__table td {
	padding: .85em 1em;
	border: 0;
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
	vertical-align: top;
}

.notification-fetcher__table th {
	background: #f6f7f7;
	font-weight: 600;
}

.notification-fetcher__table tbody tr:last-child td {
	border-bottom: 0;
}

.notification-fetcher__table th:last-child,
.notification-fetcher__date {
	width: 11em;
	white-space: nowrap;
}

.notification-fetcher__list {
	margin: 0;
	padding-left: 1.25em;
}

.notification-fetcher__item {
	margin: 0 0 .75em;
}

.notification-fetcher__list .notification-fetcher__date {
	display: block;
	margin-top: .2em;
	color: #666;
	font-size: .9em;
}

@media (max-width: 600px) {
	.notification-fetcher__table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.notification-fetcher__table,
	.notification-fetcher__table tbody,
	.notification-fetcher__table tr,
	.notification-fetcher__table td {
		display: block;
		width: 100%;
	}

	.notification-fetcher__table tr {
		padding: .75em 1em;
		border-bottom: 1px solid #e9e9e9;
	}

	.notification-fetcher__table tbody tr:last-child {
		border-bottom: 0;
	}

	.notification-fetcher__table td {
		padding: .2em 0;
		border: 0;
	}

	.notification-fetcher__table td::before {
		content: attr(data-label);
		display: block;
		margin-bottom: .15em;
		font-size: .8em;
		font-weight: 600;
	}
}
