.mvclist.pages .table .body .row.data.revision-not-published [data-property="revisionStatus"] {
	font-style: italic;
}

.mvclist.pages .table .body .row.data.system-page [data-property="uri"] {
	padding-left: 15px;
}

.mvclist.pages .table .body .row.data.system-page [data-property="uri"]::before {
	content: 'lock';
	position: absolute;
    top: 50%;
    left: 0px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    transform: translateY(-50%);
}

.mvclist.pagerevisions .table .body .row.data.revision-not-published [data-property] {
	font-style: italic;
}

.mvclist.pagerevisions .table .body .row.data.revision-current [data-property] {
	font-weight: bold;
}

#PageRevisionView-Form .mvctitle-panel {
	margin-left: 30px;
}