.ui-listview .ui-li-divider {
    background-color: transparent;
    border-bottom: 1px solid;
    color: rgba(0, 0, 0, 0.54);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    padding: 7px 1em;
}

.ui-listview > li h1, .ui-listview > li h2, .ui-listview > li h3, .ui-listview > li h4, .ui-listview > li h5, .ui-listview > li h6, .ui-listview > li p {
	width:calc(100% - 100px);
}

.ui-listview .ui-li-aside {
	width: 100px;
}

.ui-panel-open {
	width: 17em;
}

.panel_profile::after {
    background: rgba(120, 120, 119, 1) linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.panel_profile {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin: -1em -1em 1.5em;
    overflow: hidden;
    padding: 3em 1em 2em;
    position: relative;
}
.panel_profile .panel_profile_text {
	text-align: center;
	color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.panel_profile .panel_profile_text strong {
	display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.panel_profile .panel_profile_text .subline {
	display: block;
	font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
}

.panel_profile .panel_profile_circle {
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:25px;
	color:#000;
	line-height:60px;
	text-align:center;
	background:#fff;
	margin:auto;
	margin-bottom: 10px;
	font-weight: bold;
}

/*.nd2-sidepanel-profile::after {
    background: rgba(120, 120, 119, 1) linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.nd2-sidepanel-profile {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin: -1em -1em 1.5em;
    overflow: hidden;
    padding: 3em 1em 2em;
    position: relative;
}*/




