.Differences {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.Differences thead th {
	text-align: left;
	border-bottom: 1px solid #000;
	color: #000;
	padding: 4px;
}
.Differences tbody th {
	text-align: right;
	width: 4em;
	padding: 1px 2px;
	border-right: 1px solid #000;
	vertical-align: top;
	font-size: 13px;
}

.Differences td {
	padding: 1px 2px;
	font-family: Consolas, monospace;
	font-size: 13px;
}

.DifferencesSideBySide .ChangeInsert td.Left {
	background: #dfd;
}

.DifferencesSideBySide .ChangeInsert td.Right {
	background: #cfc;
}

.DifferencesSideBySide .ChangeDelete td.Left {
	background: #f88;
}

.DifferencesSideBySide .ChangeDelete td.Right {
	background: #faa;
}

.DifferencesSideBySide .ChangeReplace .Left {
	background: #fe9;
}

.DifferencesSideBySide .ChangeReplace .Right {
	background: #fd8;
}

.Differences ins, .Differences del {
	text-decoration: none;
}

.DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
	background: #fc0;
}

.Differences .Skipped {
	background: #f7f7f7;
}

.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
	background: #fdd;
}

.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
	background: #dfd;
}

.DifferencesInline .ChangeReplace ins {
	background: #9e9;
}

.DifferencesInline .ChangeReplace del {
	background: #e99;
}

pre {
	width: 100%;
	overflow: auto;
}
h1 {
	height: 64px;
	vertical-align: middle;
	padding: 10px 0 0 70px;
	margin: 20px 0 10px 0;
	font-size: 34px;
	color: #777;
}
table.summary {
	font-weight: bold;
}
.diffFooter {
	text-align: center;
	font-size: 16px;
	color: #999;
	font-family: Verdana;
	margin: 50px auto 50px auto;
}
.diffFooter a {
	color: #999;
}



.madeit-security-tab-content {
    display: none;
}

.madeit-security-tab-content-activate {
    display: block;
}
#titlediv .inside p.description {
	margin: 8px 2px 0;
}

#titlediv .inside p.description label {
	cursor: pointer;
}

span.shortcode {
	display: block;
	margin: 2px 0;
}

span.shortcode.old {
	background: #777;
	color: #fff;
}

span.shortcode > input {
	background: inherit;
	color: inherit;
	font-size: 12px;
	border: none;
	box-shadow: none;
	padding: 4px 8px;
	margin: 0;
}

#submitpost input.copy {
	margin-bottom: 10px;
}

#submitpost input.delete {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background: inherit;
	color: #a00;
}

#submitpost input.delete:hover {
	color: #f00;
}

#submitpost input.delete:focus {
	outline: thin dotted;
}

.postbox-container .postbox h3 {
	border-bottom: 1px solid transparent;
}

.keyboard-interaction {
	visibility: hidden;
	color: #23282d;
}

#misc-publishing-actions .misc-pub-section::before {
	content: "\f488";
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font: 20px/1 dashicons;
	left: -1px;
	padding: 0 2px 0 0;
	position: relative;
	text-decoration: none !important;
	top: 0;
	vertical-align: top;
	color: #82878c;
}

#misc-publishing-actions .misc-pub-section.warning::before {
	content: "\f534";
}

#misc-publishing-actions .misc-pub-section.warning a.external {
	font-style: italic;
}

div.config-error, span.config-error, ul.config-error {
	color: #d00;
	font-style: normal;
	font-size: 13px;
}

ul.config-error {
	margin: 0;
}

ul.config-error li {
	padding: 0 4px;
	margin: 0;
}

ul.config-error li a.external {
	font-style: italic;
}

[data-config-field][aria-invalid="true"] {
	border-color: #d00;
}

/*
 * List Table
 */
.fixed .column-title {
	width: 38%;
}

.fixed .column-shortcode {
	width: 38%;
}

/*
 * Welcome Panel
 */
.welcome-panel h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 2.1em;
	margin: 1.33em 0 0;
}

.welcome-panel p.message {
	line-height: 1.4em;
	margin-right: 25px;
}

.welcome-panel li {
	margin-bottom: 12px;
}

.welcome-panel-close {
	z-index: 2;
}



.hover-delete td a {
	display: none;
}

.hover-delete tr:hover td a {
	display: inline;
}