/*Header styling*/
#fep-header
{
	border: 1px solid #E7E7E7;
	width: 100%;
	color: white;
}

#fep-header strong
{
	color: #333;
	font-size: 20px;
}

#fep-header p
{
	padding: 0px;
	margin: 3px;
	color: #333;
	font-size: 12px;
	line-height:20px;
}

#fep-header .avatar
{
	float: left;
	border: none;
	margin: 5px !important;
	padding: 0 !important;
}

/*Menu Styling*/
#fep-menu
{
	color: #333;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
/*Content styling*/
#fep-content
{
	margin-top: 10px;
	padding: 0px;
	height: auto;
	width: 100%;
}

#fep-content  hr
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#fep-content .fep-pmtext p
{
	margin-left: 0px;
}

#fep-content textarea
{
	min-height: 200px;
}

#fep-content table
{
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	text-align: left;
}

#fep-content th, #fep-content td
{
	padding-left: 5px;
	border: 1px solid #E7E7E7;
	vertical-align: top;
}

#fep-content .fep-head{
	font-size: 14px;
	width:100%;
	color: #fff;
	height: 100%;
	background: #444;
	}
#fep-content .fep-trodd0
{
	background-color: #FAFAFA;
}
#fep-content .fep-trodd1
{
	background-color: #F2F7FC;
}

#fep-content img
{
	max-width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#fep-content small
{
	font-size: 10px;
}

#fep-content blockquote
{
	color: #666;
	width: 90%;
	background: #eee;
	border: 1px solid #E7E7E7;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

pre.code
{
	width: 90%;
	background: #eee;
	border: solid 1px #ccc;
	padding: 5px;
	overflow: auto;
	white-space: pre-wrap;
	font-size: 95%; /*If font is too small try increasing this*/
}
/*Auto-suggest*/
#fep-result
{
	width:250px;
	margin-top: -10px;
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#fep-result ul
{
	padding-left: 0px;
	list-style: none;
	margin:	0px;
}
#fep-result li {
	padding: 2px 5px;
	cursor: pointer;
}
#fep-result {
	color: #111;
}


#fep-result li:hover
{
	background: rgba(0,0,0,0.014);
}
/*Hide form fields*/
#fep-hd {
display:none;
}
#fep-notification-bar
{
	color: black;
	background-color: #FFEBE8;
	border-color: #C00;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	padding: 0.6em;
	margin: 15px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}