.live-search {
	position: absolute;
	top: 0;
	left: auto;
	right: 18px;
}
.profile .profile-info { width: 98%; }
.table a {
	display:inline-block;
	padding:2px 4px;
	border-radius:4px;
	transition:all 300ms ease-out;
}
.table a:hover {
	color:#fff;
	background:#2093d6;
	text-decoration:inherit;
}
a.glyphicon:focus,
a.glyphicon:hover{
	text-decoration:inherit;
}