.log-emails-log-details {

	width: 96%;

	> tbody > tr > th {
		text-align: right;
		vertical-align: top;
		padding: 3px;
		width: 8em;
	}

	> tbody > tr > td {
		padding: 3px;
		border: 1px solid #ccc;
		background-color: white;
	}

	.log-emails-content-html * {
		margin: inherit;
	}
}

th.column-_log_emails_warnings {
	width: 16em;
}

td.column-_log_emails_warnings {

	p {
		color: #A00;
	}

}

.log-emails-next-prev {

	position: relative;
	width: 96%;
	height: 1em;
	margin-bottom: 2em;

	a {
		position: absolute;
		text-decoration: none;
	}

}

.log-emails-link-prev {
	left: 40%;
}

.log-emails-link-next {
	right: 40%;
}

.log-emails-link-list {
	left: 50%;
	text-indent: -0.75em;

	/* WP 4.0 places box shadow around where character would be before text-index; clean it up */
	&:focus {
		box-shadow: none;
		color: #444;
	}
}

#the-list {

	.type-log_emails_log {

		.column-date {

			// hide Date column BR elements that separate post status from date in other post types
			br {
				display: none;
			}

		}

	}

}

/* provide support for older WP with no dashicons */
.branch-3-5,
.branch-3-6,
.branch-3-7 {

	.log-emails-next-prev {

		.dashicons {
			display: inline-block;
			width: 1.5em;
			height: 1.5em;
			font-size: 1.2em;
			font-weight: bold;
			line-height: 1;
			vertical-align: top;
			text-align: center;
		}

		.dashicons-arrow-left-alt2:before {
			content: "<";
		}

		.dashicons-arrow-right-alt2:before {
			content: ">";
		}

		.dashicons-list-view:before {
			content: "=";
		}

	}

}
