.list-group-item-li {
    border-radius: 0;
	list-style:none;
	padding: 0;
}

.list-group-item-url {
    border-radius: 0;
	padding: 10px 15px;
    margin: 0;
    border: 0;
}


.radius-0.list-group-item-url:first-child, .radius-0.list-group-item:last-child {
    border-radius: 0;
}


.have_access {
background-color: #ace;
color: #000;
font-size: 80%;
font-weight: bold;
padding: 3px 5px;
}

.no_access {
background-color: #ccc;
color: #000;
font-size: 80%;
font-weight: bold;
padding: 3px 5px;
}

.no_access_text {
color: #999;
}
