/* options-general.php */
.pvc_taxonomies,
.pvc_users,
.pvc_content_view_column_types,
.pvc_restrict_edit_views_types,
.pvc_toolbar_statistics_types,
.pvc_flushing_interval {
	margin-top: 18px;
}

#pvc_reports_form {
	margin: 12px 0;
}

#pvc_reports_form select,
#pvc_reports_form input {
	margin: 0 5px 5px 0;
}

#pvc_reports_chart_container {
	position: relative;
	max-height: 600px;
	margin-bottom: 40px;
	clear: left;
}

#pvc_reports_chart_container .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	z-index: 10;
}

#pvc_reports_section table {
	clear: left;
}

#pvc_reports_section table th.date,
#pvc_reports_section table td.date {
	width: 12%;
}

#pvc_reports_section table .loading {
	text-align: center;
}

#pvc_reports_section table .spinner {
	margin: 0;
	float: none;
}

#pvc_reports_export {
	margin-bottom: 10px;
	text-align: right;
	float: right;
}

#pvc_reports_export button {
	margin: 0 0 5px 5px;
}

.pvc-reports-chart {
	max-height: 600px;
	width: 100%;
}

/* edit-tags.php */
.edit-tags-php .widefat th#term_views,
.users-php .widefat th#user_views {
	width: 5.5em;
}

.edit-tags-php .widefat th.column-term_views .dashicons,
.edit-tags-php .widefat th.column-term_views .dashicons:before,
.users-php .widefat th.column-user_views .dashicons,
.users-php .widefat th.column-user_views .dashicons:before {
	font-size: 1.1em;
	vertical-align: middle;
}

.edit-tags-php .widefat td .dashicons,
.edit-tags-php .widefat td .dashicons:before,
.users-php .widefat td .dashicons,
.users-php .widefat td .dashicons:before {
	font-size: 1.1em;
}