/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto');
*/

.user_basic,
.user_basic:link,
.user_basic:visited
{
	text-decoration: none;
	color: #444444;
}

.user_basic:hover
{
	background-color: yellow;
}

a.user_search,
a.user_search:link,
a.user_search:visited
{
	text-decoration: none;
	color: black;
	font-family: 'Roboto', 'Open Sans', sans-serif;
}

a.user_search:hover
{
	background-color: yellow;
}

.user_search > div:first-child
{
	text-align: center;
	color: white;
}

.user_search > div:nth-child(2)
{
	padding: 0px 2px;
}

