#fep-new-post {
	padding: 20px 0;
}

#fep-new-post .wp-editor-container {
	border: 1px solid #DBDBDB;
}

#fep-new-post #fep-post-title,
#fep-new-post #fep-tags,
#fep-new-post #fep-category,
#fep-new-post #fep-about {
	clear: both;
	margin: 20px 0;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ddd;
}

#fep-new-post label {
	font-size: 15px;
	font-weight: bold;
	display: table;
	cursor: pointer;
}

#fep-new-post #fep-post-title,
#fep-new-post #fep-tags,
#fep-new-post #fep-category {
	box-sizing: border-box;
	width: 100%;
}

#fep-new-post #fep-about {
	width: 100%;
}

#fep-new-post #fep-post-title {
	font-size: 16px;
}

#fep-new-post .wp-editor-area {
	background: #FFF;
}

#fep-new-post #fep-featured-image {
	background: #ececec;
	border: 1px solid #e1e1e1;
	display: table;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
}

#wp-fep-post-content-wrap {
	margin: 10px 0;
}

#fep-featured-image a {
	color: #555;
}

#fep-featured-image a:hover {
	color: #999;
}

img.fep-loading-img {
	display: none;
	box-shadow: none;
	margin-left: 10px;
}

button#fep-submit-post,
button#fep-submit-post:active,
button#fep-submit-post:hover {
	border: 1px solid #1ba1e2;
	box-shadow: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

button#fep-submit-post {
	background: #1ba1e2;
	font-size: 15px;
	cursor: pointer;
}

button#fep-submit-post:hover {
	background: #666;
	border: 1px solid #666;
}

button#fep-submit-post:active {
	background: #306EB5;
}

button#fep-submit-post.passive-btn,
button#fep-submit-post.passive-btn:active,
button#fep-submit-post.passive-btn:hover {
	background: #e7e7e7;
	border: 1px solid #fff;
	cursor: default;
	color: #fff;
	border: 1px solid #d7d7d7;
	font-weight: bold;
}

#no-js, #fep-message {
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#fep-message {
	display: none;
}

#fep-message.warning {
	background: #FFEBE8;
	border: 1px solid #FFA1A1;
}

#fep-message.success {
	background: #DBF9DB;
	border: 1px solid #25A825;
}

.fep-author-bio {
	width: 100%;
	clear: both;
	padding: 20px 0;
}

#fep-posts > ul {
	list-style: none outside none;
	margin: 0;
}

#fep-posts li {
	display: table;
	list-style: none outside none;
	margin: 0 5px 0 5px;
	padding: 0;
	float: left;
}

#fep-posts li a {
	background: #F7F7F7;
	border-color: #DCDCDC;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 10px #EEEEEE inset;
	color: #858585;
	display: table;
	padding: 8px 20px;
	text-decoration: none;
	margin-bottom: -1px;
}

#fep-posts li a.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFF;
	box-shadow: none;
}

#fep-posts .fep-fixed-td {
	width: 15%;
	text-align: center;
}

#fep-post-table-container {
	border-top: 1px solid #DCDCDC;
	clear: both;
	padding-top: 20px;
}

#fep-posts .fep-nav {
	clear: both;
	display: block;
}

#fep-posts .fep-nav-link.fep-nav-link-left {
	float: left;
}

#fep-posts .fep-nav-link.fep-nav-link-right {
	float: right;
}

#sc_select {
	border: 1px solid #ddd;
}

#fep-post-table-container table {
	width: 100%;
}

#wp-fep-post-content-wrap #sc_select {
	display: none;
}

.single-footer .views,
.single-footer .edit-link,
.single-footer #fontsize,
.single-footer .print{
	display: none !important;
}