@CHARSET "UTF-8";

div.card-body.nodebox {
	padding: 0px;
}

div.card-header.nodebox {
	padding: 11px;
}

div.nodebox h3 {
	font-size: 13px;
}

.nodedata {
	display:none;
	font-size: 13px;
}

.tracedata {
	display:none;
	font-size: 13px;
}

.nodehead {
    background-color: grey;
    opacity: 0.6;
}

.noderows {
	background-color: LightGrey;
    opacity: 0.6;
}

.nodetext {
	font-size: 8px;
}

#detailcard {
	display:none;
}

#tracecard {
	display:none;
}

#texto {
	border-radius: 20px;
}

.typeahead__button button {
	border-radius: 20px;
    margin-left: 16px;
    background-color: orange;
    display: none;
}

.typeahead__search-icon {
	color: white;
}





