
 a, a:link {
    text-decoration: none;
 }
.lm{
	font-family: 'Glyphicons Halflings';
	padding: 0 0 0 2px;
	margin: 0 0 0 0;
}
.lm li{
    display: inline-block;
    width: 100%;
    clear: both;
}
.lm a:before{
	content:"\e016";
	}
.lm a{
    float: left;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}

em{
	  float: right;
    margin-right: 10px;
    font-style: normal;
    font-size: 14px;
}
.btn-more{
    border: none;
    float: right;
    background-color: #fff;
    font-weight: bold;	
}