.ck.ck-toolbar {
	background-color: transparent;
	border: none;
}

#editor {
	background-color: white;
	margin-bottom: 20px;
	max-width: 780px;
}

#editor li {
	margin-top: 5px;
}

.editor p {
    font-size: 18px;
    margin: 0.8em 0;
}

.editorText {
	border-radius: 6px;
	padding-left: 22px;
	padding-right: 22px;
	background-color: white;
	margin-top: 5px;
}

.editorText img {
	background-size: contain;
    background: no-repeat;
    max-width: 650px;
}

.postDescription,
.trashDescription {
	border: none;
	resize: none;
	font-size: 20px;
	color: #0e0e0e;
	font-family: 'GothamRounded';
	overflow: scroll;
	width: 100%;
	box-sizing: border-box;

	border-radius: 6px;
    padding-left: 5px;
/*    padding-right: 22px;*/
    background-color: transparent;
	padding-bottom: 5px;
	padding-top: 5px;
}

.editorTools {
/*	background-color: #f9f9f9;*/
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable):focus {
	outline: none;
	border-radius: 0px;
	border: none;
	box-shadow: none;
}

.ck.ck-editor__editable_inline {
	border: none;
}
