nav#editor-header {}
	nav#editor-header .btn-edit {
		color: #F00;
	}
	nav#editor-header .btn-edit:hover {
		font-weight: bold;
		color: #F44 ! important;
	}
	
div#editor-view {
	width: 100%;
}
	div#editor-view iframe {
		width: 100%;
		border: none;
	}

	div#modal-doc form div.form-group-url .exists-list ul {
		padding: 6px;
		border: 1px solid #CCC;
		border-radius: 4px;
	}
	div#modal-doc form div.form-group-url .exists-list ul li {
		margin-bottom: 10px;
	}

div#content-list {
	margin-top: 10px;
	padding: 10px;
}
	div#content-list ul {
		margin-bottom: 20px;
		padding: 6px;
		border: 1px solid #CCC;
		border-radius: 6px;
	}
	div#content-list ul li a.btn {
		margin-right: 10px;
	}

	div#content-list .card-body > div {
		margin-top: 8px;
	}
	div#content-list .card-body > div:first-child {
		margin-top: 0;
	}
