.profile h2, .account h2{
	display: inline-block;
	vertical-align: middle;
	font-size: 21px!important;
	margin: 0px 10px 0px 0px;
}
.profile_body{
	display: block;
	overflow: hidden;
	clear: both;
	padding-top: 20px;
}
.profile_header{
	font-size: 21px;
	font-weight: bold;
	color: red;
	border-bottom-color: #eeeeee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 10px;
}
.profile_header span{
	text-align: right;
	font-size: 14px;
	color: #4d4d4d;
	font-weight: normal;
	float: right;
	margin-top: 0px;
}

.profile_header span.remaining {
	margin-top: 12px;
}

.profile_fields{
	width: 75%;
	float: left;
	display: block;
	overflow: hidden;
}
.profile_menu{
	float: right;
	display: block;
	overflow: hidden;
	text-align: right;
}
#olm-account-menu li{
	display: inline !important;
	line-height: 1;
}
.profile_menu ul li a{
	padding: 3px 0px;
	font-size: 14px;
}
#users-profile-core {
	font-size: 14px;
	padding-left: 20px;
	
}
#users-profile-core dt{
	text-align: left;
}
#users-profile-core dd, .no_projects span{
	color: #888888;
}
.sidebar{
	margin-top: -35px;
	background-color: #e9edef;
}
.sidebar_block{
	border-width: 1px;
	border-radius: 5px;
	border-color: #b4b6b7;
	margin: 20px;
	background-color: #ffffff;
	border-style: solid;
	display: block;
	overflow: hidden;
}
.sidebar_logo{
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ec3d40;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}
.sidebar_action{
	height: 100px;
	display: table;
}
.sidebar_action a{
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}
.text_block{
	padding: 25px;
	font-size: 12px;
	color: #888888;
}
.text_block strong{
	font-size: 14px;
	color: #000000;
}
.text_block p{
	margin-top: 5px;
}
.text_block .close{
	margin: -20px -20px 0px 0px;
	font-size: 12px;
}
.create_new{
	background-image: url('../img/create_new.png');
}
.howto_use{
	background-image: url('../img/howto_use.png');
}
.visit_blog{
	background-image: url('../img/visit_blog.png');
}
#olm-projects{
	margin: 20px 0px;
/*	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;
	border-radius: 5px;*/
	min-height: 150px;
	display: table;
	width: 100%;
}
#olm-projects div{
	border-color: #eeeeee !important;
}
.no_projects{
	border: none;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
}
.no_projects a{
	padding: 0px !important;
}
.account{
	margin-top: 50px;
}
.profile_main{
	display: table-cell;
	vertical-align: top;
	float: none;
	width: 65%;
	padding: 20px 20px 20px 0px;
}
.profile_sidebar{
	display: table-cell;
	vertical-align: top;
	float: none;
	width: 35%;
	background-color: #e9edef;
}
.text{
	width: 100%;
	display: table;
	margin-top: 0px;
}
.congratulation{
	border-color: #22b573;
}

#olm-account-menu {
	padding-left: 20px;
	margin: 0 !important;
}

.profile_menu {
	float: none !important;
	text-align: left !important;	
}

.profile_fields {
	float: none !important;
}