
/* The class 'resultswrap' is used for the HTML element itself. */
.entradas {
	font-family: Roboto-Medium, sans-serif;	/* Match Arial on the Text object */
	border: 1px solid black;		/* Add a black border */
	overflow-y: auto;				/* Allow vertical scrolling */
	border-radius:20px;
	border: 2px solid black;
	padding:4px;
	font-size:1em;
		
}
