.center {
	text-align: center;
}

.admin-list li a {
	display: block;
	width: 50%;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 30px;
	padding: 20px 20px;
	background-color: #dd5f5e;
}

.admin-panel .header-logo {
	width: 180px;
}

.note-editor {
	line-height: 1.4;
}

.note-editor b {font-weight: bold;}
.note-editor strong {font-weight: bold;}
.note-editor p {margin-bottom: 10px;}
.note-editor ul {margin-left: 30px;list-style-type: disc;}
.note-editor ol {margin-left: 30px;list-style-type: decimal;}

label {
	margin-bottom: 10px;
}

form {
	width: 100%;
}